![]() |
Upgrade to 3.6.9 and one color problem
1 Attachment(s)
Any ideas on the image below? This started happening once I upgraded to 3.6.9. It seems to only be on certain pages because when I click "Edit Vehicle Information" it shows up correctly. Any thoughts or ideas on this?
|
Do you mind being a bit more specific with your problem?
|
Quote:
|
You added those yourself somehow, so you need to go into the code you used to add them and put in the same class as used by the others.
|
Quote:
Code:
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td> |
I'll bet it is from the functions_user.php file. You probably overwrote it and it was including those navclasses in the $cells array.
Just make a plugin at usercp_nav_start to add the navclasses to the $cells array there. |
Quote:
|
Warning: I'm a trial and error type coder - you may have to futz around with it (I'm always forgetting a comma here, a parenthesis there....).
Create a plugin at usercp_nav_start and put in: Code:
$cells[] = 'vehicleprofile'; |
Quote:
|
All times are GMT. The time now is 03:27 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|