Quote:
Originally Posted by keyness
Thanks for prompt reply 
|
Your welcome keyness, it's the least I can try to do for you all.
- Reid
Quote:
Originally Posted by RvG2
I have lost "My Profile" link in the postbit section after adding a points system.
Kindly can you tell me where I can find that "code" to add it back manually?
|
No problem RvG2, to get the postbit link back on your forums, edit either the postbit or the postbit legacy (depending on which you use) like so:
Edit template: postbit
================================================== =========================
FIND
================================================== =========================
<div>
$vbphrase[posts]: $post[posts]
</div>
================================================== =========================
ADD BELOW
================================================== =========================
<if condition="$show['zointsprofile']">
<div><a href="$vboptions[zointsprofile_zurl]?id=$post[userid]" target="_blank">$vboptions[zointsprofile_postbit]</a></div>
</if>
================================================== =========================
================================================== =========================
Edit template: postbit_legacy
================================================== =========================
FIND
================================================== =========================
<div>
$vbphrase[posts]: $post[posts]
</div>
================================================== =========================
ADD BELOW
================================================== =========================
<if condition="$show['zointsprofile']">
<div><a href="$vboptions[zointsprofile_zurl]?id=$post[userid]" target="_blank">$vboptions[zointsprofile_postbit]</a></div>
</if>
================================================== =========================
================================================== =========================
I hope this works for you.
- Reid