inherit
188870
0
May 2, 2015 7:52:39 GMT -8
Newby
139
January 2013
danielsilk
|
Post by Newby on Aug 7, 2014 9:04:08 GMT -8
Is it possible to make a plugin that can make the order of the categories shown on the main page random? so every time it's viewed the order changes, or maybe changes automatically every 24 hours. thanks
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 7, 2014 15:46:16 GMT -8
allright.. I have to ask. why would you want to do this?
|
|
inherit
188870
0
May 2, 2015 7:52:39 GMT -8
Newby
139
January 2013
danielsilk
|
Post by Newby on Aug 8, 2014 8:00:06 GMT -8
allright.. I have to ask. why would you want to do this? Sometimes on forums you have categories on different subjects but you want them to all have a fair chance of appearing at the top of the forum. Also I think it makes the front page more active and interesting and could it also help your google listing. Thanks
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 8, 2014 9:14:25 GMT -8
put in main footer
<script type="text/javascript"> var catholder=$('div.container.boards'); for (cc=0; cc<catholder.length; cc++) { grabcheck=parseInt(Math.random()*catholder.length); grabber=catholder.eq(grabcheck); if (grabcheck>0) grabber.insertBefore(catholder.first()); } </script>
but this wont affect your google rating. the crawlers look at sites with javascript turned off.
|
|
inherit
188870
0
May 2, 2015 7:52:39 GMT -8
Newby
139
January 2013
danielsilk
|
Post by Newby on Aug 8, 2014 13:41:33 GMT -8
Thanks very much Well it will be interesting to see what happens.
|
|