inherit
180382
0
May 23, 2016 15:30:08 GMT -8
testing321
168
June 2012
testing321
|
Post by testing321 on Jun 5, 2013 10:37:09 GMT -8
Can you give me a code to remove the "# viewing" for threads on the index. Thanks
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Jun 5, 2013 11:48:38 GMT -8
Go to Admin Area > Themes > Layout Templates > Board > Boards List and find this line (should be about line 17):
<span class="link">$[board]</span>{if $[board.num_viewing]}<span class="viewing"> - $[board.num_viewing] Viewing</span>{/if}<br /> change it to this:
<span class="link">$[board]</span><br />
|
|
inherit
180382
0
May 23, 2016 15:30:08 GMT -8
testing321
168
June 2012
testing321
|
Post by testing321 on Jun 5, 2013 11:57:59 GMT -8
Thanks dude that did the trick
|
|