vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Quick Reply will not work ?? (https://vborg.vbsupport.ru/showthread.php?t=319254)

TG I HEADSHOTZ 06-27-2015 12:40 PM

Quick Reply will not work ??
 
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

Quote:

Originally Posted by ForceHSS (Post 2548748)
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 [DATE]1435419109[/DATE] at [TIME]1435419109[/TIME] ---------------

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

Quote:

Originally Posted by ForceHSS (Post 2548755)
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

Quote:

Originally Posted by MarkFL (Post 2548761)
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.

PHP Code:

<!-- 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 [DATE]1435433584[/DATE] at [TIME]1435433584[/TIME] ---------------

Quote:

Originally Posted by MarkFL (Post 2548761)
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 [DATE]1435456213[/DATE] at [TIME]1435456213[/TIME] ---------------

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


All times are GMT. The time now is 07:02 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01131 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete