vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   End-User Options - GTUserCP - Enhanced USERCP Interface + USERCP Menu (https://vborg.vbsupport.ru/showthread.php?t=136321)

Nixpeiler 03-05-2007 07:00 AM

thx works nice

only i change in the USERCP_SHELL_REPLACE.txt

this
PHP Code:

                <td class="$navclass[pm_newpm]nowrap="nowrap"><img src="$stylevar[imgdir_misc]/page_edit.gif" alt="" border="0" class="inlineimg" width="16" height="16" /> <class="smallfont" href="private.php?$session[sessionurl]do=newpm">Compose Message</a></td

to

PHP Code:

                <td class="$navclass[pm_newpm]nowrap="nowrap"><img src="$stylevar[imgdir_misc]/page_edit.gif" alt="" border="0" class="inlineimg" width="16" height="16" /> <class="smallfont" href="private.php?$session[sessionurl]do=newpm">$vbphrase[send_new_message]</a></td


shows better with other languages ;)

regards

Ascor 03-06-2007 12:48 AM

Just installed, thank you princeton :)

mcqwert 03-06-2007 01:35 PM

Works great, easy install. Much appreciated.

deb0 03-06-2007 03:20 PM

Got it to work, nice work!

GrendelKhan{TSU 03-07-2007 08:29 AM

ahhh! installed but the PM list doesn't show up!! helllp!!!

check the template and all seems ok. :/

GrendelKhan{TSU 03-07-2007 11:46 AM

any have any ideas as to why my private messages section might not be showing up?

I checked a couple times and I made all the template correctly as far as I can tell.

is there some hook or something that I'm missing?

any suggestions would be greatly appreciated!

GrendelKhan{TSU 03-07-2007 12:37 PM

Quote:

Originally Posted by GrendelKhan{TSU (Post 1197802)
ahhh! installed but the PM list doesn't show up!! helllp!!!

check the template and all seems ok. :/

ok found this..
Quote:

Originally Posted by Lionel (Post 1177293)
OK, I got it, me stupid who does not read instructions. I skipped the nav_folderbit. All is fine now. However I had to remove all 3 if conditions in PM

but can someone tell me how to "remove all three conditionals"? (post code without conditionals.

<< no programming n00b. :(



note: this seems only to be an issue with 3.6.0

GrendelKhan{TSU 03-08-2007 07:23 AM

bump...

Quote:

Originally Posted by GrendelKhan{TSU (Post 1197942)
can someone tell me how to "remove all three conditionals"? (post code without conditionals.

<< no programming n00b. :(

note: this seems only to be an issue with 3.6.0


again, can someone post the code for the nav_folderbit without the 3 conditionals?

Maksa 03-08-2007 09:27 AM

nice hack :)

Nixpeiler 03-08-2007 12:53 PM

Quote:

Originally Posted by GrendelKhan{TSU (Post 1198601)
bump...




again, can someone post the code for the nav_folderbit without the 3 conditionals?



hmmm you can delate this

exemple

PHP Code:

        <if condition="$show['member']">
<
td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
        </if> 


make it to


PHP Code:

            <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td



regards

GrendelKhan{TSU 03-09-2007 04:21 AM

Quote:

Originally Posted by Nixpeiler (Post 1198747)
hmmm you can delate this

exemple

PHP Code:

        <if condition="$show['member']">
<
td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
        </if> 


make it to


PHP Code:

            <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td



regards


didn't work... I edited down to this:

PHP Code:

<div class="smallfont">
<
img src="$stylevar[imgdir_misc]/folder.gif" class="inlineimg" alt="" border="0" width="16" height="16" /> <a href="$linkurl">$foldername</a> <strong>($bbuserinfo[pmunread])</strong>
 <
img src="$stylevar[imgdir_misc]/tree_t.gif" alt="" border="0" class="inlineimg" /><img src="$stylevar[imgdir_misc]/folder.gif" class="inlineimg" alt="" border="0" width="16" height="16" /> <a href="$linkurlclass="smallfont">$foldername</a>
</
div

and it just ended up breaking the existing stuff and PM still didn't appear. :(

did I not delete the right stuff?

original code for reference:
PHP Code:

<if condition="$folderid!=-1">
<
div class="smallfont">
 <if 
condition="in_array($foldername, array($vbphrase['inbox']))"><img src="$stylevar[imgdir_misc]/folder.gif" class="inlineimg" alt="" border="0" width="16" height="16" /> <a href="$linkurl">$foldername</a> <if condition="$foldername==$vbphrase['inbox']"><strong>($bbuserinfo[pmunread])</strong></if>
<else />
 <
img src="$stylevar[imgdir_misc]/tree_t.gif" alt="" border="0" class="inlineimg" /><img src="$stylevar[imgdir_misc]/folder.gif" class="inlineimg" alt="" border="0" width="16" height="16" /> <a href="$linkurlclass="smallfont">$foldername</a> </if>
</
div>
</if> 


cashpath 03-10-2007 02:33 PM

Is it possible the left column hack is interfering with this?

Tralala 03-11-2007 02:33 AM

Very, very nice. Much neater UserCP.

/clicks install

cashpath 03-11-2007 06:59 PM

Just want to update that this Hack did not cause my problems..

GrendelKhan{TSU 03-12-2007 08:57 AM

Quote:

Originally Posted by cashpath (Post 1201030)
Just want to update that this Hack did not cause my problems..

what version of vb? I still can't get the private message section to appear for 3.6.0. Think I might have to upgrade just to get this hack to work!! lol

Princeton 03-12-2007 11:43 AM

Quote:

Originally Posted by cashpath (Post 1201030)
Just want to update that this Hack did not cause my problems..

appreciate the update

GrendelKhan{TSU ,
sorry, I don't have 3.6.0 ... which is why this is only written for 3.6.4+

cashpath 03-12-2007 11:45 AM

I have 3.6.5

GrendelKhan{TSU 03-13-2007 04:18 AM

Quote:

Originally Posted by Princeton (Post 1201513)
appreciate the update

GrendelKhan{TSU ,
sorry, I don't have 3.6.0 ... which is why this is only written for 3.6.4+


yah, no worries. I know its a 3.6.0 thing. just got hopeful when someone said they got it to work when they removed the conditionals (which I don't know how to do :( . lol n00b power!! :p)

great hack. should be DEFAULT with new vbulletin

Chadi 03-17-2007 05:57 PM

The code to replace in navbar (step one) I am unable to find at all.

navbar template:

Code:

<script type="text/javascript">
<!--
function log_out()
{
    ht = document.getElementsByTagName("html");
    ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
    if (confirm('$vbphrase[sure_you_want_to_log_out]'))
    {
        return true;
    }
    else
    {
        ht[0].style.filter = "";
        return false;
    }
}
//-->
</script>
<br />

<!--  Nav -->
<div class="nav_border_out">
  <div class="nav_border_in">
    <if condition="is_array($navbits)">
      <table  cellpadding="4" cellspacing="0" border="0" width="100%" align="center">
        <tr>
          <td width="15"><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
          <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb] <img src="$stylevar[imgdir_button]/lastpost_1.gif" alt="" class="inlineimg" /> <a href="$scriptpath"><span class="navbar"><strong>$navbits[lastelement]</strong></span></a> </td>
        </tr>
      </table>
      <else />
      <table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="50%"><if condition="$show['member']">
              <div class="smallfont"><img src="$stylevar[imgdir_button]/lastpost_1.gif" alt="" class="inlineimg" /> $bbuserinfo[username],
              <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
              </div>
              <if condition="$show['pmstats']">
                <div class="smallfont"> <img src="$stylevar[imgdir_button]/lastpost_1.gif" alt="" class="inlineimg" />
                  <if condition="$show['pmstats']"><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
            <if condition="$show['pmwarning']"><br /><img src="$stylevar[imgdir_button]/lastpost_1.gif" alt="" class="inlineimg" /><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></if>
                </div>
              </if>
              <else />
              <div class="smallfont"><img src="$stylevar[imgdir_button]/lastpost_1.gif" alt="" class="inlineimg" /> <a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[nav_register]</a></div>
            </if>
          </td>
          <td width="50%" align="right"><if condition="$show['member']">
            <form action="search.php?do=process" method="post">
          <input type="hidden" name="do" value="process" />
            <input type="hidden" name="quicksearch" value="1" />
            <input type="hidden" name="s" value="$session[sessionhash]" />
          <input type="text" class="navbar_forms" name="query" size="20" onfocus="this.value=''" value="$vbphrase[nav_search_form]" tabindex="1001" />
                <input  type="image" src="$stylevar[imgdir_button]/go.gif" style="vertical-align: middle;"/>
               
              </form>
              <else />
              <!-- login form -->
              <form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
        <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
                <div class="smallfont">
                  <input type="text" class="navbar_forms" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="16" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" />

                  <input type="password" class="navbar_forms" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="16"  tabindex="102" onfocus="this.value=''" value="Password" />

<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label>

                  <input  type="image" src="$stylevar[imgdir_button]/go.gif" style="vertical-align: middle;"/>
                </div>
                <input type="hidden" name="s" value="$session[sessionhash]" />
                <input type="hidden" name="do" value="login" />       
                <input type="hidden" name="vb_login_md5password" />
                <input type="hidden" name="vb_login_md5password_utf" />
                </form>
              <!-- / login form -->
            </if>
          </td>
        </tr>
      </table>
    </if>
  </div>
</div>
<!-- /Nav -->

<!-- Forum Description -->
<if condition="$show['forumdesc']">
<div class="spacer_small"></div>
<div class="forumdesc_border"><div class="forumdesc"><span class="smallfont"><strong>$foruminfo[title]</strong> $foruminfo[description]</span></div></div>
</if>
<!-- /Forum Description -->

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->

   
    <if condition="$show['searchbuttons']">



    <!-- header quick search form -->
    <div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
        <form action="search.php?do=process" method="post">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr>
            <td class="thead">$vbphrase[search_forums]</td>
        </tr>
        <tr>
            <td class="vbmenu_option" title="nohilite">
                <input type="hidden" name="do" value="process" />
                <input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
                <input type="hidden" name="exactname" value="1" />
                <input type="hidden" name="s" value="$session[sessionhash]" />
                <div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
            </td>
        </tr>
        <tr>
            <td class="vbmenu_option" title="nohilite">
                <label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label>
                &nbsp;
                <label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
            </td>
        </tr>
<tr>
            <td class="thead">$vbphrase[nav_search_options]</td>
        </tr>
        <tr>
            <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
        </tr>
        </table>
        </form>
    </div>
    <!-- / header quick search form -->
$zointstags_searchform
    </if>

    <if condition="$show['member']">
    <!-- user cp tools menu -->
    <div class="vbmenu_popup" id="usercptools_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
       
        <tr><td class="thead">$vbphrase[quick_links]</td></tr>       
        <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
        <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
        <tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
               
        <tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
        <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
        <!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
        <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
        <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
       
        <tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
<tr><td class="vbmenu_option"><a href="usercp.php?$session[sessionurl]">My Favorite Threads</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/usercp.php#Notepad">Personal Notepad</a></td></tr>
        <if condition="$show['pmmainlink']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
        <tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
        <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
        <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
       
        </table>
    </div>
    <!-- / user cp tools menu -->
    </if>
  <div class="vbmenu_popup" id="journalnavbar_menu" style="display:none">
    <table cellpadding="4" cellspacing="1" border="0">
    <tr><td class="thead" align="center">$vbphrase[journal_links]</td></tr>
    <tr><td class="vbmenu_option"><a href="journal.php$session[sessionurl_q]">$vbphrase[journal_index]</a></td></tr>
    <if condition="$bbuserinfo!=0">
    <tr><td class="vbmenu_option"><a href="journal.php?$session[sessionurl]do=gotomyjournal">$vbphrase[my_journal]</a></td></tr>
    </if>
    </table>
  </div>
<!-- extras pop start --> 
<div class="vbmenu_popup" id="1_menu" style="display:none"> 
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">
Fun Zone
</td>
</tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/arcade.php">Arcade</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/journal.php">Journals</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/misc.php?do=flashchat">Live Chat</a></td></tr> 
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/gallery/index.php">Photo Gallery</a></td></tr>
<tr>
<td class="thead">
Special Tools
</td>
</tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/calendar.php">Calendar</a></td></tr>
<tr><td class="vbmenu_option"><a href="glossary.php$session[sessionurl_q]">$vbphrase[glossary]</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/vaispy.php">iSpy</a></td></tr>
<tr><td class="vbmenu_option"><a href="worldmap.php$session[sessionurl_q]">Members Map</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/quotes.php">Random Quotes</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/usercp.php">Refer A Friend!</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/tags/">Tag Cloud</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/worldtimes.php">World Time Zones</a></td></tr>
</table></if>     
</div> 
<!-- extras pop end -->

<!-- extras pop start --> 
<div class="vbmenu_popup" id="2_menu" style="display:none"> 
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">
Forum Help Center
</td>
</tr>
<tr><td class="vbmenu_option"><a href="billspaypal.php?">$vbphrase[billspp_donate]</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/faq.php">FAQ</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/forum-rules...ents-rule.html">Forum  Rules</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/tutorials.php">Tutorials</a></td></tr>
<tr>
<td class="thead">
Info Center
</td>
</tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/forum-news-blog/">Forum Blog</a></td></tr>
<tr><td class="vbmenu_option"><a href="memberlist.php$session[sessionurl_q]">Members List</a></td></tr>
<tr><td class="vbmenu_option"><a href="news.php">RSS News</a></td></tr>
<tr><td class="vbmenu_option"><a href="psistats.php">Site Statistics</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/showgroups.php">Staff Members</a></td></tr>
<tr><td class="vbmenu_option"><a href="misc.php?do=topstats">Top Statistics</a></td></tr>
</table></div>
<!-- extras pop end -->

    <!-- vBFavorites Menu -->
    <div class="vbmenu_popup" id="vbfavorites_menu" style="display: none;">
        <table cellpadding="4" cellspacing="1" border="0">

        <if condition="$show['vbfavorites_fav_lastthreads']">
        <tr>
            <td class="thead">
                <phrase 1="$vboptions[vbfavorites_lastfavthreadlimit]">$vbphrase[vbfavorites_last_x_added_favorite_threads]</phrase>
            </td>
        </tr>
        $lastfavthreadbit
        </if>

        <if condition="$show['vbfavorites_fav_lastposts']">
        <tr>
            <td class="thead">
                <phrase 1="$vboptions[vbfavorites_lastfavpostlimit]">$vbphrase[vbfavorites_last_x_added_favorite_posts]</phrase>
            </td>
        </tr>
        $lastfavpostbit
        </if>

        <if condition="$show['vbfavorites_fav_lastusers']">
        <tr>
            <td class="thead">
                <phrase 1="$vboptions[vbfavorites_lastfavuserlimit]">$vbphrase[vbfavorites_last_x_added_favorite_users]</phrase>
            </td>
        </tr>
        $lastfavuserbit
        </if>

        <tr>
            <td class="thead">
                <a href="usercp.php$session[sessionurl_q]">$vbphrase[vbfavorites_complete_list]</a>
            </td>
        </tr>
        </table>
    </div>
    <!-- / vBFavorites Menu -->

<!-- / NAVBAR POPUP MENUS -->

<!-- PAGENAV POPUP -->

    <div class="vbmenu_popup" id="pagenav_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr>
            <td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
        </tr>
        <tr>
            <td class="vbmenu_option" title="nohilite">
            <form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
                <input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
                <input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
            </form>
            </td>
        </tr>
        </table>
    </div>

<!-- / PAGENAV POPUP -->
</if>

$welcomeheaders

<br />

header template attached

BANDiT600 03-17-2007 09:27 PM

Perfect work! Thank you for that!

chickadee 03-17-2007 11:59 PM

When I try and add a new link (to the invites hack), the background color of the Control Panel box changes... this is the link code I'm trying to add:

<tr>
<td class="alt2" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=invitation">Send Invitation</a></td>
</tr>

All the other default links are normal, only this one I'm trying to add is messing up.

Immortal_Shades 03-18-2007 01:40 AM

Awesome, But I just dontget the Private message feature and I did everything step by step perfectly!

odie3 03-26-2007 01:58 AM

Thanks great MOD!

Question: On my Black/Gold the icons are not showing... ideas? I think everything else is working.

Edit:
NM on the icons, had to install them in images/bgold/misc/ ;)

Dark_Sirius 03-30-2007 05:19 AM

Very nice. Installed. I customized mine quite a bit though.

dbirosel 03-30-2007 05:39 AM

Quote:

Originally Posted by Dark_Sirius (Post 1215882)
Very nice. Installed. I customized mine quite a bit though.

What did you customized? got sshot?

Terminatoronly 04-02-2007 06:16 AM

Thanks alot its really a nice mod :D plus its same as vbulletin.org :D

Dark_Sirius 04-04-2007 05:31 PM

Quote:

Originally Posted by dbirosel (Post 1215897)
What did you customized? got sshot?

I just made the user cp drop down menu look pretty (similar to the modified usercp shell look). Nothing major. Pretty much a code copy, so I cannot take credit for the original code.

The Bish 04-04-2007 06:51 PM

This is great!

Installed!

TOGUIMASTER 04-06-2007 10:50 AM

Thanks for this.. Installed!

ThreeD 04-07-2007 11:08 AM

Awesome!!!! *Click Install*

valdet 04-07-2007 06:03 PM

Quote:

Originally Posted by Dark_Sirius (Post 1219807)
I just made the user cp drop down menu look pretty (similar to the modified usercp shell look). Nothing major. Pretty much a code copy, so I cannot take credit for the original code.

that looks great..

do you mind sharing it here? :)

Dark_Sirius 04-08-2007 06:47 PM

Quote:

Originally Posted by valdet (Post 1222044)
that looks great..

do you mind sharing it here? :)

Sure.

------

This is a modified snippet of the drop down menu portion of Princeton's GTUserCP - Enhanced USERCP Interface + USERCP Menu.
All orignial code is his -- not mine. Therefore I cannot take credit for the original code -- Just my tweaks (which were small).

This snippet creates a visually appealing drop down User CP menu which is very similar to the User CP shell designed by
Princeton. There are a few things that had to be tweaked, such as the PM links and the Subscription Links. -- This is due to calls
to functions that cannot be correctly made while out of the User CP shell, so a simplified version was worked up.
The main feature is the visual design.

The icons for most of the menu are already included or should be installed already. The icons I used for the 'Quick Edit' section
I found at here
(A couple of them are already a part of Vbulletin. You just need either the correct link to the files or place them in the correct folder)

Below is the code for the User CP menu.

Again, hope you like it. I don't really want to steal Princeton's Thunder, so again, I cannot take credit for the orignial code, footwork
and design of this system.

----- Install -----

Changes needed: The code for the User CP menu and you need to add in one phrase.

Phrase to add (this is for the pm link):

Code:

Product: vBulletin

Var Name: nav_bar_pm

Text: <a href="private.php{3}">{1}, {2}</a>

User CP Code - Found in Navigation / Breadcrumb Templates -> Navbar

Code:

        <!-- / User CP Menu -->

<if condition="$show['popups'] AND $show['member']">
        <div class="vbmenu_popup" id="usercpoptions_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                        <tr><td class="thead" align="$stylevar[left]">
                                <a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a>
                        </td></tr>
                        <if condition="$show['pmmainlink']">
                                <tr><td class="thead" align="$stylevar[left]">$vbphrase[private_messages]</tr></td>
                                <tr><td class="$navclass[pm_messagelist]" align="$stylevar[left]">
                                        <div class="smallfont">
                                                <img src="$stylevar[imgdir_misc]/folder.gif" alt="" border="0" class="inlineimg" width="16" height="16" />
                                                <if condition="$show['pmstats']">
                                                        <phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[nav_bar_pm]</phrase>
                                                </if>
                                        </div>
                                </tr></td>
                        </if>
                        <tr>
                                <if condition="$show['pmsendlink']">
                                        <tr><td class="$navclass[pm_newpm]" nowrap="nowrap"><img src="$stylevar[imgdir_misc]/page_edit.gif" alt="" border="0" class="inlineimg" width="16" height="16" /> <a class="smallfont" href="private.php?$session[sessionurl]do=newpm">Compose Message</a></td></tr>
                                </if>
                                <if condition="$show['pmtracklink']">
                                        <tr><td class="$navclass[pm_trackpm]" nowrap="nowrap"><img src="$stylevar[imgdir_misc]/flag_red.gif" alt="" class="inlineimg" width="16" height="16" /> <a class="smallfont" href="private.php?$session[sessionurl]do=trackpm">$vbphrase[track_messages]</a></td></tr>
                                </if>
                        </tr>
                        <tr><td class="$navclass[substhreads_editfolders]" nowrap="nowrap"><img src="$stylevar[imgdir_misc]/folder_new.gif" alt="" border="0" class="inlineimg" width="16" height="16" /> <a class="smallfont" href="subscription.php?$session[sessionurl]do=editfolders">$vbphrase[edit_folders]</a></td></tr>
              <tr><td class="thead" nowrap="nowrap">$vbphrase[subscribed_threads] </td></tr>
              <tr>
                      <td class="$navclass[substhreads_editfolders]" nowrap="nowrap">
                        <div><img src="$stylevar[imgdir_misc]/folder.gif" class="inlineimg" alt="" border="0" width="16" height="16" /> <a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription">$vbphrase[list_subscriptions]</a></div>
                    $cpnav[subsfolders]
                    <div><img src="$stylevar[imgdir_misc]/tree_l.gif" alt="" border="0" class="inlineimg" /><img src="$stylevar[imgdir_misc]/folder.gif" class="inlineimg" alt="" border="0" width="16" height="16" /> <a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription&amp;daysprune=-1&amp;folderid=all">View All</a></div>
                </td>
              </tr>
                        <tr><td class="thead" align="$stylevar[left]">Quick Edit Options</td></tr>
                        <if condition="$show['siglink']">
                                <tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/page_edit.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="profile.php?$session[sessionurl]do=editsignature">&nbsp;$vbphrase[edit_signature]</a></td></tr>
                        </if>
                        <tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/edit_profile.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="profile.php?$session[sessionurl]do=editprofile">&nbsp;$vbphrase[edit_profile]</a></td></tr>
                        <tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/edit_options.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="profile.php?$session[sessionurl]do=editoptions">&nbsp;$vbphrase[edit_options]</a></td></tr>
                        <tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/edit_avatar.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="profile.php?$session[sessionurl]do=editavatar">&nbsp;$vbphrase[edit_avatar]</a></td></tr>
                        <tr><td class="thead" align="$stylevar[left]">$vbphrase[miscellaneous]</td></tr>
                        <tr><td class="vbmenu_option" align="$stylevar[left]"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
                </table>
        </div>
</if>
        <!-- / User CP Menu -->


odie3 04-08-2007 07:24 PM

Sorry for being stupid... but where do you out that code? I thought perhaps "UserCP" under "User Control Panel Templates" but I guess I was wrong... :(

Never mind, I found it was a replacement for this code in navbar
Code:

<if condition="$show['popups'] AND $show['member']">
<div class="vbmenu_popup" id="usercpoptions_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">               
        <tr><td class="thead" align="$stylevar[left]"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>       
        <if condition="$show['pmstats']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
        <if condition="$show['siglink']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
        <tr><td class="thead" align="$stylevar[left]">$vbphrase[miscellaneous]</td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
        </table>
</div>
</if>

Edit: NM on your gifs, found them on your site... attached them - hope you do not mind.

Also, my PM is showing up blank...

Tralala 04-08-2007 08:29 PM

Thanks for sharing, Dark_Sirius!
Quote:

Originally Posted by odie3 (Post 1222827)
Also, my PM is showing up blank...

Same here. Any clues?

Dark_Sirius 04-08-2007 09:05 PM

Let me poke around for a minute. I may have had to do something else to get the PM links to show up and I might have forgotten to say what.

--------

Edit: Okay, found it. My assumption above was correct. I added a phrase.

In your phrase manager add a new phrase:

Code:

Product: vBulletin

Var Name: nav_bar_pm

Text: <a href="private.php{3}">{1}, {2}</a>

--------

Sorry about that. I did this because the code I used (found on the nav bar in the first place) didn't have the exact wording I wanted, so I added a my own phrase.

Add the above and you should be set.


Quote:

Originally Posted by odie3 (Post 1222827)
Sorry for being stupid... but where do you out that code? I thought perhaps "UserCP" under "User Control Panel Templates" but I guess I was wrong... :(

Never mind, I found it was a replacement for this code in navbar

:thumbsup:

Edit: NM on your gifs, found them on your site... attached them - hope you do not mind.[/QUOTE]

That's fine. :)

Quantnet 04-08-2007 09:30 PM

works out nicely but it seems the div gap under the PM link and above Compose PM is larger than others. Do you have an extra </div> or </tr> somewhere ?

Dark_Sirius 04-08-2007 09:49 PM

Quote:

Originally Posted by Quantnet.org (Post 1222890)
works out nicely but it seems the div gap under the PM link and above Compose PM is larger than others. Do you have an extra </div> or </tr> somewhere ?

I think I had some open ended tags. I did have an extra space which I removed. I updated the code in the first post I did about this.

After looking everything over again, I am pretty sure I closed everything. It all looks even on my forum now.

Good eye, btw. Thanks. :)

odie3 04-08-2007 11:52 PM

Quote:

Originally Posted by Dark_Sirius (Post 1222879)
Let me poke around for a minute. I may have had to do something else to get the PM links to show up and I might have forgotten to say what.

--------

Edit: Okay, found it. My assumption above was correct. I added a phrase.

In your phrase manager add a new phrase:

Code:

Product: vBulletin

Var Name: nav_bar_pm

Text: <a href="private.php{3}">{1}, {2}</a>

--------

Sorry about that. I did this because the code I used (found on the nav bar in the first place) didn't have the exact wording I wanted, so I added a my own phrase.

Add the above and you should be set.



Sweet I am set! :up: :up: :D

odie3 04-08-2007 11:57 PM

BTW, the new code you posted as your RSS Feed at the bottom of the UCP Menu [under Miscellaneous]. I do believe that is not needed at my site... ;)

Quantnet 04-09-2007 12:00 AM

Tweaked to my liking

Here is the code
Code:

<!-- / User CP Menu -->
       
        <if condition="$show['popups'] AND $show['member']">
                <div class="vbmenu_popup" id="usercpoptions_menu" style="display:none">
                        <table cellpadding="4" cellspacing="1" border="0">
                       
                                <tr><td class="thead" nowrap="nowrap"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
                                <if condition="$show['pmmainlink']">
                                        <tr><td class="thead" align="$stylevar[left]">$vbphrase[private_messages]</tr></td>
                                        <tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/folder.gif" alt="" border="0" class="inlineimg" width="16" height="16" />
                                                        <if condition="$show['pmstats']"><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[nav_bar_pm]</phrase>
                                                        </if>
                                               
                                        </tr></td>
                                </if>
                               
                                        <if condition="$show['pmsendlink']">
                                                <tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/page_edit.gif" alt="" border="0" class="inlineimg" width="16" height="16" /> <a class="smallfont" href="private.php?$session[sessionurl]do=newpm">Compose Message</a></td></tr>
                                        </if>
                                        <if condition="$show['pmtracklink']">
                                                <tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/flag_red.gif" alt="" class="inlineimg" width="16" height="16" /> <a class="smallfont" href="private.php?$session[sessionurl]do=trackpm">$vbphrase[track_messages]</a></td></tr>
                                        </if>
                               
                               
                                              <tr><td class="thead" nowrap="nowrap">$vbphrase[subscribed_threads] </td></tr>
                                              <tr>
                                                      <td class="vbmenu_option" align="$stylevar[left]">
                                                        <div><img src="$stylevar[imgdir_misc]/folder.gif" class="inlineimg" alt="" border="0" width="16" height="16" /> <a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription">$vbphrase[list_subscriptions]</a></div>
                                                    $cpnav[subsfolders]
                                                    <div><img src="$stylevar[imgdir_misc]/tree_l.gif" alt="" border="0" class="inlineimg" /><img src="$stylevar[imgdir_misc]/folder.gif" class="inlineimg" alt="" border="0" width="16" height="16" /> <a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription&amp;daysprune=-1&amp;folderid=all">View All</a></div>
                                                    <tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/folder_new.gif" alt="" border="0" class="inlineimg" width="16" height="16" /> <a class="smallfont" href="subscription.php?$session[sessionurl]do=editfolders">$vbphrase[edit_folders]</a></td></tr>
                                                </td>
              </tr>
                               
                               
                               
                                <tr><td class="thead" align="$stylevar[left]">Quick Edit Options</td></tr>
                                <if condition="$show['siglink']">
                                        <tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/page_edit.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="profile.php?$session[sessionurl]do=editsignature">&nbsp;$vbphrase[edit_signature]</a></td></tr>
                                </if>
                                <tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/edit_profile.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="profile.php?$session[sessionurl]do=editprofile">&nbsp;$vbphrase[edit_profile]</a></td></tr>
                                <tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/edit_options.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="profile.php?$session[sessionurl]do=editoptions">&nbsp;$vbphrase[edit_options]</a></td></tr>
                                <tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/edit_avatar.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="profile.php?$session[sessionurl]do=editavatar">&nbsp;$vbphrase[edit_avatar]</a></td></tr>
                                <tr><td class="thead" align="$stylevar[left]">$vbphrase[miscellaneous]</td></tr>
                                <tr><td class="vbmenu_option"><img src="$stylevar[imgdir_misc]/rss.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="http://www.quantnet.org/forum/external.php?type=rss">&nbsp;Quantnet RSS Feed</a></td></tr>
                                <tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/icon_user.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">&nbsp;$vbphrase[my_profile]</a></td></tr>
                        </table>
                </div>
        </if>
        <!-- / User CP Menu -->



All times are GMT. The time now is 10:14 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02352 seconds
  • Memory Usage 2,054KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_code_printable
  • (8)bbcode_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete