The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
For Smilies in Forum Blocks:
Edit ./includes/class_block.php Search for : Code:
return htmlspecialchars_uni(fetch_censored_text( trim(fetch_trimmed_title(strip_bbcode($page_text, $strip_quotes, false, false, true), $length)))); Code:
require_once(DIR . '/includes/class_bbcode.php'); $parser = new vB_BbCodeParser($this->registry, fetch_tag_list()); $parsed_text = $parser->do_parse(fetch_censored_text(trim(fetch_trimmed_title(strip_bbcode($page_text, $strip_quotes, false, false, true), $length))), false, true, false); return $parsed_text; If anyone could provide a solution to get it to work on 4.2.1 that would be awesome. EDIT: Actually this does work on 4.2.1 -- I was mistaken. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|