Hi all,
Sorry another question from me
I want to add another side box area and another under my welcme message, How do I do this?
Regards,
Danny
Adding extra areas on portal
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!
- Stoker
- Site Admin
- Posts: 3558
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Adding extra areas on portal
Take a look in the simpleportal_body.html
Its should be pretty obvious how to do it.
Its should be pretty obvious how to do it.
Board rules! No PM support
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Adding extra areas on portal
simpleportal_body.html
find:
add after:
in the code just given and taken from stoker spammers html
find:
replace the 18px part to what ever size font looks best
find:
add what ever content in here you like and refesh the template for the style
find:
Code: Select all
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- End Welcome -->
Code: Select all
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_PORTAL_WELCOME} {SITENAME}</dt>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<li>
<div class="content" style="width:auto; height:auto; padding:10px; padding-bottom:0px;">
<p style="font-size:18px; text-align:center;"> CONTENT IN HERE! </p>
</div>
</li>
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
find:
Code: Select all
font-size:18px;
find:
Code: Select all
CONTENT IN HERE!
Re: Adding extra areas on portal
I think you would also have to change this to what ever the block is gonna be!
Code: Select all
{L_PORTAL_WELCOME} {SITENAME}