Quote:
Originally Posted by sunrise2006
However you say you don't need this feature but you may add that item handy as below:
in USERCP_SHELL template find similar to this:
HTML Code:
<tr><td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
After that add this:
HTML Code:
<if condition="$vbulletin->options['qeimp_enabled'] AND (($qei_apply AND (2 & $vbulletin->options['qei_user_quickeditor_settings'])) OR ((4 & $vbulletin->options['qei_user_quickeditor_settings']) AND (1 & $vbulletin->userinfo['permissions']['qeipermissions'])))">
<tr><td class="$navclass[quickeditor]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=quickeditor">$vbphrase[quickeditor_settings]</a></td></tr>
</if>
Good Luck
|
Yep I found it, it's in the USERCP_SHELL_ICONS template that comes with the hack.
This is the exact code:
HTML Code:
<tr><td class="$navclass[options]" nowrap="nowrap"><div style="float:left;margin-right:5px;"><img border="0" src="$stylevar[imgdir_misc]/usercp_icons/cog.gif" /></div><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>