MyBB Community Forums

Full Version: find_replace_templatesets with global template not work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
find_replace_templatesets work fine with no global template.
But made samething with global template not has any effect for me.

This issue only here? Or find_replace_templatesets not work with global template?

i planned release 1.0 of this http://community.mybb.com/thread-156575.html today...
but appear not possible more...
i really can't understand...
for me this is bug of mybb 1.8...
so why moved here? not make any sense...
i try help people that has problem in add buttom in editor.
but instead of helping me only makes me disappointed.
(2015-03-06, 02:55 AM)martec Wrote: [ -> ]so why moved here? not make any sense...

Because the question is about plugin development (usage of a specific function in a plugin) and we're in a Plugin Development forum now. I don't know what doesn't make sense for you.. Should have been posted here in the first place, not in General Support.

Anyways, have you tried changing $sid parameter? https://github.com/mybb/mybb/blob/featur...es.php#L23

And yes, looks like a bug, no idea why the global templates code is inside that if: https://github.com/mybb/mybb/blob/featur...php#L39-54

EDIT: https://github.com/mybb/mybb/issues/1903
EDIT2: @down, you posted it in General Support first.. That doesn't have anything to do with bugs either.
(2015-03-06, 09:47 AM)Destroy666 Wrote: [ -> ]
(2015-03-06, 02:55 AM)martec Wrote: [ -> ]so why moved here? not make any sense...

Because the question is about plugin development (usage of a specific function in a plugin) and we're in a Plugin Development forum now. I don't know what doesn't make sense for you.. Should have been posted here in the first place, not in General Support.

Anyways, have you tried changing $sid parameter? https://github.com/mybb/mybb/blob/featur...es.php#L23

And yes, looks like a bug, no idea why the global templates code is inside that if: https://github.com/mybb/mybb/blob/featur...php#L39-54

EDIT: https://github.com/mybb/mybb/issues/1903

for me this folder used to ask questions of plugin and not to report the bugs of mybb 1.8.
anyway thanks for confirming that it is bug.