
05-18-2012, 10:00 AM
|
 |
|
|
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Badshah93
To make it work with quote PM MOD, you will need to do edit one plugin of quote PM
Plugin Name: Quote Post in PM (2)
------------------------------
Find:
PHP Code:
if ($vbulletin->options['qpipm_trim_text']){$pagetext = vbchop($pagetext, $vbulletin->options['qpipm_trim_text']);}
Add Above:
PHP Code:
global $vfc_hide;
if ($vbulletin->options[hide_hack_sett_main]) {
$params = array('message' => $pagetext, 'forumid' => $foruminfo['forumid'], 'threadid' => $posttext[threadid], 'postid' => $postinfo[postid], 'userid' => $postinfo[userid]);
$pagetext = $vfc_hide->fetch_msg_to_hide($params);
}
|
thanks 2 thumbs up
|