Well pretty simple and effective way to give more structure to your forums, adding heading tags is known to help get your pages ranked better and more effective. I for one have experienced a better ranking for my 2 websites after adding these. Ideal I think, is making your logo H1 like on this board, with the best keyword for your site and using H2 for your navbar and categories/forums. Optional H3 for subforums. Example: fitness and bodybuilding chat
Important: add this CSS to your styles first!
Change the font size or use px whatever you like..h2forum {
font: bold 1em verdana, arial, helvetica, sans-serif;
margin: 0;
display: inline;
}
In forumhome_forumbit_level1_nopost
****************************
FIND:
REPLACE WITH:PHP Code:<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
In forumhome_forumbit_level1_postPHP Code:<h2 class="h2forum"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a></h2>
****************************
FIND:
REPLACE WITH:PHP Code:<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
Now do the same thing for level 2 but add a after <if condition="$show['browsers']">PHP Code:<h2 class="h2forum"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a></h2>
Done!


LinkBack URL
About LinkBacks





Reply With Quote


