PDA

View Full Version : Quick Reply will not work ??


TG I HEADSHOTZ
06-27-2015, 12:40 PM
Here is a screenshot:

http://i.gyazo.com/6f8a708ad54469bce42ddaf3957cf245.png

I am running 4.2.2

Everything seems to be working fine except I cannot quick reply.

I have disabled all plugins and products and still nothing. I cant even click inside the box.

Interface the text editor wont even load.

I had a look on firebug and the javascript seems to be loading fine ??

Any ideas ??:confused::confused:

ForceHSS
06-27-2015, 01:12 PM
Go to your usercp/General Settings/Miscellaneous Options
pick Enhanced Interface - Full WYSIWYG Editing then save and try
Then in admincp/settings/options/Message Posting Interface Options/Enable Clickable Message Formatting Controls change all to Enable Standard & WYSIWYG Controls
and in User Registration Options make sure its the same

TG I HEADSHOTZ
06-27-2015, 01:31 PM
Go to your usercp/General Settings/Miscellaneous Options
pick Enhanced Interface - Full WYSIWYG Editing then save and try
Then in admincp/settings/options/Message Posting Interface Options/Enable Clickable Message Formatting Controls change all to Enable Standard & WYSIWYG Controls
and in User Registration Options make sure its the same

Thanks for the reply. Both are already enabled / on the settings ?

--------------- Added 1435419109 at 1435419109 ---------------

EDIT: Advanced replied work fine and so does creating a thread ?

ForceHSS
06-27-2015, 02:50 PM
Test on default skin with no template edits

TG I HEADSHOTZ
06-27-2015, 04:32 PM
Test on default skin with no template edits

Just did and it works fine ?

So its a problem with my theme? Any ideas on what i could be? I just spent hours fitting the theme to the site.

MarkFL
06-27-2015, 04:37 PM
As a first step, I would take a look at the "showthread" template for your custom style, in particular any block of code inside <vb:if condition="$show['quickreply']">...</vb:if> tags and compare it with the analogous code in the default template to see if you can find any problems/discrepancies.

TG I HEADSHOTZ
06-27-2015, 04:56 PM
As a first step, I would take a look at the "showthread" template for your custom style, in particular any block of code inside <vb:if condition="$show['quickreply']">...</vb:if> tags and compare it with the analogous code in the default template to see if you can find any problems/discrepancies.


I have compared both showthread styles and this is the only difference. 3 new divs added for the style.


<!-- Start Forum tcat Heading PurevB -->
<div class="tcat">
<div class="tcatLeft"><div class="tcatRight foruminfo L1 collapse">
<div id="thread_controls" class="tcat_threadlist_controls ">


--------------- Added 1435433584 at 1435433584 ---------------

As a first step, I would take a look at the "showthread" template for your custom style, in particular any block of code inside <vb:if condition="$show['quickreply']">...</vb:if> tags and compare it with the analogous code in the default template to see if you can find any problems/discrepancies.

Forgot to quote

ForceHSS
06-27-2015, 05:33 PM
The skin you are using is it for 4.2.2 or lower version

TG I HEADSHOTZ
06-27-2015, 11:46 PM
I have updated to v4.2.3

I am now trying to install a new v4.2 there to work around the problem but I have a new problem. I now get a content encoding error when trying to upload any plugin or style xml.

http://i.gyazo.com/a649fc12a7dca4231570a0f8b4b40ad0.png

EDIT: I have added define('SKIP_ALL_ERRORS', true); to config and still the same error.

--------------- Added 1435456213 at 1435456213 ---------------

EDIT: I have added define('DISABLE_HOOKS', true); and still getting error

EDIT: I ran the sqls

UPDATE datastore SET data=REPLACE(data,'s:10:"gzipoutput";i:1;','s:10:"gzipoutput";i:0;') WHERE title='options';

UPDATE setting SET value = '0' WHERE varname = 'gzipoutput';

ForceHSS
06-28-2015, 01:47 AM
Can we get a link to your site