![]() |
You are welcome to ask again about it.
|
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 |
If you want to disable that code, then you can set $fast_and_dirty to false and then that code won't be run.
|
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? |
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.
|
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? |
I think the only way to replace it is to actually modify the file itself.
|
Thank you very much for taking the time
Best Regards |
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 |
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.
|
All times are GMT. The time now is 01:33 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|