abbasbsp
01-07-2010, 10:00 PM
This modification aims to users easily find the user control panel settings, These modifications are placed in all respective navbar
the navbar vbcms, Blog and Download (if installed)
1. navbar vbcms
Styles & Templates > Style Manager > vBulletin CMS Templates > vbcms_navbar_link
FIND :
<vb:if condition="$links">
2. Navbar Blog
Styles & Templates > Style Manager > Blog Templates > blog_navbar_link
FIND :
<vb:if condition="$show['canpostitems']"> <<< There are two, take the top
3. Navbar Download (if installed)
Styles & Templates > Style Manager > Downloads Templates > downloads2_navbar_link
FIND :
<ul class="floatcontainer">
4. the navbar at the forum
Styles & Templates > Style Manager > Navigation / Breadcrumb Templates > navbar
FIND :
<vb:if condition="$show['searchbuttons']">
This code is 2, the lower and upper
all ADD code below :
<li class="popupmenu" >
<a href="javascript://" class="popupctrl">User CP</a>
<ul class="popupbody popuphover">
<li></li>
<td class="thead">User ControlPanel</td>
<vb:if condition="$show['pmmainlink']">
<li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
</vb:if>
<vb:if condition="$show['member']">
<li><a href="subscription.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
</vb:if>
<vb:if condition="$show['member']">
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a>
</li>
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a>
</li>
</vb:if>
<vb:if condition="$show['avatarlink']">
<li class="{vb:raw navclass.avatar}"><a href="profile.php?{vb:raw session.sessionurl}do=editavatar">{vb:rawphrase edit_avatar}</a></li>
</vb:if>
<vb:if condition="$show['siglink']">
<li class="{vb:raw navclass.signature}"><a href="profile.php?{vb:raw session.sessionurl}do=editsignature">{vb:rawphrase edit_signature}</a></li>
</vb:if>
<td class="thead">Miscellaneous</td>
<li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
<vb:if condition="$bbuserinfo['userid']">
<li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li>
</vb:if>
</ul>
</li>
My Profile and Settings on the Haeder want to delete, please search the haeder Templete
if you want to see a more detailed demo, please visit http://indoglobal.us/forums/index.php
username : myvisit
password : tamusaya
semoga bermanfaat
enjoy aja lagi
the navbar vbcms, Blog and Download (if installed)
1. navbar vbcms
Styles & Templates > Style Manager > vBulletin CMS Templates > vbcms_navbar_link
FIND :
<vb:if condition="$links">
2. Navbar Blog
Styles & Templates > Style Manager > Blog Templates > blog_navbar_link
FIND :
<vb:if condition="$show['canpostitems']"> <<< There are two, take the top
3. Navbar Download (if installed)
Styles & Templates > Style Manager > Downloads Templates > downloads2_navbar_link
FIND :
<ul class="floatcontainer">
4. the navbar at the forum
Styles & Templates > Style Manager > Navigation / Breadcrumb Templates > navbar
FIND :
<vb:if condition="$show['searchbuttons']">
This code is 2, the lower and upper
all ADD code below :
<li class="popupmenu" >
<a href="javascript://" class="popupctrl">User CP</a>
<ul class="popupbody popuphover">
<li></li>
<td class="thead">User ControlPanel</td>
<vb:if condition="$show['pmmainlink']">
<li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
</vb:if>
<vb:if condition="$show['member']">
<li><a href="subscription.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
</vb:if>
<vb:if condition="$show['member']">
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a>
</li>
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a>
</li>
</vb:if>
<vb:if condition="$show['avatarlink']">
<li class="{vb:raw navclass.avatar}"><a href="profile.php?{vb:raw session.sessionurl}do=editavatar">{vb:rawphrase edit_avatar}</a></li>
</vb:if>
<vb:if condition="$show['siglink']">
<li class="{vb:raw navclass.signature}"><a href="profile.php?{vb:raw session.sessionurl}do=editsignature">{vb:rawphrase edit_signature}</a></li>
</vb:if>
<td class="thead">Miscellaneous</td>
<li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
<vb:if condition="$bbuserinfo['userid']">
<li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li>
</vb:if>
</ul>
</li>
My Profile and Settings on the Haeder want to delete, please search the haeder Templete
if you want to see a more detailed demo, please visit http://indoglobal.us/forums/index.php
username : myvisit
password : tamusaya
semoga bermanfaat
enjoy aja lagi