Posts: 2,424
Threads: 121
Joined: Jul 2011
Reputation:
271
(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?
Posts: 338
Threads: 62
Joined: Jan 2015
Reputation:
3
(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.
just a noob.
Posts: 2,424
Threads: 121
Joined: Jul 2011
Reputation:
271
(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
Posts: 338
Threads: 62
Joined: Jan 2015
Reputation:
3
Posts: 2,424
Threads: 121
Joined: Jul 2011
Reputation:
271
(2015-08-29, 10:42 AM)nollidnosnhoj Wrote: alright. sent
done.
Posts: 338
Threads: 62
Joined: Jan 2015
Reputation:
3
(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.
just a noob.
Posts: 2,424
Threads: 121
Joined: Jul 2011
Reputation:
271
2015-08-29, 11:30 AM
(This post was last modified: 2015-08-29, 11:30 AM by martec.)
(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
Posts: 760
Threads: 188
Joined: Jun 2008
Reputation:
1
2015-09-23, 09:45 PM
(This post was last modified: 2015-09-23, 09:52 PM by expat.)
whats the description button? thanks?
so is this compatible with the quick editor plus?
Posts: 2,424
Threads: 121
Joined: Jul 2011
Reputation:
271
(2015-09-23, 09:45 PM)expat Wrote: this compatible with the quick editor plus?
yes
Posts: 760
Threads: 188
Joined: Jun 2008
Reputation:
1
2015-09-24, 04:45 AM
(This post was last modified: 2015-09-24, 04:46 AM by expat.)
feature request please, upload to imgur via URL?
Imgur has it as an option so maybe the API has it
|