Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Second portal
KacperOo Offline
Junior Member
**
Posts: 14
Joined: Feb 2008
Post: #1
Second portal
Hello.
I need second portal for my site.
It should be like normal but load news from another ForumID

Thanks,
KacperOo
03-10-2008 04:49 PM
Find all posts by this user
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: Second portal
You can do this by making a second copy of portal.php (name it differently).
Then open the new file up, find:

PHP Code:
add_breadcrumb($lang->nav_portal, "portal.php");

Add under:

PHP Code:
$mybb->settings['portal_announcementsfid'] = '1,2,3';

(replace 1,2,3 with your forum IDs)


My Blog
03-10-2008 05:37 PM
Find all posts by this user
KacperOo Offline
Junior Member
**
Posts: 14
Joined: Feb 2008
Post: #3
RE: Second portal
Cool!
But i want to have other templates (portal, portal2) how to do it?
03-14-2008 06:12 AM
Find all posts by this user
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #4
RE: Second portal
Find

PHP Code:
$templates->get("portal")

and change to your liking.


My Blog
03-14-2008 11:51 AM
Find all posts by this user
KacperOo Offline
Junior Member
**
Posts: 14
Joined: Feb 2008
Post: #5
RE: Second portal
Cool ;3
03-17-2008 07:39 PM
Find all posts by this user
incadude Offline
Member
***
Posts: 52
Joined: Jan 2008
Post: #6
RE: Second portal
anyway to make it so each page has its own theme?
07-20-2008 05:28 PM
Find all posts by this user

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: