# 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: search_results_postbit
________________________________________

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

	AdminCP > Plugin System > Plugin Manager

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


Find:
==================================================
			$vbphrase[forum]: <a href="forumdisplay.php?$session[sessionurl]f=$post[forumid]">$post[forumtitle]</a>
==================================================
Replace With:
==================================================
			$vbphrase[forum]: <a href="<if condition="$show['zointsurl']">$post[forumurl]<else />forumdisplay.php?$session[sessionurl]f=$post[forumid]</if>">$post[forumtitle]</a>
==================================================


Find:
==================================================
			$post[typeprefix] <a href="showthread.php?$session[sessionurl]t=$post[threadid]$post[highlight]"><strong>$post[threadtitle]</strong></a>
==================================================
Replace With:
==================================================
			$post[typeprefix] <a href="<if condition="$show['zointsurl']">$post[threadurl]<else />showthread.php?$session[sessionurl]t=$post[threadid]$post[highlight]</if>"><strong>$post[threadtitle]</strong></a>
==================================================


Find:
==================================================
				<a href="showthread.php?$session[sessionurl]p=$post[postid]$post[highlight]#post$post[postid]">$post[posttitle]</a><br />
==================================================
Replace With:
==================================================
				<a href="<if condition="$show['zointsurl']">$post[posturl]<else />showthread.php?$session[sessionurl]p=$post[postid]$post[highlight]#post$post[postid]</if>">$post[posttitle]</a><br />
==================================================