PDA

View Full Version : Edit post titles in New Posts


OurCouponHome
10-13-2010, 10:50 PM
In VB3.8, we could edit a post title while looking at New Posts. Is there something I need to add to do this in 4.0? Thanks!

OurCouponHome
10-15-2010, 04:01 PM
ANyone?

Lynne
10-15-2010, 04:06 PM
You can still do that if you are an admin.

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?

OurCouponHome
10-15-2010, 04:14 PM
Still not working.

Lynne
10-15-2010, 06:48 PM
do you have ajax features enabled on your site?

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);