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
Portal Questions
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!
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!
Re: Portal Questions
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
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
Any ideas on how to change the padding style to the same as my forum? Love it if you could help
Re: Portal Questions
well let's see, for that style open, up yourstyle/template/simpleportal_body.html
find:
replace all with:
see how that looks!
find:
Code: Select all
<div class="forabg">
Code: Select all
<div class="custom-cat-header">
see how that looks!
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Portal Questions
Doubt that will work irrc ,that style the custom-cat-header is on image set at a certain width.
Re: Portal Questions
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
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
maybe try using another class maybe rename it
.custom-cat-header2
and adjust the size for the portal see if that helps!
.custom-cat-header2
and adjust the size for the portal see if that helps!