MyBB Community Forums

Full Version: Extra Portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need two portal for my forum. Is it possible to add another one?
Yes, it's possible. Just copy portal.php

What exactly are you trying to achieve?
I need a portal to post some news, so the first one is a kind of blog.
The second one is used to link some threads that contains useful resource, for example download links of a large variety of things.

How do I set all the settings in the second portal and the templates, I need different kind of templates for the two portal?

Instead of having two portals, just install Wordpress.
(2011-05-14, 08:48 PM)Shukaku Wrote: [ -> ]Instead of having two portals, just install Wordpress.

I would have done it, but I seriously need two portals :/.

There is a way to set all the settings for the second one?
You'll have to edit portal.php and create new templates/settings.

You'd be better off just creating a custom page by the sounds of it.
(2011-05-15, 08:06 AM)AJS Wrote: [ -> ]You'll have to edit portal.php and create new templates/settings.

You'd be better off just creating a custom page by the sounds of it.

Could you please give me the code to select the threads of one forum

This is my custom page

<?php

define('IN_MYBB', 1); 
require "./global.php"; 

add_breadcrumb("Release", "release.php");

eval("\$release = \"".$templates->get("release")."\";"); 
output_page($release); 

?>

Now I do not know how to do it Undecided, I would appreciate a lot if someone could help me.
You can create an extra portal by pressing the RMB.
(2011-05-15, 05:20 PM)Stely Wrote: [ -> ]You can create an extra portal by pressing the RMB.

RMB stands for?