The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Upgrade to 3.6.9 and one color problem
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?
|
#2
|
|||
|
|||
Do you mind being a bit more specific with your problem?
|
#3
|
|||
|
|||
I figured it was self explanatory. The two items that are not the dark gray background are the ones that are messed up. They are all supposed to be the same color backgrounds.
|
#4
|
||||
|
||||
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.
|
#5
|
|||
|
|||
Quote:
Code:
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td> </tr> </if> <tr> <td class="$navclass[password]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editpassword">$vbphrase[edit_email_and_password]</a></td> </tr> <tr> <td class="$navclass[profile]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td> <tr> <td class="$navclass[vehicleprofile]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=edittimeslip">$vbphrase[edit_timeslip]</a></td> <tr> <td class="$navclass[vehicleprofile]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td> </tr> </tr> <tr> <td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td> </tr> </tr> |
#6
|
||||
|
||||
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. |
#7
|
|||
|
|||
I do not know how to make a plugin but if someone is willing to explain it, I gladly will attempt it. Thank you
|
#8
|
||||
|
||||
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'; |
#9
|
|||
|
|||
Worked, thank you.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|