MyBB Community Forums

Full Version: ABP Imgur : one click upload and insert picture
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 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
Totally destroyed my editor. Lovely.
Tried with a fresh install of MyBB 1.8.19, no trouble.
Peharps is it an incompatiblity with your theme or with another plugin.

Can you give more detals ? Which version of the plugin do you use, on which MyBB ? What is your theme, what plugins do you use ?
bbcodes_sceditor.js?ver=1819:21 Uncaught TypeError: Cannot read property 'plugins' of undefined
    at HTMLDocument.<anonymous> (bbcodes_sceditor.js?ver=1819:21)
    at i (jquery.js?ver=1819:2)
    at Object.fireWith [as resolveWith] (jquery.js?ver=1819:2)
    at Function.ready (jquery.js?ver=1819:2)
    at HTMLDocument.K (jquery.js?ver=1819:2)
(anonymous) @ bbcodes_sceditor.js?ver=1819:21
i @ jquery.js?ver=1819:2
fireWith @ jquery.js?ver=1819:2
ready @ jquery.js?ver=1819:2
K @ jquery.js?ver=1819:2
myalerts.js:11 Uncaught TypeError: bodySelector.on is not a function
    at new MyAlerts (myalerts.js:11)
    at HTMLDocument.<anonymous> (myalerts.js:64)
    at Object.resolveWith (jquery.min.js:2)
    at Function.ready (jquery.min.js:2)
    at HTMLDocument.C (jquery.min.js:2)
MyAlerts @ myalerts.js:11
(anonymous) @ myalerts.js:64
resolveWith @ jquery.min.js:2
ready @ jquery.min.js:2
C @ jquery.min.js:2
This only happened after installing the latest stable from the mods site. Running 1.8.19. Don't tell me how to make it work with your plugin. I never want to see this plugin again after tearing my hear out about how I fix this. I've followed this to no luck https://docs.mybb.com/1.8/faq/mycode-editor-missing/
Ok, forget my plugin, farethewell.
Ok, the imgur image where you have to drag and drop, doesn't show up for me!
(2018-10-08, 01:39 AM)Mattaffix Wrote: [ -> ]Ok, the imgur image where you have to drag and drop, doesn't show up for me!

Can you give me a test account in your forum ?

Ok, understood.
In your global.css, you have (probably due to a plugin):
.toggle, [id^="drop"] {
   /*! display: none; */ 
}
This make all elements with id beginning with "drop" to be hide. And the drag&drop button for imgur has id "dropfile".

I'll do soon a new version to rename my element and avoid this trouble.
The 2.4 version uses now a new div id which corrects this trouble.
Just upload the new version, deactivate and reactivate.
I am unable to make it work. Could someone please help

http://onlinefun.co/newreply.php?tid=430

Nothing happens when I click on imgur button.
Can you provide a test account ?
(2018-12-01, 09:12 AM)Crazycat Wrote: [ -> ]Can you provide a test account ?

Thank you for responding. PMed you
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27