Quote:
Originally Posted by KURTZ
*Kurtz watches this hack  really nice job!
anyway i'm wondering and suggest you a feuature: if i wanna colorize only the Announce or the Sticky (i don't care about the normal threads) can i do that? hope you understand 
|
yes I can do this feature
Quote:
Originally Posted by TTG
Latest xml still creates footer problems on my site.
Can you omit the footer template edits from the xml and let us do them manually to see if we can solve the problem !?
|
yes you can make manually template edit
first step is delete the
FORUMDISPLAY_BGCOLORS template from this hack
and search in
FORUMDISPLAY template this code
HTML Code:
<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
than add above this code
HTML Code:
<if condition="$vbulletin->options['enable_thread_listing_color_legend_box'] == 1">
<td align="$stylevar[left]">
<table class="tborder" cellpadding="3" cellspacing="$stylevar[cellspacing]" border="0">
<tr>
<div class="smallfont" align="$stylevar[left]"><strong>$vbphrase[hasann_color_legend]</strong>:</div>
<td class="newpost" align="center"><span class="smallfont">$vbphrase[hasann_new_post]</span></td>
<td class="stickythread" align="center"><span class="smallfont">$vbphrase[hasann_sticky_thread]</span></td>
<td class="pollthread" align="center"><span class="smallfont">$vbphrase[hasann_poll_thread]</span></td>
<td class="postedthread" align="center"><span class="smallfont">$vbphrase[hasann_posted_thread]</span></td>
<td class="popularthread" align="center"><span class="smallfont">$vbphrase[hasann_popular_thread]</span></td>
<td class="closedthread" align="center"><span class="smallfont">$vbphrase[hasann_closed_thread]</span></td>
<td class="announcement" align="center"><span class="smallfont">$vbphrase[hasann_announcement_thread]</span></td>
</tr>
</table>
</td>
</if>
and make this template edit 2 times
Quote:
Originally Posted by choccyclaire
Why didn't whoever creates the plugins for vbulletin post this?
I will try later. 
|
what do you mean ??