Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
1.2k views
in Plugins by
edited by

I've followed the upgrading process to the letter i.e:

1.  Downloaded 'optimised' v4.4.5 and replaced existing

2. 'upload' build-config.js  (to replace existing file of same name)

The new wysiwyg-editor>ckeditor Does not even show in admin>plugins Until I add the following three files from a saved original 1.7 dev version?

qa-plugin-php + qa-wysiwyg-editor.php + qa-wysiwyg-upload.php However, whilst that allows me to see then set>save

Maximum size of uploads:    MB (max 2.0)

It does not allow the new variant of the editor to work when selected in admin>posting with 'save' on selecting.

It seems that the 'default' qa-wysiwyg-editor file from above, is a preconfigured version and I can't find a work around? Can anyone tell me how to resolve this problem please?

Q2A version: 1.7 alpha
by
It seems I should configure config.js from inside ckeditor but qa-wysiwyg-editor.php prevents it being called and I can do nothing, without that and the other two files in place?
by
If your changes to the config.js are not applied, this line is the reason :
https://github.com/q2a/question2answer/blob/dev/qa-plugin/wysiwyg-editor/qa-wysiwyg-editor.php#L163
You could comment it

1 Answer

0 votes
by

At your above "step 1" you should have replaced the folder :

qa-plugin\wysiwyg-editor\ckeditor

and not this one :

qa-plugin\wysiwyg-editor\

Did you replace the correct folder ?

by
I'm using the same issue but as _full.zip

I am trying to upgrade the 'default' (which does indeed, work fine. But it's too limited,)
by
I've just installed the _full.zip too, replacing the default ckeditor folder with the ckeditor folder contained in the zip.
Everything is working and I can see it in the Admin panel.
Does it work for you the default installation or not ?
If not, what is **exactly** the issue that you see and you are trying to solve ?
by
The default does work for me but when I replace the ckeditor with the new unzipped full build, it doesn't work... No editor appears on ask a question, unless I select the 'markdown' or 'basic' editors for posting.
by
clear *completely* your browser cache and try again
...