Quote:
Originally Posted by John Streetz
I just installed this and I am running: (vBulletin 4.0.2 Patch Level 1)
There is no link that shows up on any user profile pages for me. I changed it to yes for my account as directed in the instruction. Any ideas what I did wrong?
|
Download the zip file, open the xml file with an editor and:
find
Code:
$template_hook['profile_right_first'] .= $tab_html;
replace with
Code:
$template_hook['profile_sidebar_first'] .= $tab_html;
Save the xml file and re-import with the overwrite option set to 'yes'.