Quote:
Originally Posted by Gizmo99
Hello mate
Great hack, just one question I wont this in one forum area ONLY. Can this be done ?
Giz
|
You can display the table in only a select number of forums. What you need to do is update the template "Display_Readers". The first two lines read as so:
Code:
<!-- $data_wrt[title] -->
<if condition="$show[wrt]">
Take this line:
Code:
<if condition="$show[wrt]">
and change it to this:
Code:
<if condition="$thread[forumid] == n AND $show[wrt]">
n is set to the forum you want this table to display in.
Good luck!