Web Coders Forum

User info

Welcome, Guest! Please login or register.


You are here » Web Coders Forum » Newbie Forum » Request for your promoted topics script


Request for your promoted topics script

Posts 1 to 7 of 7

1

@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

0

2

ok ill try to share it

0

3

By Default Tcihosting has the option for recent posts but our script is like this

Code:
<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

0

4

The script didn't work @jonath45

0

5

will look into it and get back to you

0

6

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

0

7

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

Code:
$("#pun-main").replaceWith(myCode); //i.e the recent code above edit to taste

0


You are here » Web Coders Forum » Newbie Forum » Request for your promoted topics script