/me code Version 3
This modification is in the archives.
Updated version 2.00 thanks to buro9!
Updated version 3.00 thanks to Edgewize! New in version 3.00: Correct parsing in quotes, private messages etc. Okay, this is the famous /me code first created by Chen. All credits go to him. I'm just putting up instructions on how to do this in vB3. It's very easy. Typing "/me is great!" gives you this: * Erwin is great! You make changes to THREE php files only. 1. Copy this piece of code: Change "red" to whatever color you want. PHP Code:
// /me hack
Find: PHP Code:
} // end smilies
3. Open newreply.php Find: In 3.0.6 or less: PHP Code:
$pagetext = trim(strip_quotes($pagetext));
PHP Code:
$pagetext = trim(htmlspecialchars_uni($pagetext));
4. Lastly, open private.php Find: PHP Code:
$pagetext = trim($pagetext);
Done! Download No files for download. Supporters / CoAuthors
|
Similar Mods
BB Code Enhancements Spoiler BB code [Animation version] | vBulletin 4.x Add-ons |