SEO TOOL: Adding H-TAG, H1 to your forum

here u gooooo.........

DESCRIPTION:

This mod adds H1 tags in forumdisplay and showthread.
H1 tags for forumdispay can be defined.
H1 tags for showthread will be a mix between the h1 tags defined for forumdisplay and the title of the thread.

Installation:
Install the product.
Add next code to your navbar

Code:
<if condition="$show['threadinfo']">
<h1 class="descr">$threadinfo[title] - $foruminfo[forumhTag]</h1>
<else /><if condition="$show['foruminfo']">
<h1 class="descr">$foruminfo[forumhTag]</h1>
<else />

</if></if>

Add to css : H1 { color: #497790; font-family: Verdana; font-size: 12px }

Demo site: Craiova Online Forum
 
Back
Top