Quote:
Originally Posted by wottech
Goto USERCP_SHELL template and find the following code:
Code:
<td class="$navclass[profile]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td>
</tr>
Below it, make sure it shows the following:
Code:
<tr>
<td class="$navclass[vehicleprofile]" style="white-space:nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=edittimeslip">$vbphrase[edit_timeslip]</a></td>
</tr>
That should fix it...
|
This actually did fix it on a fresh board install. So, since the test board worked, I tried to intall it again from the beginning on the active board.
I go this error upon the first step, importing the product itself.
----
"Database error in vBulletin 3.6.1:
Invalid SQL:
INSERT INTO profilefield (profilefieldid,required,hidden,maxlength,size,dis playorder,editable,type,data,height,def,optional,s earchable,memberlist,regex,form,html) VALUES
(50,0,0,'20','20','50','1','input','','0','0','0', '0','0','0','','0');
MySQL Error : Duplicate entry '50' for key 1
Error Number : 1062
Date : Tuesday, January 2nd 2007 @ 10:58:45 AM
Script :
http://www.dsmstyle.com/forums/admin...=productimport
Referrer :
http://www.dsmstyle.com/forums/admin...?do=productadd
IP Address : 138.64.8.52
Username : admin
Classname : vB_Database"
---
Any ideas?