lilbill0005 |
04-04-2009 10:04 PM |
1 Attachment(s)
I only have 3.8.0, and my license expired recently, and I don't have the money to renew it, so, I can't test on 3.8.1 or higher, but, I think I've fixed it. It at least does what it's supposed to on mine.
Find:
Code:
<if condition="$show['edit_profile']">
<li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
</if>
Below, add:
Code:
$template_hook[profile_linkbar_last]
There really should be a hook there already anyhow, but, there isn't, so, meh.
Then just import the attached file. If it still doesn't work, please paste the error here so I know what to fix. =]
|