MyBB Community Forums

Full Version: Portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hi i want to use a portal for my site,where can i download a portal theme,sorry i cannot find one
The portal is part of MyBB, you can use it with any theme - http://footieforum.co.uk/portal.php
oh duh Blush can i keep that as the home page and how do i get posts to go in the middle as there is only 2 posts showing there

i would like it like this forum if possible

http://pigpenpoetry.com/
Add this to your .htaccess file:
DirectoryIndex portal.php index.php index.html

ACP >> Configuration >> Settings >> Portal Settings
Add the following in your .htaccess file.
DirectoryIndex portal.php index.php

AdminCP > Configurations > Portal Settings > and add the forum ids to pull announcement/posts from.
(2012-06-20, 11:15 AM)Yaldaram Wrote: [ -> ]Add the following in your .htaccess file.
DirectoryIndex portal.php index.php

AdminCP > Configurations > Portal Settings > and add the forum ids to pull announcement/posts from.


htaccess file,where would i find that and forum ids i presume would be the url of the forums i want to add??
The .htaccess file is usually available at your forum's ROOT. And the Forum IDs are numeric values, not the URLs. It should be something like this;

1,2,3,4,5
(2012-06-20, 11:22 AM)Yaldaram Wrote: [ -> ]The .htaccess file is usually available at your forum's ROOT. And the Forum IDs are numeric values, not the URLs. It should be something like this;

1,2,3,4,5

ok so i locate this file ''DirectoryIndex portal.php index.php'' and put it in the htaccess file file
I said, paste the given code in .htaccess file.
(2012-06-20, 11:30 AM)Yaldaram Wrote: [ -> ]I said, paste the given code in .htaccess file.

is the .htaccess file a notepad file??
Pages: 1 2