The box at the top of the thred u know where it said about Ways to get your questions answered quicker whats it called and how do i make it
It is the forum rules.
Admin CP->Forums & Posts
Edit the forum you would like to add 'rules' to (doesn't have to be rules, it can be anything you want it to be) and under the Forum Rules section, select 'Display rules for this forum on the thread listing'
Then edit the title and rules textboxes and save the forum. You will see your new box when you view the forum.
I cant find the rule bit can u print screen the admin bit to where is go
How do i do it on the homepage
Just find the forum you want to edit and then look for section just below
Style Options titled
Forum Rules:
I want it on the homepage of my forum!!!!!!!!
Just have a global forum announcement.
Mod CP -> Announcements -> Make New Global Announcement.
*Whoop I'm on the users viewing this forum!
(2012-09-11, 03:14 PM)warren16 Wrote: [ -> ]I want it on the homepage of my forum!!!!!!!!
To make an identical box to the forum rules page simply open your theme's index template and find {forums}
Just above that add:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<strong>Announcement Name Here</strong>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="trow1">
Your announcement/rules go here.
</td>
</tr>
</tbody>
</table><br/>
Edited!!!!!
Explain more and exactly next time