@jonath45 please can you help me with the script you use for promoted topics on the homepage in wcoders.
My forum is http://yesyes.tcihosting.cf
Web Coders Forum |
You are here » Web Coders Forum » Newbie Forum » Request for your promoted topics script
@jonath45 please can you help me with the script you use for promoted topics on the homepage in wcoders.
My forum is http://yesyes.tcihosting.cf
ok ill try to share it
By Default Tcihosting has the option for recent posts but our script is like this
<div align="center">Page <script> if(cookie("cnt")) { document.write(cookie("cnt")) } else { document.write(1) } </script> Of 9</div> <div id="rnt" class="tci-recent-10"> </div>
Does that help?
#Happy Hosting
The script didn't work @jonath45
will look into it and get back to you
Oh i see why it doesnt
The Recent Ten plugin requires you to have at least 10 topics before it can give out any at all
but ill try and mod it so itll show little count topics
P.S you should place the code in forum description or use jquery
$("#pun-main").replaceWith(myCode); //i.e the recent code above edit to taste
You are here » Web Coders Forum » Newbie Forum » Request for your promoted topics script