Help
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #2
RE: Help
(03-30-2012 05:16 AM)BlowMeAway Wrote:  Forum legend at frontpage (Like this site)
There are some ways to do this. The simple one is something like this:
Find and delete this code from your index template:

HTML Code
1
2
3
4
5
6
7
8
9
10
<dl class="forum_legend smalltext">
	<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->new_posts}</dd>
					
	<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->no_new_posts}</dd>
					
	<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
	<dd>{$lang->forum_locked}</dd>
</dl>


Then edit your index_boardstats template. Add this code after the {$forumstats} variable in the template:

HTML Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<tr>
	<td class="tcat smalltext"><strong>Forum Legends</strong></td>
</tr>
<tr>
	<td class="trow1">
		<table border="0" style="margin: auto auto">
			<tr>
				<td class="trow1">
					<dl class="forum_legend smalltext">
						<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
						<dd>{$lang->new_posts}</dd>
					
						<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
						<dd>{$lang->no_new_posts}</dd>
					
						<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
						<dd>{$lang->forum_locked}</dd>
					</dl>
				</td>
			</tr>
		</table>
	</td>
</tr>


(03-30-2012 05:16 AM)BlowMeAway Wrote:  Post like this, with picture at the left/nick/info at left and text at right
There are two settings for this. Per user basis and for global setting.
For per user setting, you can find it in your User CP -> Edit Options.
You'll find the Display posts in classic mode. setting inside the Thread View Options setting group.
For global setting, you can find it in your Admin CP -> Configuration -> Settings -> Show Thread Options.
You'll find the Post Layout setting there for the classic layout.

(03-30-2012 05:16 AM)BlowMeAway Wrote:  On my page "Forum Legend" is called "Forum team" and isnt viewable on frontpage unless you press "Forum Team" and gets directed to new site.
You need to check your various index_* template.

03-30-2012 06:54 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Help - BlowMeAway - 03-30-2012, 05:16 AM
RE: Help - RateU - 03-30-2012 06:54 AM
RE: Help - BlowMeAway - 03-30-2012, 09:04 PM

 Standard Tools
Forum Jump: