Quote:
Originally Posted by Popa Andrei
This looks like a lot of extra work?Cant this plugin be made to work without the TMS plugin since the TMS plugin its not even supported anymore?
|
Supported? It never was. However, its still available and is actively being developed.
edit: BTW, it looks like there was a change to the template for serach.png in the navbar in vB 4.1.9. Mod will probably need to be updated. If you're using TMS, just change the Search For text from:
Code:
<input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="(is_browser('ie') AND !is_browser('ie', 7) AND !is_browser('ie', 8))">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/>
To:
Code:
<input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="is_browser('ie') AND !is_browser('ie', 7)">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/>