By Jannik L. on Thursday, 25 September 2014
Posted in Technical Issues
Replies 5
Likes 0
Views 859
Votes 0
When I try to create a new thread at http://statusselect.com/explore/latest-discussions/ask I get a blank page with:

/** * @package EasyDiscuss * @copyright Copyright (C) 2010 Stack Ideas Private Limited. All rights reserved. * @license GNU/GPL, see LICENSE.php * * EasyDiscuss is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ EasyDiscuss .require() .library( 'markitup' ) .script( 'posts' , 'legacy' , 'bbcode' ) .done(function($){ $('.discuss-form').implement( EasyDiscuss.Controller.Post.Ask ); discuss.composer.init(".composer_1303116984"); discuss.getContent = function(){
It seems to be a problem with the built in editor.. I switched to JCK editor and I no longer have that problem.
·
Thursday, 25 September 2014 22:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Actually, while I can get in by changing to JCK over built in editor.. it does break the maximenu mobile plugin (responsive version of the menu I use)
·
Thursday, 25 September 2014 23:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jannik,

I have tried to configure EasyDiscuss to use the built in bbcode editor and was actually able to start a new discussion without any issues at all. Can you please let me know how am I able to reproduce this error?
·
Thursday, 25 September 2014 23:34
·
0 Likes
·
0 Votes
·
0 Comments
·
That is weird, I wonder what was breaking it before. But it seems to work now, so thanks
·
Sunday, 28 September 2014 18:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issues are resolved now
·
Sunday, 28 September 2014 22:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post