Buyrun orjinal link bu kodu yazan arkadaşımız Hasann 'a teşekkürler
Davetiye sistemi

USERCP_SHELL templatesinde bulun

<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>
ve altına ekleyiniz
<if condition="$vbulletin->options['invitation_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>
Invitation System vB 3.7 Gold - vBulletin.org Forum