The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]() Quote:
Code:
// Media hack begin if (is_member_of($bbuserinfo, 6)) $string= "\[MP3\]song\[/MP3\]"; $pattern= "#\[mp3\](.*)\[/mp3\]#siU"; $replace= "<b>$1</b>"; echo preg_replace("/\[mp3\](.*)\[\/mp3\]/siU", $replace, $string); // Media hack end I also wonder if I shouldn't be applying this to showthread.php instead of functions_bbcodeparse.php? So you guys know exactly what I am after here I created a new bbcode [MP3]www.site.com/song.mp3[/MP3] and I don't want that bbcode to show up for a specific (unregistered) group. Thanks again for any help ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|