Invitation System v2.0.2 - vBulletin.org Forum
->Do template edits:
In USERCP_SHELL Template Find this Code
Add Below This Code
In USERCP Template Find this Code
Add Below This Code
=== atach the hack ( English / Arabic ) v2.0.2 ===
->Do template edits:
In USERCP_SHELL Template Find this Code
PHP:
<if condition="$show['profilepiclink']">
<tr><td class="$navclass[profilepic]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td></tr>
</if>
Add Below This Code
PHP:
<if condition="$vbulletin->options['invite_usercp_link']">
<tr><td class="$navclass[invitation]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=invitation">$vbphrase[invitation]</a></td></tr>
</if>
In USERCP Template Find this Code
PHP:
$template_hook[usercp_main_pos1]
Add Below This Code
PHP:
<if condition="$show['invitation_link']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">$vbphrase[invitation_system] <if condition="$show['invitation_left']"><phrase 1="$bbuserinfo[invitation]">($vbphrase[invitation_x_left])</phrase></if></td>
</tr>
<tr>
<td class="alt1"><span class="smallfont"><a href="profile.php?$session[sessionurl]do=invitation">$vbphrase[invitation_click_here_to_invitation_new_users]</a></span></td>
</tr>
</table>
<br />
</if>
=== atach the hack ( English / Arabic ) v2.0.2 ===