Weezy
United Related topic code ..To use this code,firstly create a page for your forum as autocontent for bottom and if u get that, you don't need another one. Then goto your bottom autocontent and paste this code
<style><br />.reply {display: none}<br /></style><br /><div class="reply" id='reply'><div id="rt1"><div id='empty' class="blok"><div class="nfooter">Related Topics</div><div name="fix"><div class="x">:forum-:getid-forum:/theme-link/1:</div><div class="x">:forum-:getid-forum:/theme-link/2:</div><div class="x">:forum-:getid-forum:/theme-link/3:</div><div class="x">:forum-:getid-forum:/theme-link/4:</div><div class="x">:forum-:getid-forum:/theme-link/5:</div></div></div></div><br /><br /><script language="javascript"><br />var topx=document.getElementById('relatedTopics').innerHTML;<br />var dtopic=document.getElementById('rt1').innerHTML;<br />var rtpic=topx.replace(/rtopic(1)/ig,dtopic)<br />document.getElementById('relatedTopics').innerHTML=rtpic;<br /></script></div>
Copy code Then save, after that go to your Styles For message In Forum and paste this in your 1st Box Note Paste this at the end of all ur codes
<script>var msgCount = ::msg_id::<br /> if (msgCount==1)<br /> document.write("<div id='relatedTopics'>rtopic(1)</div>")</script><br/>
Copy code