Quote:
this hack is worst hack it messewd my whole site my site is closed! and it shows error
|
What error do you see?
P.S. Please make sure to upload all files before you upload the product...
Quote:
in the portal, it shows all code in hide >"<
|
It's not supposed to work with portal without modifications... It's a vBulletin hack, not a third-party-hack hack. However, here is an integration guide:
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']);
|