MyBB Community Forums

Full Version: Find Template Replace
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

maybe one of you can help me.

find_replace_templatesets();

I want to search in postbit
{$post['button_rep']}

and change it this way:


{$post['button_rep']}{$post['button_myButton']}


Can someone help me? I tried a lot of things, but it doesnt work.

One more question: Is it possible to search for css classes as well (search for words)? I want to replace "post_content" in postbit by a variable.
Hi, please check this:
https://github.com/mybbgroup/MyBB_Fancyb...x.php#L113


For CSS changes - it is quite impossible to add anything into global.css for example... but you can create a new stylesheet and add own code here

https://github.com/mybbgroup/MyBB_Fancyb...ox.php#L71
Thanks
Edit: Ok - works now. Thanks for your link.
You are welcome buddy!