The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
![]()
You are welcome to ask again about it.
|
#22
|
||||
|
||||
![]()
Hello again, I'm sorry, I am taking your time so much.
l'm sorry, I'm beginner. Your Message #17 hook location strip_bbcode: PHP Code:
Is it possible to disable the this code with plugin? PHP Code:
$message; //= preg_replace($find, $replace, $message); Thanks |
#23
|
||||
|
||||
![]()
If you want to disable that code, then you can set $fast_and_dirty to false and then that code won't be run.
|
#24
|
||||
|
||||
![]()
When I set $fast_and_dirty=false; to false, this time else section runs.
[php],[html],[code],[VIDEO],[quote],[IMG],[url],[email] => Isn't there any way to show these tags with their contents? |
#25
|
||||
|
||||
![]()
You mean like in the regular posts? You will need to basically write a plugin to do that that uses the same code used in posts.
|
#26
|
||||
|
||||
![]()
functions.php line 2341
PHP Code:
Find: $regex = '#\[(?!quote)(\w+?)(?>[^\]]*?)\](.*)(\[/\1\])#siU'; Replace: $regex = '#\[(?!quote|php|html|code|video|url|img)(\w+?)(?>[^\]]*?)\](.*)(\[/\1\])#siU'; How can I replace the code above? |
#27
|
||||
|
||||
![]()
I think the only way to replace it is to actually modify the file itself.
|
#28
|
||||
|
||||
![]()
Thank you very much for taking the time
Best Regards |
#29
|
||||
|
||||
![]()
Hello again, I'm sorry, I am taking your time so much,
What hook location for Activity Stream AND Activity Stream in Member Profile? Thanks |
#30
|
||||
|
||||
![]()
I don't understand your question. But to see what hooks are being used on a particular page, you may turn on debug mode and they will all be listed on the bottom of the page in the order they are called.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|