Portal Questions

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

Portal Questions

Post by DannyG »

Hi have simpleportal mod, I would like to know how to load my portal first rather than my forum.
also how do I change portal style to suite my forum?

thanks all :D

Re: Portal Questions

Post by cisco007 »

open up .htaccess in the root of your drive and add this line at the end!

Code: Select all

DirectoryIndex portal.php index.php index.html index.htm

Re: Portal Questions

Post by DannyG »

Cheers for the info .

Any ideas on how to change the padding style to the same as my forum? Love it if you could help

Re: Portal Questions

Post by cisco007 »

well let's see, for that style open, up yourstyle/template/simpleportal_body.html

find:

Code: Select all

<div class="forabg">
replace all with:

Code: Select all

<div class="custom-cat-header">

see how that looks!

Re: Portal Questions

Post by Steve »

Doubt that will work irrc ,that style the custom-cat-header is on image set at a certain width.

Re: Portal Questions

Post by cisco007 »

that is correct, that is one reason, why i don't use that style anymore, it's kind of hard to use, template inheritance on it, and if you modify it, it looks strange!

Re: Portal Questions

Post by DannyG »

No, the code did'nt work it moved every thing across. If you use that code it will resize the area . would it work with the code but with a width code in with it?

Re: Portal Questions

Post by cisco007 »

maybe try using another class maybe rename it

.custom-cat-header2

and adjust the size for the portal see if that helps!