The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Custom parsing IMG tag in Signatures
Hi all!
I hope this isn't too difficult to do. I want to parse images posted in signatures differently from those posted in the post field. For example, let's say I want image in signatures to all have a special IE glow effect (this is just an example). In functions_bbcodeparse.php, there is this function Code:
// ###################### Start handle_bbcode_img_match ####################### // this is only called by handle_bbcode_img function handle_bbcode_img_match($link) { $link = strip_smilies(str_replace('\\"', '"', $link)); // remove double spaces -- fixes issues with wordwrap $link = str_replace(' ', '', $link); return '<img src="' . $link . '" border="0" alt="" />'; } Hope I was clear! |
#2
|
||||
|
||||
Quote:
|
#3
|
||||
|
||||
Quote:
|
#4
|
||||
|
||||
Quote:
|
#5
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|