It does the whole thread which is superb, I also have the limited viewing system in place, set at 8 posts, but this gives me the option to now turn off the limited viewing system.
Since my last post, I've tweaked it a bit more so it looks a bit more presentable to guests.
Open up the product.xml file with a text editor and replace with the following to get the same result
PHP Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<product productid="show_partial_guests" active="1">
<title>Show partial post guests</title>
<description>Shows only partial posting to guests</description>
<version>0 alpha</version>
<url />
<versioncheckurl />
<apm_releasedate>0</apm_releasedate>
<apm_author />
<apm_relatedurl />
<apm_extrainfo />
<apm_extraedit />
<dependencies>
</dependencies>
<codes>
</codes>
<templates>
</templates>
<stylevardfns>
</stylevardfns>
<stylevars>
</stylevars>
<plugins>
<plugin active="1" executionorder="5">
<title>post hide</title>
<hookname>postbit_display_complete</hookname>
<phpcode><![CDATA[if (!$vbulletin->userinfo['userid'] )
{ $post['message'] = (substr($post['message'], 0, 100)). '...... <br> </br> Please register to see the whole post,<br> </br> you can <B><a href="/forum/register.php" type="text/html">Register here</a></B>';
}]]></phpcode>
</plugin>
</plugins>
<phrases>
</phrases>
<options>
</options>
<helptopics>
</helptopics>
<cronentries>
</cronentries>
<faqentries>
</faqentries>
</product>
If your forums are not in the
forum directory, then just change 'forum' to the name of your forum directory.
Job done.
Edit, I think this Mod is absolutely superb, so much so that I've rated it and also nominated it for MOTM, which is something I never do, I know I've played around with the product.xml, but the concept is what makes it so good, so well done to the original coder for setting it up in the first place.