PDA

View Full Version : Forum Home Enhancements - UserCP Link (Content, forum and blog) navbar dropdown


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

Alecsmith
01-08-2010, 08:13 PM
Very good job :)

abbasbsp
01-09-2010, 06:13 PM
update 10-01-10

chloe101
01-09-2010, 11:40 PM
This is awesome; very nice, clean job.

Installed & Nominated.

Thank you

chloe101
01-10-2010, 06:19 AM
I'm stumped. How can I change the text color of the category bars in the pop-up menu? I can't for the life of me figure out where .thead needs to be editted.

I'm working against a dark background and need white font for only this partucular menu.
Do you have any suggestions?

abbasbsp
01-10-2010, 06:30 AM
please ask for a screen shot, where the pop-ups that you mean

chloe101
01-10-2010, 09:48 PM
Thanks. I want to change the wording for "Miiscellaneous" and "User Control Panel" to white instead of red.

Here's a screen shot:

abbasbsp
01-11-2010, 05:37 AM
Thanks. I want to change the wording for "Miiscellaneous" and "User Control Panel" to white instead of red.

Here's a screen shot:

<li></li>
<font color="blue" size=3>
<td class="thead">User ControlPanel</td>
</font>
<vb:if condition="$show['pmmainlink']">
in bold can be changed itself

chloe101
01-11-2010, 08:19 AM
Thank you! That worked beautifully for Miscellaneous but, for some odd reason, not for User ControlPanel. I posted the code exactly the same way

<font color="white" size=2>
<td class="thead">User ControlPanel</td> </font>

<font color="white" size=2>
<td class="thead">Miscellaneous</td> </font>

but only the first one changes.

Seriously, I'm so grateful for the mod and this help, that I can live with that but if you have any suggestions, or see a mistake I made, I'll be grateful but please don't spend time on this because I can just remove the first category (User ControlPanel).

Thanks so much for your help. I really appreciate this.

Firas S.
01-12-2010, 06:47 AM
Seems to be nice :-)
Can you tell me how to enable the [Last login time] ?
It disappeared after upgrading to VB4

Thanks ichal

adembaba
01-13-2010, 12:49 AM
Honestly, i don't really understand it. I am a noob in all of this.

So I have a forum only(not suite version). I have found the code(navbar forum) but what do i have to do with it? 4. the navbar at the forum
Styles & Templates > Style Manager > Navigation / Breadcrumb Templates > navbar
FIND :

What do i have to with it after i found it? Do i have to delete it and put the other code in it?

This code is 2, the lower and upper


I don't understand what you mean by this.:confused:

chrisvonc
01-13-2010, 07:07 PM
Another wonderful mod, thank you! Works and looks great.

Thank you! That worked beautifully for Miscellaneous but, for some odd reason, not for User ControlPanel. I posted the code exactly the same way <font color="white" size=2>
<td class="thead">User ControlPanel</td> </font><font color="white" size=2>
<td class="thead">Miscellaneous</td> </font>but only the first one changes.

Seriously, I'm so grateful for the mod and this help, that I can live with that but if you have any suggestions, or see a mistake I made, I'll be grateful but please don't spend time on this because I can just remove the first category (User ControlPanel).

Thanks so much for your help. I really appreciate this.
If I understand you.. I had the same snag as well, until I remembered there is a second occurrence of each of those lines, in each of your templates you modified. You want to be sure to make the 2nd change lower down in each template.

Oracle simsim
02-12-2010, 02:23 PM
there is a problem in the code and can be be fixed by removing each line begining with <td> tag

thank you

ndut
02-13-2010, 11:26 PM
tag this mod

chloe101
12-10-2015, 07:45 PM
Another wonderful mod, thank you! Works and looks great.


If I understand you.. I had the same snag as well, until I remembered there is a second occurrence of each of those lines, in each of your templates you modified. You want to be sure to make the 2nd change lower down in each template.

Wow, just saw this message years later lol and want to thank you for having replied. Thanks