Quote:
Originally Posted by pooker
I clicked install, is there anyway for when you hide the content for usergroups instead of it showing this
Hidden Block (for usergroups: Registered Users :: 2, Super Moderators :: 5, Administrators :: 6, Moderators :: 7):
It can just show in red
"content only allowed to be viewed by registered users"
|
Yes, just edit the bbcode_showtogroups template.
Quote:
Originally Posted by Xeder
A small question:
If i buy the expanded version would i be able to see how many thanks i've received and how many i've given?
|
Yes.
Quote:
Originally Posted by ade_dnb
Im having trouble with vbadvanced. Text is hidden correctly when viewing a post but when viewing the vbadvanced home page it shows the code plus the hidden contents.
Any ideas?
|
Yes, vB Advanced needs an additional file modification to work with the hack, since it is not a part of vBulletin. Here's a quote of old instructions, which hopefully will work:
Quote:
Integration Product Requirement #1: vS-Hide Hack Resurrection 2.7.0+
Integration Product Requirement #2: vBadvanced 2.1.0/2.2.1
------------------------------------------------------------------------------------------------------------
In ./modules/news.php, Find:
PHP Code:
// Strip characters and add "read more"
Add Above:
PHP Code:
$news['message'] = $GLOBALS['hhr']->parse_bbcode($news['message'], $news['forumid'], $news['threadid'], $news['postid'], $news['userid']);
|