dannykilla
06-03-2008, 08:42 AM
I got this working on the forum home by editing the forumhome_forumbit_level2_post with replacing this
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
with this
<td class="alt1" align="$stylevar[left]" id="td_title_$thread[realthreadid]" title="$thread[preview]" onMouseOver="this.style.backgroundColor='#E5EAF0';" onMouseOut="this.style.backgroundColor='#F4F6F8';">
But I am not sure how to get this to work on threads and sub forums?
By sub forums I mean when you click on a parent forum's link and you get a list of sub forums and then the parent forums threads underneath them.
anyone help please?
thanks
Danny
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
with this
<td class="alt1" align="$stylevar[left]" id="td_title_$thread[realthreadid]" title="$thread[preview]" onMouseOver="this.style.backgroundColor='#E5EAF0';" onMouseOut="this.style.backgroundColor='#F4F6F8';">
But I am not sure how to get this to work on threads and sub forums?
By sub forums I mean when you click on a parent forum's link and you get a list of sub forums and then the parent forums threads underneath them.
anyone help please?
thanks
Danny