I've installed the hack but all I'm getting on a main forum page is "No database selected".
I traced it back and that's a part of 'Feature' hack when tries to do
Code:
$merge=mysql_query($query);
I guess it's doesn't have a database selected at this point, huh? Weird but that's what says. Any suggestions?
On a separate note, I've slighly enhanced the integration on 'feature thread' item into the menu. I suggest changing the second step of template editing to:
Open Showthread Templates > SHOWTHREAD
Find:
Code:
<tr>
<td class="thead">$vbphrase[thread_tools]<a name="goto_threadtools"></a></td>
</tr>
Add after:
Code:
<if condition="$show['adminoptions']">
<tr>
<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="Feature thread" /> $feature_status <input type="hidden" value="$threadinfo[threadid]" name="tid"></td>
</tr>
</if>
This was it does not come up with empty line in the menu for users who don't have right to feature threads.
Denis