PDA

View Full Version : Thread display error


p@ndu
07-17-2011, 05:56 AM
Hi

i am getting thread display error in this way like posts are appearing in this way

this posts are made when i am in using vbulletin 3 and now upgraded to vb4 and posts are appearing in this way

all posts made whn i am using vb3 are appearing in this way only can some one help me with this to correct them

Thank you

HMBeaty
07-17-2011, 01:46 PM
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);
If that doesn't work, try this:
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?

p@ndu
08-05-2011, 02:46 PM
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);
If that doesn't work, try this:
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?


Tried it but still having the same problem

Lynne
08-05-2011, 03:56 PM
Please make the default style selectable by users so we may view the thread using the default vb style.

p@ndu
08-05-2011, 04:15 PM
Please make the default style selectable by users so we may view the thread using the default vb style.

done it but in firefox getting the text in horizantally and in chorme i see it widely on ly but the user avatar and info also widely not horizantally in luburox style

but in default style it is perfect only

can some one help me with luburox blue style

Lynne
08-05-2011, 04:24 PM
So it is OK in the default style? You had told Brooks that you followed his instructions and still had the same problem.

If it is fine in the default style, then you will need to go through and compare your postbit template to the default postbit and see what is different. You'll need to compare the css also (actually, my guess would be it is a css problem and so that is where I would start).