Page 1 of 1

Portal Questions

Posted: 16 Mar 2010, 21:06
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

Posted: 16 Mar 2010, 21:12
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

Posted: 16 Mar 2010, 21:57
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

Posted: 16 Mar 2010, 22:08
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

Posted: 16 Mar 2010, 22:13
by Steve
Doubt that will work irrc ,that style the custom-cat-header is on image set at a certain width.

Re: Portal Questions

Posted: 16 Mar 2010, 22:21
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

Posted: 16 Mar 2010, 22:22
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

Posted: 16 Mar 2010, 22:33
by cisco007
maybe try using another class maybe rename it

.custom-cat-header2

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