The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
PHP-processed custom bbcode
Greetings,
I'm interested to create a custom bbcode that is processed by php, instead of just substituted with some html like the control panel lets me to do. I was inspired by this mod: https://vborg.vbsupport.ru/showthread.php?t=68116 I thought i could just go and edit the functions_bbcodeparse.php file add a line like this one: $bbcode = custom_processing_function($bbcode); But looks like that file doesn't exist anymore? I'm used a new 3.6.7 PL1 install, that is unmoded (yet). I'm guessing that file has been changed since that mod was released. Could you please tell me where I can find information on how to do this now, either by modding the code or creating a plugin? |
#2
|
||||
|
||||
includes/class_bbcode.php
They way I do it is 1) put a function anywhere in the file PHP Code:
PHP Code:
|
#3
|
|||
|
|||
Thank you very much! Exactly what I was looking for :up:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|