# Zoints SEO 2.2.2
# Copyright (C) 2006  Zoints Inc
# 
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
# 
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
# 
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
# 

 TEMPLATE: showthread_similarthreadbit
________________________________________

Only perform these template edits if the automated template edits do not work. If you
do these edits, disable the plugin "Zoints SEO (template: showthread_similarthreadbit)"
in the Plugin Manager.

	AdminCP > Plugin System > Plugin Manager

To disable the plugin, uncheck "Active" next to the "Zoints SEO (template: showthread_similarthreadbit)"
plugin and then press the "Disable Active Status" button.


Find:
==================================================
	<td class="alt1" align="$stylevar[left]"><if condition="$simthread['issubscribed']"><img class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" alt="" title="$vbphrase[you_are_subscribed_to_this_thread]" />&nbsp;</if><span class="smallfont"><a href="showthread.php?$session[sessionurl]t=$simthread[threadid]" title="$simthread[preview]">$simthread[title]</a></span></td>
=================================================
	<td class="alt1" align="$stylevar[left]"><if condition="$simthread['issubscribed']"><img class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" alt="" title="$vbphrase[you_are_subscribed_to_this_thread]" />&nbsp;</if><span class="smallfont"><a href="<if condition="$show['zointsurl']">$simthread[zointsurl<else />showthread.php?$session[sessionurl]t=$simthread[threadid]</if>" title="$simthread[preview]">$simthread[title]</a></span></td>
==================================================