Quote:
Originally Posted by M.C.
Hi! Is any update on vBadvanced integration?
|
Yes, just a minor change... I forgot to reserve the first post, so here it is:
------------------------------------------------------------------------------------------------------------
Integration Product Requirement #1: vS-Hide Hack Resurrection 2.7.0+
Integration Product Requirement #2: vBadvanced 3.1.0
------------------------------------------------------------------------------------------------------------
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']);
------------------------------------------------------------------------------------------------------------
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']);