Version: 1.0.33, by tyfoon
Developer Last Online: Oct 2020
Category: Show Thread Enhancements -
Version: 4.0.0
Rating:
Released: 12-25-2009
Last Update: 01-01-2010
Installs: 29
DB Changes Uses Plugins
Additional Files Translations
No support by the author.
This mods shows only partial posting to guests
Currently shows only the 50 first char. of the message. and then puts the link to the register.php.
ver. 0 alpha 1
configurable from acp
settings : active or not
length guests can view (char length or percentage of posting)
register url and message
Ver 1.0.0
Forum (in the edit forum options) can be individualy selected or can be globaly enabled
Debug mode for admins for testing
Show a percentage of a posting is also an option.
Ver 1.0.0.3
also possible to hide the post & edit time&date
Hide printthread for usergroups
hide archive for usergroups
hide images
hide http links
hide quotes
remove incomlite http links and quotes when in guest limit view
bug with settingsgroup fixed
to install : uninstall the previous version and instal the new one
ver. 1.0.0.33 Warning bitfield xml file updated
added following features
hide color, font, textsize in postings so the usergoups sees only the posting in the default text
Todo : check conflict in quotes ..
make it also work in het cms
I was wondering if it was possible to add in options different category IDs (Forums) we can choose to use this mod on? This is so it is not used on the whole forum.
. '...... <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>';
Thank's men. I sugged only one thing. the <br><br> i think better so: <br /><br />
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.
.
Sorry to bother you but you mentioned the limited viewing system.I used that mod on 3.8 but removed it before upgrading. Has a version been released for VB4? I don't see it on the Mod listing.
can u share the code ,since i dont have the skill do do it self
to make it a colored line and so on
is u want u can pm me ?
thank you much sir
Open AdminCP, go to "Addons & Plugins", "Manage Plugins" -> "Add-on : Show partial post guests"
Edit the "post hide" and replace it with the following code:
Code:
if (!$vbulletin->userinfo['userid'] )
{ $post['message'] = (substr($post['message'], 0, 100)). '<font color="#FF0000">.....<br></br>[<i>Du musst angemeldet sein um den kompletten Beitrag zu sehen: <a href="/register.php" type="text/html"> </i><b>Hier registrieren</b></a>]</font>';
}
You only have to translate it to the text you want, because I'm using it in German language.
If that's a problem for you, please send me a PN with the text you need.
webspider, I've sent TedS a PM asking if I can post the Mod onto this forum, with full accreditation back to him, worst case scenario is that he will say no, and then put it on himself
Trabaja de maravilla. He a?adido c?digo para que no se vea al citar ni en la versi?n imprimible ni al responder citando. He puesto bien el tema de las frases y de la configuraci?n.
Perd?n por mi mal ingl?s, soy espa?ol y uso traductor.
Work fine. I have added code for that is not see in the printable version or to newreply quote or newreply post quote. I have put the subject of the phrases and configuration.
Forgiveness for my bad english, i am spanish and use translator..
Attachment is in spanish (product-guests_limit_viewing(es-ES).xml) and english (product-guests_limit_viewing(en-EN).xml).