PDA

View Full Version : Quick Reply Only Working for Admin


brycea
09-28-2012, 08:54 AM
The quick reply field, where one would submit a thread, is shaded in gray, and a registered member is not able to to reply. If I sign in as admin, it works perfectly.

If the member clicks on advanced, this option works.

Please help.

Lynne
09-28-2012, 03:34 PM
In Usergroup Manager > edit their usergroup > what is Require Human Verification set to? If set to Yes, and AdminCP > Settings > Options > Human Verification Options has a checkmard next to post, then...

Note: Requiring Human Verification for posting will disable the Quick Reply editor when viewing a thread.

brycea
09-29-2012, 12:13 AM
I have triple checked your above instructions, and the 'Human Verification System' is not checked. Is there anything else that I can try.

Again, thanks Lynne.

Lynne
09-29-2012, 01:40 AM
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?

If so, Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

brycea
09-29-2012, 01:55 AM
Thank you so much, yes I will do that.