Quote:
Originally Posted by N. Wright
forumdisplay_announcement changes:
Find:
PHP Code:
<td class="alt2" colspan="<if condition="$show['threadicons']">5<else />4</if>">
Replace:
PHP Code:
<td class="alt2" colspan="<if condition="$show['threadicons'] AND !can_moderate()">5<else /><if condition="!$show['threadicons'] AND can_moderate()">5<else /><if condition="$show['threadicons'] AND can_moderate()">6<else />4</if></if></if>">
|
Thanks for the fix
I've added it into the next version and have added you to the "special thanks" list that is also in the next version.
Quote:
Originally Posted by pjdaley
|
Glad I could help
Quote:
Originally Posted by Sonikku
Works on 3.0.0. Would make things easier. ^_^ Thank you.
* Sonikku clicks install
|
Thanks
Quote:
EDIT: You could add this to the search thread thing since the checkbox appears there too. *shrugs* just a suggestion.
|
I can look at adding this into the search results page.