Quote:
Originally Posted by unbri103
in the navbar template it says
find
<if condition="$show['registerbutton']">
and replace with
<if condition="$show['registerbutton'] AND !$vboptions['invites_reg_only_by_invite']">
and in the usercp template it says
find
<if condition="$show['privatemessages']">
and add above
<if condition="$show['invites_link']">
<!-- ############## INVITES LINK ############## -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">$vbphrase[invites_issue_new_invite] <if condition="$show['invites_left']"><phrase 1="$bbuserinfo[invites]">($vbphrase[invites_x_left])</phrase></if></td>
</tr>
<tr>
<td class="alt1"><span class="smallfont"><a href="invites.php?$session[sessionurl]">$vbphrase[invites_click_here_to_invite_new_users]</a></span></td>
</tr>
</table>
<br />
<!-- ############## END INVITES LINK ############## -->
</if>
however i have vbulletin 3.6.8 and i cannot find these phrases anywhere in the template could you help me out and tell me what I have to do?
|
Those lines of codes just puts in the register button so it seems... I skipped most of the code to put in, as i only needed the one in the user CP, and u can place that where ever u want to, if u know just a bit about php code.