MyBB Community Forums

Full Version: My Insert Buttons 4.0.2 : Now with imgur upload button + Description
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
(2015-08-28, 09:44 PM)nollidnosnhoj Wrote: [ -> ]For some reason, when I click the edit button on posts, it leads me to the Edit Post page, instead of dropping down options for Quick or Full Edit.

I have My Insert Buttons installed, but also have Yui Editor installed for only Quick Reply.

EDIT: Google Inspect Element said there's an error here in codebuttons template

var newbutbar = newbutbar2 = '',
iclid = '{$mybb->settings['myinsertbuttons_imgurapi']}';
if (!'{$mybb->settings['myinsertbuttons_rules']}'.trim() == ''){
	newbut = '{$mybb->settings['myinsertbuttons_rules']}';
	newbutbar = ''+newbut+'|';
	icm_but_rls = newbut.split(',');
	for (var i = icm_but_rls.length-1; i >= 0; i--) {
HERE ---> mibutton(''+icm_but_rls[i]+'',0);
		$(mibimage(''+icm_but_rls[i]+'')).insertAfter('textarea');
	}
}

Uncaught ReferenceError: MiButton is not defined.

you unistalled quick advenced ditor plus or quick advenced editor?
(2015-08-29, 02:58 AM)martec Wrote: [ -> ]
(2015-08-28, 09:44 PM)nollidnosnhoj Wrote: [ -> ]For some reason, when I click the edit button on posts, it leads me to the Edit Post page, instead of dropping down options for Quick or Full Edit.

I have My Insert Buttons installed, but also have Yui Editor installed for only Quick Reply.

EDIT: Google Inspect Element said there's an error here in codebuttons template

var newbutbar = newbutbar2 = '',
iclid = '{$mybb->settings['myinsertbuttons_imgurapi']}';
if (!'{$mybb->settings['myinsertbuttons_rules']}'.trim() == ''){
 newbut = '{$mybb->settings['myinsertbuttons_rules']}';
 newbutbar = ''+newbut+'|';
 icm_but_rls = newbut.split(',');
 for (var i = icm_but_rls.length-1; i >= 0; i--) {
HERE ---> mibutton(''+icm_but_rls[i]+'',0);
 $(mibimage(''+icm_but_rls[i]+'')).insertAfter('textarea');
 }
}

Uncaught ReferenceError: MiButton is not defined.

you unistalled quick advenced ditor plus or quick advenced editor?

Yes, I have them uninstalled.
(2015-08-29, 05:10 AM)nollidnosnhoj Wrote: [ -> ]Yes, I have them uninstalled.

strange...
so plz send admin test account. Send this information in private forum of my test forum https://martec.ml/test/index.php ( Support of Miuna Shoutbox folder)
user: test pass: test123
alright. sent
(2015-08-29, 10:42 AM)nollidnosnhoj Wrote: [ -> ]alright. sent

done.
(2015-08-29, 11:00 AM)martec Wrote: [ -> ]
(2015-08-29, 10:42 AM)nollidnosnhoj Wrote: [ -> ]alright. sent

done.

Awesome! Mind telling me how you solve it though? Just curious.
(2015-08-29, 11:16 AM)nollidnosnhoj Wrote: [ -> ]Awesome! Mind telling me how you solve it though? Just curious.

removed unecessary code of quick advenced editor plus or quick advenced editor in notemoderator_postbit_button template...
i don't know why has code of quick advenced editor plus or quick advenced editor in notemoderator_postbit_button template
whats the description button? thanks?

so is this compatible with the quick editor plus?
(2015-09-23, 09:45 PM)expat Wrote: [ -> ]this compatible with the quick editor plus?

yes
feature request please, upload to imgur via URL?

Imgur has it as an option so maybe the API has it
Pages: 1 2 3 4 5 6 7 8