PDA

View Full Version : After upgrade to 4.01, user profile tabs are messed up...


Verionia
01-15-2010, 11:53 PM
After the upgrade to 4.01, user profile tabs are messed up and are now at the botttom of the page: http://tiny.cc/blank368

What can I do to fix it? Is this a css error? Not sure...

--------------- Added 1263607212 at 1263607212 ---------------

This happens in ALL styles

--------------- Added 1263607252 at 1263607252 ---------------

even default unedited version

Charlie98902
01-16-2010, 12:32 AM
You are not logged in to view this page....So we have no way of knowing what needs looked at.

Lynne
01-16-2010, 12:48 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 it is still happening - Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Verionia
01-16-2010, 03:11 AM
You are not logged in to view this page....So we have no way of knowing what needs looked at.

Hi, you can log in w/ User1 and pass User1

--------------- Added 1263618748 at 1263618748 ---------------

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 it is still happening - Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);

did this, but the error still appears... :(

Charlie98902
01-16-2010, 03:35 AM
Invalid.

Verionia
01-16-2010, 04:09 AM
Invalid.

Sorry, had forgotten to add it, its added now ! :/

--------------- Added 1263622243 at 1263622243 ---------------

its u: user1 p: user2

go4it
01-16-2010, 07:53 AM
hi
i need to add / remove some of the Post Icons
where is the path to the folder or were in the admin tools i can change the path to another one

10x :)

Lynne
01-16-2010, 03:27 PM
You have a plugin or something adding stuff in there. These lines are screwing it up:
<div id="view-profile_cat4" class="block"><div class="mini_profile"><h5 class="blocksubhead smaller">Hair Care</h5><div class="blockbody"></div></div></div>

Turn off that plugin or remove that code.

Charlie98902
01-16-2010, 03:41 PM
I'd do as Lynne says and if you want that just add a profile fieldx to the profile with the ability to select an option or type in manually one.

Paul M
01-16-2010, 04:32 PM
hi
i need to add / remove some of the Post Icons
where is the path to the folder or were in the admin tools i can change the path to another one

10x :)
Create your own thread please, not hijack another.

Verionia
01-16-2010, 08:03 PM
You have a plugin or something adding stuff in there. These lines are screwing it up:
<div id="view-profile_cat4" class="block"><div class="mini_profile"><h5 class="blocksubhead smaller">Hair Care</h5><div class="blockbody"></div></div></div>

Turn off that plugin or remove that code.

This worked, Thanks alot Lynne!! :)