The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to change(replace) class_bbcode.php file via plugin
Hi. How to replace IMG bb code via plugin.
I want replace this. class_bbcode.php line 1983 (vb 3.8 rc2) Code:
return '<img src="' . $link . '" border="0" alt="" />'; |
#2
|
||||
|
||||
Why not just do it in the code? That is a more efficient way to do it.
|
#3
|
|||
|
|||
I resizing images via CSS
This need put class="xx" and <span> code in this code I don't want change this file later upgrade Sorry for my bad english |
#4
|
||||
|
||||
You can do this via plugins by changing the BB Code's callback (see the only "normal" function in that file). Use the method "handle_callback" (<-- see the code of this method as well).
|
#5
|
|||
|
|||
Any sample?
|
#6
|
||||
|
||||
I can only assume you have not even bothered to look at the file.
Have a look at one of my "URL rewriting" modifications. Same concept. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|