To add, for instance, your logo at the top of you PunBB forums, just before the standard title and description fields:
1. Open include/template/main.tpl
2. Find:
<div id=”brd-head” class=”gen-content”>
<!– forum_skip –>
<!– forum_title –>
<!– forum_desc –>
</div>
3. Add what you want in there (NB: <!– forum_title –> is the title, <!– forum_desc –> is the description), for instance:
<div id=”brd-head” class=”gen-content”>
<div style=”float:left;”><a href=”http://bbs.wiki4games.com”><img src=”http://bbs.wiki4games.com/0custom/logow4g.png” alt=”Wiki4Games logo” width=”135″ height=”92″/></a></div>
<!– forum_skip –>
<p id=”brd-title” style=”font-size:1.75em; color:#ffffff; margin-left:160px;”>BBS@Wiki4Games</p>
<p id=”brd-desc” style=”margin-left:250px; margin-top:0.4em; color:#ffffff; font-style:italic;”>BBS of <a href=”http://www.wiki4games.com” style=”text-decoration:none; font-weight:bold;”>Wiki4Games</a></p>
</div>
4. Save and upload
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.