Portal Questions

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
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.
Else your topic may be ignored or locked!
Locked
User avatar
DannyG
BBCoder II
BBCoder II
Posts: 54
Joined: 10 Mar 2010, 18:05

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
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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
User avatar
DannyG
BBCoder II
BBCoder II
Posts: 54
Joined: 10 Mar 2010, 18:05

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
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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!
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

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.
NAPWR wrote: Nice, Stoker is Hot
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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!
User avatar
DannyG
BBCoder II
BBCoder II
Posts: 54
Joined: 10 Mar 2010, 18:05

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?
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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!
Locked