PDA

View Full Version : End-User Options - GTUserCP - Enhanced USERCP Interface + USERCP Menu


Pages : 1 [2]

agitated
06-20-2007, 07:17 PM
chuchukuttie:

look in your header template.

Find <a href="usercp.php">

You will have to modify the code around this area because the style is using custom code.

You'll need to add id="usercpoptions" and also <script type="text/javascript"> vbmenu_register("usercpoptions"); </script>

Something similar to this.
<td id="usercpoptions" width="67" height="29"><a href="usercp.php"><img id="nav_cp" src="iSkin/misc/nav_cp.gif" width="67" height="29" border="0" alt="" /></a><script type="text/javascript"> vbmenu_register("usercpoptions"); </script></td>

ssslippy
06-21-2007, 05:07 AM
Our forum was imported from phpBB, any recomendations on how to get these folders not to show.

Also this is conflicting with Inferno Technologies Shoutbox, any ideas?

Princeton
06-21-2007, 01:02 PM
- you can rename folders OR
- edit the necessary templates OR
- revert the templates

I don't use Shoutbox so cannot say anything about it.

Saviour
06-23-2007, 03:10 PM
Kudos!!!

If you were a woman...I'd kiss ya smack dab on the mouth!

Great hack...lovin' every minute of it! Clicked "Installed".

Princeton
06-25-2007, 09:20 PM
wets lips ... just joking

if I was a woman I'd probably be running away right now :D

Saviour
06-25-2007, 09:26 PM
Talk about a blow to my ego...:D

Anyhow...

I have one question...

I wanted to add a link to another hack I have, but when I do it ends up in the Quick Links Menu under the UserCP menu there...insted of the UserCP menu...from your hack.

Any suggestions?

Princeton
06-25-2007, 09:44 PM
I'm guessing you are adding it to the wrong menu ... look for
id="usercpoptions_menu"and add the links there

Saviour
06-25-2007, 09:59 PM
Thanks...

That did it! Kudos for the quick replies! I appreciate it...

Princeton
06-29-2007, 01:59 AM
Please stop asking... ;)

I'll be releasing the private message quick reply and the private message postbit display modification SOON. This will be released in 2 separate modifications.

No template edits necessary.

The pm postbit display will have it's own class file.

ssslippy
06-29-2007, 02:08 AM
Awesome to hear you are releasing all this great stuff to the community!

Ohiosweetheart
06-29-2007, 02:40 AM
...... I'll be releasing the private message quick reply and the private message postbit display modification SOON. This will be released in 2 separate modifications.

No template edits necessary.

The pm postbit display will have it's own class file.
I'm looking forward to those ^!

I love this userCP hack - my members comment on it alot.

Princeton
06-29-2007, 03:01 PM
I'm glad to hear that ..
thank you for the feedback - it's always appreciated.

cheat-master30
06-29-2007, 03:08 PM
Please stop asking...

I'll be releasing the private message quick reply and the private message postbit display modification SOON. This will be released in 2 separate modifications.

No template edits necessary.

The pm postbit display will have it's own class file.

Since I liked this modification, and the PM modification, and the announcement glowing modification and the posting rules one, I will be sure to install the private message quick reply modification, as it would then make PMs as powerful in options as topics/posts, since I already use the PM search modification someone made.

Brandon Sheley
07-05-2007, 06:24 PM
Just added this hack, thanks :)

brnoe
07-05-2007, 10:11 PM
Awesome mod, makes things a bit easier to access all in one menu.

pureturk
07-09-2007, 07:49 AM
here are the problems I m having with this mod. both with IE and Firefox

IE
http://img167.imageshack.us/img167/3668/hjjgdl7.th.png (http://img167.imageshack.us/my.php?image=hjjgdl7.png)

firefox
http://img184.imageshack.us/img184/9292/ukjkqf0.th.png (http://img184.imageshack.us/my.php?image=ukjkqf0.png)

for some reason the tree image does not appear at all on firefox and shows an error for IE.
any ideas?

ragtek
07-09-2007, 07:54 AM
ff isn't showing if a image havent been found
look in ie at the path where the image is being search and copy it there

many many users have updatet to 3.6.6 and there is one new graphic and one is renamed(so on 40% of vbulletins there is a image missing in the navbar,...)

pureturk
07-09-2007, 08:01 AM
ff isn't showing if a image havent been found
look in ie at the path where the image is being search and copy it there




what is ff?
and where exactly do i copy the image path?

pureturk
07-09-2007, 08:05 AM
ok i figured out what you said . thank u very much for your help

ragtek
07-09-2007, 08:05 AM
ff=> firefox

look if you have:
tree_t.gif and tree_l.gif in your misc folder!

slyreptile
07-10-2007, 01:56 AM
Excellent mod. Thanks for sharing!

ltd
08-07-2007, 06:00 PM
Working fine on 3.6.8 now

Princeton
08-07-2007, 07:07 PM
thanks for the update .. you may want to click INSTALL to receive future modification updates

ltd
08-09-2007, 02:51 AM
thanks for the update .. you may want to click INSTALL to receive future modification updates

Oops, I forgot actually :)

helldorado
08-09-2007, 08:23 PM
Installed on 3.6.8 and it works nicely. Thank you very much!

Also, I made an enhancement for my site that was pretty easy to do. I added two links for users to display all their own posts, and all their own threads. A modification of the links from the public profile.

https://vborg.vbsupport.ru/

The code is pretty simple. Add it before the </table> html in the navbar template.

<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$bbuserinfo[userid]" rel="nofollow">$vbphrase[display_your_posts]</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$bbuserinfo[userid]&amp;starteronly=1" rel="nofollow">$vbphrase[display_your_threads]</a></td></tr>



Note, you'll need to create two new global phrases for this code to work as drop-in.
display_your_posts and display_your_threads. Otherwise, I think you can enter in straight text if you're not worried about phrases or language support.

This is one of my first self code changes, so if any of the experts see where the code should be better, appreciate the input!

Dannyloski
08-09-2007, 10:40 PM
^ Pretty nice idea ... I added it :up: for you ...

nnjj.net
08-12-2007, 11:07 AM
works great but small problem in style of subscribed_threads

vmacedonia
08-13-2007, 10:55 AM
Why when I add new option in the menu always the first item isn't displayed properly at the main forum page?

For illustration I have two pictures, the first picture is from the main forum page, the second is from the menu what is displayed inside the UserCP.

Here is the code what is modified:


<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=editpassword">$vbphrase[edit_email_and_password]</a></td></tr>
<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="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editavatar">$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>
The problem is in the "$vbphrase[edit_email_and_password]", even with a custom phrase the problem exist. It's working correctly only if I replace that phrase directly with some text.

<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editpassword">TEST ITEM</a></td></tr>


Doesn't matter what option is first, "do=editavatar", "do=editprofile", "do=editpassword", etc. always the text from the phrase doesn't appear.

Princeton
08-13-2007, 12:20 PM
set the phrase to GLOBAL

click "mark as installed" to get future update notifications

Roxie
08-15-2007, 02:23 AM
It looks like replacing the usercp shell will delete any template hooks? Is this correct?

Princeton
08-15-2007, 01:29 PM
this modification was written for 3.6.4

you can always add the template hooks manually

Antivirus
08-17-2007, 01:18 PM
Princeton, if a usergroup's pmquota permission is set to 0 (users unable to use private messaging) is "compose messages" no longer visible? what about "track messages"?

Just wondering if behavior of their display behaves in same manner as in default vbulletin userCP.

Thanks!

Princeton
08-18-2007, 06:06 PM
yes (to both questions)

wickland
08-22-2007, 09:16 PM
Another great hack, Installed

Thanks!
Best Regards

Nimrod.
08-26-2007, 06:05 AM
I would like to install this, but I already have the edit of a dropdown user CP. Will this effect that in any way?

ssslippy
09-05-2007, 04:43 AM
For those who want this to work with Project tools and blog etc... you need to find


</if>
</tbody>
</table>
<!-- / usercp nav -->


Replace with

</if>
</tbody>
$template_hook[usercp_navbar_bottom]
</table>
<!-- / usercp nav -->

Princeton
09-05-2007, 03:12 PM
there will be a new release this month (containing the template hooks)

Cigarcritic
09-05-2007, 07:49 PM
ff isn't showing if a image havent been found
look in ie at the path where the image is being search and copy it there

many many users have updatet to 3.6.6 and there is one new graphic and one is renamed(so on 40% of vbulletins there is a image missing in the navbar,...)

Thanks. I had to rename tree_ltr to tree_l to get IE to display the tree.

WarLion
09-05-2007, 08:43 PM
nice hack but i will pass until thee new release thanks

Smiry Kin's
09-08-2007, 01:56 AM
really looking for update to 3.6.8 unless it works perfectly fine.... 100%?

Analogpoint
09-08-2007, 06:34 PM
really looking for update to 3.6.8 unless it works perfectly fine.... 100%?

I just installed it on 3.6.8 and everything looks fine. I'm still waiting for the updated version that includes template hooks though.

egyptsons
09-09-2007, 01:52 PM
Thanks :) I like it

Analogpoint
09-10-2007, 02:23 AM
In vB 3.6.8 (maybe earlier) the image tree_l.gif is renamed tree_ltr.gif Be sure to change tree_l.gif to tree_ltr.gif in the USERCP_SHELL template so you won't get broken images.

MPDesignZ
09-10-2007, 01:21 PM
Very nice worked quite well, thanks :D

MP

Princeton
09-17-2007, 07:13 PM
New 1.1.0 version released (GTUSERCP_110.zip)

The 1.1.0 version now replaces the USERCP_SHELL template. No edits are necessary. However, manual edits are required if you wish to use the UserCP Menu like we have here on vbulletin.org. :cool:

lostgirl815
09-17-2007, 08:12 PM
I can't remember if I said this already so - great Mod, I am so happy to get those stupid tables collapsed in the userCP. :)

Darat
09-17-2007, 08:14 PM
New 1.1.0 version released (GTUSERCP_110.zip)

The 1.1.0 version now replaces the USERCP_SHELL template. No edits are necessary. However, manual edits are required if you wish to use the UserCP Menu like we have here on vbulletin.org. :cool:

Quick question - if we have a custom style will we still have to make manual edits to the USERCP_SHELL template to achieve this layout for our custom styles?

Princeton
09-17-2007, 08:23 PM
it all depends if the template has been modified .. with that said, most custom styles do not edit this template

I suggest trying it out .. if you see something that's out of place just uninstall it and manually do the edits (compare templates and see the difference).

liselotte
09-17-2007, 08:27 PM
OMG, love the MOD ^^ <3

Howell
09-17-2007, 09:05 PM
I'm upgrading from an older version (Version: 1.0.0) and want to know what to do with the edits that I did to the following templates....

usercp_nav_folderbit
pm_messagelist
SUBSCRIBE

I'm assuming there is no change as your product now makes these changes automatically and I have already done these manually with the older version??

Skavenger
09-17-2007, 09:54 PM
just revert that templates

ssslippy
09-18-2007, 01:10 AM
Wonderfull addition making this a plugin. If you really wanted to you could make the menu a plugin and then just do one template edit of removing the User CP link.

X-Ocean
09-18-2007, 05:51 AM
New 1.1.0 version released (GTUSERCP_110.zip)

The 1.1.0 version now replaces the USERCP_SHELL template. No edits are necessary. However, manual edits are required if you wish to use the UserCP Menu like we have here on vbulletin.org. :cool:

Where do I find the navbar so i can make the manual changes?

/Jonas

X-Ocean
09-18-2007, 06:06 AM
Neber mind i found it, :)

rayw
09-18-2007, 10:46 AM
I'm assuming you just have to revert the USERCP_SHELL template and then install the product? If that's the case, it is working great - Thanks a lot! :)

Saviour
09-18-2007, 02:46 PM
You might want to include in your Read Me file...specific instructions for those who are upgrading from the previous version...otherwise, I'll just leave the previous version as is...since it's already installed and working fine with 3.6.8.

Princeton
09-18-2007, 03:23 PM
If upgrading from a previous version you can revert the "USERCP_SHELL", "SUBSCRIBE", and "usercp_nav_folderbit" template.

I just uploaded a new version (1.1.1) - I left out the replacements for the SUBSCRIBE template.

Saviour
09-18-2007, 03:58 PM
Other than the fact that the new version is a plug-in and not simply template edits and image uploads?

I mean...I have the previous version installed...and it's working ...so what the hay?

Know what I mean?

If I revert my current templates, I'm afraid I'll remvoe something from a previous edit or mod...and then be all screwed up...if you can see where I'm coming from.

I know this mod is yours...and I'm enjoying the previous version...nothing but Kudos fromm all the members of my community...so I look at it this way:

If it ain't broke...why fix it?

Fenriz
09-18-2007, 07:43 PM
What about changes in pm_messagelist template from previous version? Should it be also reverted?

Smiry Kin's
09-18-2007, 11:12 PM
would be better if PM's was on the first page, rather then new posts in subscribe threads etc.... maybe make PM's show if new/if no new subscribe posts.

rayw
09-19-2007, 12:04 AM
If upgrading from a previous version you can revert the "USERCP_SHELL", "SUBSCRIBE", and "usercp_nav_folderbit" template.

Cheers!

I loved this mod before the product was created - but it's even better now that it's a product.

Thanks a lot. :)

slyreptile
09-20-2007, 03:31 PM
With it being a product now, how can we go about modifying the USERCP_SHELL to add our own links?

Princeton
09-21-2007, 11:03 AM
Add new links via it's template hooks.
If you want to hard code the values - edit the GTPM_USERCP_SHELL template.

triff
09-21-2007, 07:05 PM
The product looks really good. I just wonder how hard it will be for someone with little programming experience to add edit avatar, edit profile, and edit profile picture to the options? Is there any instruction of how to do that added to the zip?

Sverre.

yoyoyoyo
09-21-2007, 10:59 PM
The product looks really good. I just wonder how hard it will be for someone with little programming experience to add edit avatar, edit profile, and edit profile picture to the options? Is there any instruction of how to do that added to the zip?

Sverre.look one post above yours:

Add new links via it's template hooks.
If you want to hard code the values - edit the GTPM_USERCP_SHELL template.

triff
09-22-2007, 07:10 AM
look one post above yours:

Add new links via it's template hooks.
If you want to hard code the values - edit the GTPM_USERCP_SHELL template.

Hehe, let me stress: little programming experience! :o

I can do some html-coding, and I can find the template, but how do I edit it? This php-stuff is new to me.

If I would like to add edit avatar/profile/profile picture? How would I add it in the template?

I'd be grateful for any help! :)

Sverre.

triff
09-23-2007, 07:36 AM
No one? I think those instructions would be a lot of help to us newbies out here considering the mod. Or at least some more tips on how we can figure it out.

SGL.

Smiry Kin's
09-24-2007, 12:51 AM
need to make your self a little clear'er as to what your requesting.. why would you want to edit profile pic/profile etc?..

to edit profile you would have to edit memberinfo template..

yoyoyoyo
09-24-2007, 01:20 AM
need to make your self a little clear'er as to what your requesting.. why would you want to edit profile pic/profile etc?..

to edit profile you would have to edit memberinfo template..
I think he was asking about adding links to edit profile pic, etc., however they are already in there, so I am a bit confused:

http://img168.imageshack.us/img168/3579/errorir4.jpg

However, if you have certain links you want to add in there, you can add them easily.

Go to your Admin Control Panel -> Styles & Templates -> Edit Templates -> and click on the << >> button to expand your view of all of the templates. Highlight "GTPM_USERCP_SHELL" and click on the "Customize" button, and you will see the code in there.

Princeton has divided up all of the areas of the menu so you can easily find where the links and options are located. For example, if you want to add a new link in the "Miscellaneous" section, you would look for <!--misc--> in that template. All of the code in between the <!--misc--> and <!--/misc--> are the links that are listed. If you want to add a link, make sure it goes between other <tr> and </tr> (and be sure to avoid the <if> and </if> also.

For example, if you wanted to add a link for some reason between "Group Membership" and "Buddy/Ignore List" you would look for this code:

<if condition="$show['publicgroups']">
<tr>
<td class="$navclass[usergroups]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editusergroups">$vbphrase[group_memberships]</a></td>
</tr>
</if>
<tr>
<td class="$navclass" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editlist">$vbphrase[buddy_ignore_lists]</a></td>
</tr>

and change it to this:

<if condition="$show['publicgroups']">
<tr>
<td class="$navclass[usergroups]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editusergroups">$vbphrase[group_memberships]</a></td>
</tr>
</if>
<tr>
<td nowrap="nowrap"><a class="smallfont" href="[B]ADD_YOUR_LINK_IN_HERE">LINK TEXT HERE</a></td>
</tr>
<tr>
<td class="$navclass" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editlist">$vbphrase[buddy_ignore_lists]</a></td>
</tr>


(note - new code is highlited in red - put your link in place of [B]ADD_YOUR_LINK_IN_HERE and your link text in place of LINK TEXT HERE)

Just look at the code that is listed, and you will figure it out. It's all fairly logical if you just read it, and follow the examples that are given in the template itself.

SuperTaz
09-24-2007, 05:28 AM
I installed this mod the way it said to and I even installed the images in the /forums/images/misc/ folder and the images still do not show up. What am I doing wrong here?

Fifthe1ement
09-24-2007, 05:46 AM
You will have to put the images in each of your styles. Here is what you do.

Go to the style where the images are missing, and then right click the image. While still holding right click go to properties. Now a pop-up will appear and show that image properties. You want to look for "http://www.yoursite.org/forum/images/cstyle/blue/buttons/image.gif" Now where it says image.gif, follow that back and put the images in that folder. Do you get it, as I will help more if you don't.

And BTW this mod rocks!

FifthE1ement

pjan
09-24-2007, 04:03 PM
simple but very nice hacks.
I'm Luvin it :)

triff
09-24-2007, 04:27 PM
I've installed it now!

But there seems to be missing an image called tree_l.gif from the menu? Anyone who's had this problem also? Anyone who knows where I can find it?

EDIT: The option of editing the avatar, profile and profile picture is there also. The reason why I was asking about those options are that they seemed to be absent from the preview/screenshot. ;)

EDIT: I just copy the image from the UserCP on this forum. Must start thinking before spamming the forum with my questions... ;)

Howell
09-24-2007, 08:52 PM
I've installed it now!

But there seems to be missing an image called tree_l.gif from the menu? Anyone who's had this problem also? Anyone who knows where I can find it?

Read this post.....

https://vborg.vbsupport.ru/showpost.php?p=1335893&postcount=293

SuperTaz
09-25-2007, 06:24 AM
You will have to put the images in each of your styles. Here is what you do.

Go to the style where the images are missing, and then right click the image. While still holding right click go to properties. Now a pop-up will appear and show that image properties. You want to look for "http://www.yoursite.org/forum/images/cstyle/blue/buttons/image.gif" Now where it says image.gif, follow that back and put the images in that folder. Do you get it, as I will help more if you don't.

And BTW this mod rocks!

FifthE1ement

Didn't work. Is there another way?

Princeton
09-25-2007, 12:35 PM
tree_t.gif image missing? that's because it doesn't exists :D

In gtpm_usercp_nav_folderbit template

FIND
<img src="$stylevar[imgdir_misc]/tree_t.gif"

REPLACE
<img src="$stylevar[imgdir_misc]/tree_$stylevar[textdirection].gif"

Click INSTALL if you want to stay updated

tamborinegal
09-25-2007, 11:54 PM
Nice! Thank you.

Clancy

pipin
09-30-2007, 10:09 AM
Great hack, but there are two entries not phrased.

View All and Compose Message.

Masiello
10-08-2007, 08:13 PM
Thank you so much :)

Stifmeister2
10-12-2007, 09:43 AM
*clicks install*

captainslater
10-16-2007, 07:34 PM
Hy Princeton,

you're not using a phrase in the usercp_shell template for compose Message. I want to edit it to the common vbphrase and the text isn't shown up in the usercp. Any hint for this?

DDIG
11-11-2007, 04:13 PM
Try $vbphrase[control_panel], that worked for me.

I found it with "Search for Phrases" in AdminCP menu "Languages & Phrases".

Filled in the searchtext "Control panel" hit "find". Scroll down to User Tools (global) Phrases Containing 'Control panel' in the search results, click the edit button and change the translation.

captainslater
11-12-2007, 04:56 PM
That's weird. I can't find a phrase like that or named similar.

Princeton
11-12-2007, 05:42 PM
That's weird. I can't find a phrase like that or named similar.
I fixed the missing phrase. (uploaded new file)

Lionel
11-12-2007, 07:53 PM
I hardcoded the QuickClip links in the new usercp_shell template.

What could cause for some menus items to disappear when I navigate those liks?

all the top ones and the one between signature and edit profile.

Taragon
11-12-2007, 08:24 PM
I'm not really sure on how to update from v1.1.1 to v1.1.1-2
The "USERCP_SHELL", "SUBSCRIBE", and "usercp_nav_folderbit" templates seem to be unchanged?

Lionel
11-13-2007, 02:29 AM
OK I solved my issue by adding 'user' in the $phrasegroups array of the quickclip php

Princeton
11-13-2007, 11:47 AM
I'm not really sure on how to update from v1.1.1 to v1.1.1-2
The "USERCP_SHELL", "SUBSCRIBE", and "usercp_nav_folderbit" templates seem to be unchanged?
it's only a phrase change (it's listed on the History)

OK I solved my issue by adding 'user' in the $phrasegroups array of the quickclip phpthanks for the update

lazserus
11-13-2007, 09:42 PM
Strange, my images aren't showing up. Everything seems to work, but no images. They're uploaded. Hell, I uploaded them twice.

Princeton
11-14-2007, 11:57 AM
which version are you using?
URL? test account??

BadgerDog
11-14-2007, 01:03 PM
Installed....

... but, have a cosmetic issue... :confused:

Is anyone else getting a strange "<" just above and to the left of the left most entry on their Navbar? On our system when I make the template edits to have the drop down shown on the Navbar, it seems to "break" overwrite part of the graphics box drawn around the Navbar?


<
User CP FAQ .... rest of Navbar

I've backed out the template edits until I can sort this out...

Thanks... :)

Regards,
Badger

EDIT: Never mind... clumsy fingers during edit left an extra "<" in the template. :o

Give me a coffee break and you'll have to retrain me .. :D

Working fine now.... :up:

SNATCH3R
11-20-2007, 05:16 AM
thanks for this cool template hack.....my usercp looks more better now...

GhoHan
11-21-2007, 05:59 AM
Thanks for the mods.

Installed.

Captain DDL
11-23-2007, 07:41 PM
I was trying to install GTUserCP, but I encountered a problem at the beginning with my custom skin. I could find everything else, but not this. Could you help me?

FIND IN navbar:

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


REPLACE WITH:

<if condition="$show['member']">
<td id="usercpoptions" class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a>
<script type="text/javascript"> vbmenu_register("usercpoptions"); </script></td>
</if>



This is my navbar template:

<br /><br />
<!-- breadcrumb, login, pm info -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="background:#f2f2f2;" align="left" height="10" width="10"><img src="$stylevar[imgdir_misc]/greycorner_tl_nav.gif" height="10" width="10" alt="left" /></td>
<td style="background:#f2f2f2; border-top:1px solid #e5e5e5; font-size: 1px;" height="10" width="100%">&nbsp;</td>
<td style="background:#f2f2f2;" align="right" height="10" width="10"><img src="$stylevar[imgdir_misc]/greycorner_tr_nav.gif" height="10" width="10" alt="right" /></td>
</tr></table>
<table class="tborder2" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%" style="border-left:1px solid #e5e5e5; border-right:1px solid #ffffff;">
<if condition="is_array($navbits)">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td><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>&nbsp;</td>
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><h1 class="h1">$vboptions[bbtitle]</h1></a></span> $navbits[breadcrumb]</td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="" border="0" /><else /><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></td>
</tr>
</table>
<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong><h1 class="h1">$vboptions[bbtitle]</h1></strong></div>
</if>
</td>

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

<td class="alt2" valign="top" nowrap="nowrap" style="border-left:1px solid #e5e5e5;">
<div class="smallfont">
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<if condition="$show['pmstats']"><br /><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 /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
</div>
</td>

<else />

<td class="alt2" nowrap="nowrap" style="padding:0px; border-left:1px solid #e5e5e5;">

<!-- 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>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont"><label for="navbar_username">$vbphrase[username]</label></td>
<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
</tr>
<tr>
<td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
</table>
<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 -->
</td>

</if>

</tr>
</table>
<!-- / breadcrumb, login, pm info -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="background:#f2f2f2;" align="left" height="10" width="10" valign="bottom"><img src="$stylevar[imgdir_misc]/greycorner_bl.gif" height="10" width="10" alt="left" /></td>
<td style="background:#f2f2f2; border-bottom:1px solid #e5e5e5; font-size: 1px;" height="10" width="100%">&nbsp;</td>
<td style="background:#f2f2f2;" align="right" height="10" width="10" valign="bottom"><img src="$stylevar[imgdir_misc]/greycorner_br.gif" height="10" width="10" alt="right" /></td>
</tr></table>

<br />
<if condition="$show['forumdesc']">
<table class="tborder2" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
</tr>
</table>
<br />
</if>


<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">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_forums]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<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="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>
<div style="margin-top:$stylevar[cellpadding]px">
<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>
</div>
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
</tr>
$template_hook[navbar_search_menu]
</table>
</div>
<!-- / header quick search form -->
</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,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
$template_hook[navbar_quick_links_menu_pos1]

<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>
$template_hook[navbar_quick_links_menu_pos2]

<tr><td class="thead">$vbphrase[miscellaneous]</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>
$template_hook[navbar_quick_links_menu_pos3]

</table>
</div>
<!-- / user cp tools menu -->
</if>
<!-- / 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]" />
</form>
</td>
</tr>
</table>
</div>

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

eng_matt
11-26-2007, 11:09 PM
thanks men

Princeton
11-27-2007, 12:07 PM
you may want to click MARK AS INSTALLED (link available on first post) as there will a new version as soon as 3.7 is released

Captain DDL
11-27-2007, 01:30 PM
Already done, but if you'd help me out, I'd appreciate it. :)

Princeton
11-28-2007, 12:07 PM
most likely it was removed; hence, you do not need the edit

Captain DDL
11-28-2007, 02:01 PM
I'm not for sure what the code does. Anything important, in relation to GTUserCP?

Princeton
11-29-2007, 12:54 PM
it adds the UserCP dropdown menu - similar to what you see here (click UserCP on navbar)

agitated
11-29-2007, 06:09 PM
Captain DDL:

Have you checked the header template ?
or search in templates for $vbphrase[user_cp] and you should be able to find the block of code.

HTH

Sunray2
11-30-2007, 02:44 AM
Thanks,

C.

"installed"

RedGTiVR6
12-02-2007, 12:17 PM
I had added the following from another mod, but for some reason, it's not showing up right now, any ideas? I haven't recerted the template yet. Want to be sure it's right first.

vB AdminCP -> Styles & Templates -> (Select Style) -> User Control Panel Templates -> USERCP_SHELL

FIND:

<tr>
<td class="$navclass[profile]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td>
</tr>

After it post:

<tr>
<td class="$navclass[extra]" style="white-space:nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=extra">$vbphrase[edit_extra_options]</a></td>
</tr>

RedGTiVR6
12-03-2007, 03:13 PM
well, I've figured out how to get it back in the drop-down nav menu, but I still can't figure out how to get it in the menu once you're in the UserCP...

anyone?

What am I doing wrong?

RedGTiVR6
12-03-2007, 03:26 PM
Found my answer: https://vborg.vbsupport.ru/showpost.php?p=1345587&postcount=319

Needed to edit: GTPM_USERCP_SHELL, not USERCP_SHELL.

All good now!

rwoscott
12-04-2007, 06:19 PM
Installed. Excellent.

ctfortner
12-06-2007, 06:04 PM
I installed, and the User CP worked great. I cannot get the UserCP menu to work however. i am using 3.6.8 patch 2. I edited the navbar and found and replaced the code given in the readme, but it just didnt give me a dropdown at all. everything still worked, just no menu dropdown.

I am using a custom template that did not originally use the navbar menu, but i added it myself and that may be why, but as mentioned the code was still the same as your directions. i can attach navbar code if needed. thanks for help.

todd

nyunyu
12-07-2007, 04:25 PM
Hi Princeton, this is the hack that Im looking for this while. I installed and it work great. but...

On search drop down, i see that the code generated twice..can anyone help me fix this?

**I installed thank you hack and this hack which both add a menu under search popup menu, but I see there is duplicate. Look at the attachment for more info or try using the search function on my FORUM (http://www.animeheist.com/forum)

chrissmith
12-08-2007, 09:10 AM
great hack

thanks

nyunyu
12-09-2007, 01:31 PM
Ignore my post, was meant to post it on your other hack prince, sorry for that.

Lacessit
12-09-2007, 02:56 PM
Nice, Installed.

therogueforums
12-09-2007, 08:24 PM
I have made the changes as instructed- so far, everything seems to run smooth. Thanks for the hack!

Hoffi
12-20-2007, 09:58 AM
What about a 3.7 Version? There can be modified much more, now.

Princeton
12-22-2007, 10:28 PM
a 3.7 version will be available after a vBulletin 3.7 Release Candidate is available

click Mark As Installed to receive an Update Notification when ready

Hoffi
12-23-2007, 06:50 AM
Good to hear. And that's early enough.

blackmamba16
12-23-2007, 10:04 PM
if i install this, the interactive-profile mod doesnt make sense, because in usercp you can't accept buddies ;)

the link to the outstanding buddie questions is missing.

so i still can't use it... :-(

Justine
12-23-2007, 10:58 PM
the interactive-profile mod doesnt make sense
Now, why would that be a problem for this specific mod?

I just got an idea - don't know where that came from but ...
Have you considered NOT installing this mod?

We wouldn't want to confuse you now?

Borden
12-24-2007, 12:57 PM
How do I put in the User Cp drop down menu Edit Email & Password?

Kaleem
12-24-2007, 02:49 PM
waiting for 3.7.0 version.

I disabled it there to get the new options of customizing profile etc.

S7rik3R
12-27-2007, 03:11 PM
Works Perfectly ... very nice but I never edit this into my UserCP :


FIND IN navbar:

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


REPLACE WITH:

<if condition="$show['member']">
<td id="usercpoptions" class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a>
<script type="text/javascript"> vbmenu_register("usercpoptions"); </script></td>
</if>

Cause I think since we click on UserCp it will shows your Mod so the dropdown is not neccessary thats why I exclude it.


Thanks ~ *Installed*

Pcwolfx?
12-27-2007, 05:40 PM
thnk u princeton.

GouroB
01-02-2008, 02:56 PM
Thanks.. but the images doesnt show up in my customized theme.. only shows in default.

DjLuv
01-02-2008, 04:31 PM
thank you very much,no editing required in templates, and it works like a charm on my forum, thankx so much, 10/10

DjLuv
01-02-2008, 04:32 PM
Thanks.. but the images doesnt show up in my customized theme.. only shows in default.

that's because u didn't upload the images to ur custom style folder, u uploaded them to ur default style folder m8, :p

GouroB
01-03-2008, 12:42 AM
Ah thanks DJluv..thanks.. my bad. Silly mistake.

netcommander
01-05-2008, 08:44 AM
thanks its great

Dannyloski
01-10-2008, 02:48 PM
Can anyone tell me which was the "missing phrase" that was added in v1.1.1-2? I am running v1.1.1 right now and its working fine. I have really modified the code a bit to add more things and what not and I do not want to update to v1.1.1-2 and loose it. Just curious which file in the .ZIP actually changed and which is the "missing phrase(s)" that are stated in the history to have been added ... Thanks in advanced ...

vNew
01-12-2008, 08:05 PM
Hi, Princeton:

Does it mean that both zip downloads must be installed?

i.e.
GTUSERCP 1.zip (95.2 KB, 2826 downloads)
GTUserCP 111 2.zip (10.4 KB, 493 downloads)

I suppose one should install the first ZIP file, then the next?
I am running vB 3.6.8

Regards.

Princeton
01-14-2008, 02:06 PM
Can anyone tell me which was the "missing phrase" that was added in v1.1.1-2? I am running v1.1.1 right now and its working fine. I have really modified the code a bit to add more things and what not and I do not want to update to v1.1.1-2 and loose it. Just curious which file in the .ZIP actually changed and which is the "missing phrase(s)" that are stated in the history to have been added ... Thanks in advanced ...I can't recall which one .. but it was reported by a member (review past posts).

Does it mean that both zip downloads must be installed?
just download the latest (GTUSERCP_111-2.zip)

Dannyloski
01-14-2008, 05:41 PM
I can't recall which one .. but it was reported by a member (review past posts).

Found it, thanks ... For those who are wondering it was the "Compose Message" phrase.

vitrag24
01-15-2008, 06:41 PM
minor problem: please solve it..

http://img181.imageshack.us/img181/5463/capturevm8.jpg

check out circled areas..if i disabled your product then no such problem

please solve it..

jdebler
01-15-2008, 07:09 PM
Right click on the red X and look at the image properties. Make sure that the image is actually in that location on your server.

vitrag24
01-15-2008, 07:18 PM
Right click on the red X and look at the image properties. Make sure that the image is actually in that location on your server.

if i disbled mod no problem..

i checked image properties--image is http://www.mydomain.com/images/misc/tree_ltr.gif

no such file in my forum.
but 3 seperate files tree_i.gif, tree_l.gif and tree_t.gif

let me know what to do?

===========
BTW this plugin is only to show this images? template modification does rest all things?

jdebler
01-15-2008, 07:28 PM
I would say that if you cannot find those images on your server, go into your User CP here on this site, copy the images as shown in there (this site uses the same User CP menu that you are trying to use) and upload them to the proper location on your server.

vitrag24
01-15-2008, 07:36 PM
I would say that if you cannot find those images on your server, go into your User CP here on this site, copy the images as shown in there (this site uses the same User CP menu that you are trying to use) and upload them to the proper location on your server.

thanks buddy.
it helped.

===============
in drop down if i want more options like paid subscriptions, credits etc then can i use?how?

rwoscott
01-16-2008, 07:18 PM
For anyone else who has this problem, here is tree_ltr.gif

mortydot
01-20-2008, 04:12 PM
I would like to create a pop down menu like you show on your picture of the mod.

I followed the tutorial as said, but this is my result.
http://www.doodsaai.nl/forum/index.php?styleid=5

Anyone an answer? I would realy like to use the mod! ;)

haothiencz
01-22-2008, 11:24 AM
I have a question, if im going to upgrade my site to Vbb 3.7.x , its is possible to keep this mod or i shoud (must) uninstall it ?

Princeton
01-22-2008, 12:36 PM
if you are unsure of what you are doing .. I recommend waiting until the new release is out.

a 3.7 version will be released once vBulletin 3.7 goes RELEASE CANDIDATE or GOLD

rayw
01-23-2008, 05:27 AM
a 3.7 version will be released once vBulletin 3.7 goes RELEASE CANDIDATE or GOLD

That is great news! :)

cellarius
01-25-2008, 08:36 AM
Hi,

there still is unphrased text: search for "view all" in GTPM_USERCP_SHELL.

eNforce
01-26-2008, 07:53 PM
I got bored and made this compatible with 3.7 Beta 3, if you want to use it go ahead I'm not going to support this post so if you find any errors in this code fix them yourself.

Replace your entire GTPM_USERCP_SHELL template with the contents of the attached .txt file.

A screenshot is also provided.

Hannan
01-28-2008, 12:46 AM
Nice, thank you

katie hunter
01-28-2008, 08:04 PM
Hi,

there still is unphrased text: search for "view all" in GTPM_USERCP_SHELL.

Hey so was this fixed ?

slossetti
01-30-2008, 09:13 AM
I installed, and the User CP worked great. I cannot get the UserCP menu to work however. i am using 3.6.8 patch 2. I edited the navbar and found and replaced the code given in the readme, but it just didnt give me a dropdown at all. everything still worked, just no menu dropdown.

I am using a custom template that did not originally use the navbar menu, but i added it myself and that may be why, but as mentioned the code was still the same as your directions. i can attach navbar code if needed. thanks for help.

todd


I have the same problem, any idea?

cirdok2
01-30-2008, 09:25 PM
I really like this hack!

I read someone has been able to use it on 3.6.0 , could you share how?

Thank you :)

Stifmeister2
01-31-2008, 01:14 PM
I really like this hack!

I read someone has been able to use it on 3.6.0 , could you share how?

Thank you :)
It doesn't work if you just install it??

It's running perfectly on my 3.6.4, and I don't think there have been any drastic changes from 3.6.0 to 3.6.4, I might be wrong though...

twitch
02-10-2008, 10:51 PM
if you are unsure of what you are doing .. I recommend waiting until the new release is out.

a 3.7 version will be released once vBulletin 3.7 goes RELEASE CANDIDATE or GOLD

Awesome!

GoodKarmaKid
02-13-2008, 10:26 AM
Installed on 3.74beta and thought it was working fine, but realized two fields are effected:

The "Edit Profile" Box
The "Buddy Ignore Lists"

Should be an easy fix for someone who knows what they are doing? Unfortuantley, I don't :(

Thanks, Looking forward to this working VB 3.74+

Jason

Princeton
02-14-2008, 12:32 PM
that is correct .. I believe other changes are required - but I haven't really looked into it. I will once there's a 3.7 Release Candidate.

any new updates will be for the 3.7 Release Candidate

obmob
02-15-2008, 02:29 AM
Should come out in the next weeks, they are already in beta 5 :eek:

SpreadingLight
02-15-2008, 04:19 AM
I can't find this, from the README:

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

in navbar. I can only find vbmenu_control in FORUMDISPLAY and SHOWTHREAD.

Where is it accessed at navbar?

edit: The navbar I figured out. Somehow it got deleted from one of my styles.


Also, the images aren't displaying.

Justine
02-15-2008, 12:49 PM
copy this image to your misc/ folder

https://vborg.vbsupport.ru/attachment.php?attachmentid=74644&stc=1&d=1200518296

SpreadingLight
02-15-2008, 02:06 PM
Thank you, that displays.

Would you happen to have the compatible folder images also?

Justine
02-15-2008, 02:14 PM
there in the zip file

SpreadingLight
02-15-2008, 02:20 PM
I uploaded them again and they are not showing still. The issue is the Styles, because they work fine in the Plain style.

add: That was it. The files needed to be added to the images/misc folders within the custom Style folders.

Thank you for your help.

SpreadingLight
02-19-2008, 12:20 PM
My site has navbar as part of the header, and Search drop-down works in firefox, but not on IE. GTU combines them for the header navbar, and navbar in IE. Any fix for this?

Thanks for the mod :D

SpreadingLight
02-19-2008, 01:00 PM
Installed on 3.6.8 and it works nicely. Thank you very much!

Also, I made an enhancement for my site that was pretty easy to do. I added two links for users to display all their own posts, and all their own threads. A modification of the links from the public profile.

http://www.projectforwardmotion.com/images/articles/20070809_usercp/dropdown_3.jpg

The code is pretty simple. Add it before the </table> html in the navbar template.

<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$bbuserinfo[userid]" rel="nofollow">$vbphrase[display_your_posts]</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$bbuserinfo[userid]&amp;starteronly=1" rel="nofollow">$vbphrase[display_your_threads]</a></td></tr>



Note, you'll need to create two new global phrases for this code to work as drop-in.
display_your_posts and display_your_threads. Otherwise, I think you can enter in straight text if you're not worried about phrases or language support.

This is one of my first self code changes, so if any of the experts see where the code should be better, appreciate the input!


This is really help addition also. Thanks!

both installed

CoryNickerson
02-20-2008, 01:14 PM
I have my navigation bar in the header. Thats where I store my user cp link. I'm not sure why but the following which you have to insert causes an error to be found with firebug.

<script type="text/javascript"> vbmenu_register("usercpoptions"); </script>

CoryNickerson
02-20-2008, 01:16 PM
I have my navigation bar in the header. Thats where I store my user cp link. I'm not sure why but the following which you have to insert causes an error to be found with firebug.

<script type="text/javascript"> vbmenu_register("usercpoptions"); </script>

firebug says this.

this.controlobj has no properties
init_control(undefined)vbulletin_menu.js (line 159)
vB_Popup_Menu("usercpoptions", undefined, undefined)vbulletin_menu.js (line 136)
register("usercpoptions", undefined, undefined)vbulletin_menu.js (line 76)
vbmenu_register("usercpoptions", undefined, undefined)vbulletin_global.... (line 1547)
[Break on this error] this.controlobj.state = false;
vbulletin_menu.js (line 159)

Lombardo
02-21-2008, 03:52 PM
How do you add other links to it?

I have vbcredits installed and they don't appear in the usercp,how do i add them?

Thanks for your time.

Marka Ragnos
02-24-2008, 02:43 PM
Nice :D

Installed!

Jase2
02-24-2008, 06:13 PM
Will you release this for 3.7?

Regards Jason :)

RedGTiVR6
02-27-2008, 05:13 PM
I'd be interested in a 3.7 release as well.

Gersfan
02-28-2008, 04:48 PM
Hey,

How do I add new links to the dropdown of USERCP> ....

I would like to add Username Request below My Profile?

Thanks,

siriuxs
03-01-2008, 11:39 AM
It's compatible with vbulletin 3.7 Beta 5 + Blog ?

Princeton
03-01-2008, 03:05 PM
vB Version: 3.6.8 .. a 3.7 will be released when 3.7 (not BETA) is out

Boofo
03-01-2008, 03:58 PM
Can we hope to see a 3.7 RC version then? Maybe, even?

Gersfan
03-02-2008, 07:51 AM
Hey,

How do I add new links to the dropdown of USERCP> ....

I would like to add Username Request below My Profile?

Thanks,

Anybody?

thenutthouse
03-11-2008, 12:47 PM
I will definately grab this when the 3.7 version is out.

Thnx,
~thenutthouse

Shaheen
03-13-2008, 12:48 AM
Installed Nice Hack**

Jase2
03-15-2008, 11:27 PM
Princeton, please take a look at THIS (https://vborg.vbsupport.ru/showthread.php?t=173136)thread for me.

Thanks!

Regards Jason :)

ManagerJosh
03-19-2008, 05:18 PM
3.7 RC1 is out :)

bugzy
03-20-2008, 04:18 AM
anyone thoughts about these awesome GTUserCP mods porting for 3.7

all i can say is these GTUserCP mod's are probably some of the most essential mod's

keep it up !!

GoodKarmaKid
03-20-2008, 04:24 AM
:D lol at bugzy. I think he was saying come on Princeton we love this mod and can't wait, but was trying to be diplomatic :)

It is a great mod, give him a couple days, I'm sure he will update it.


Jason
aka "The Good Karma Kid"

bugzy
03-21-2008, 11:49 PM
:D lol at bugzy. I think he was saying come on Princeton we love this mod and can't wait, but was trying to be diplomatic :)

It is a great mod, give him a couple days, I'm sure he will update it.


Jason
aka "The Good Karma Kid"
yeah, pretty much ;)

if you ask me, this mod should definitely be built in !! its awesome

Reinhart
03-29-2008, 02:28 PM
Is there any way to get the Profile Fields you've moved to "Extra Options" to display on the MEMBERINFO page? Or do I have to recode the template feild by feild?

toucan42
04-04-2008, 07:12 PM
now that we have an rc2 release are we close to seeing this updated for 3.7?

toucan42
04-04-2008, 08:02 PM
The zip for 111-2 only contains images?

cafenetland
04-05-2008, 09:50 PM
thx.

installed

mk484
04-07-2008, 09:42 PM
Very nice mod. Thank you.

Easy to install. Clicked Install.

Charlie98902
04-30-2008, 07:28 PM
Works with 3.7.0 gold as well.

RedFoxy
04-30-2008, 11:52 PM
that mod goes but activating it i loose a lot of voice on my panel:

Original 3.7.0:
http://img186.imageshack.us/img186/8624/fullmm5.th.jpg (http://img186.imageshack.us/my.php?image=fullmm5.jpg)

With that mod:
http://img339.imageshack.us/img339/9916/withmodbu6.th.jpg (http://img339.imageshack.us/my.php?image=withmodbu6.jpg)

justchil
05-02-2008, 06:22 AM
please check this out: https://vborg.vbsupport.ru/showthread.php?t=177774

There is a version for 3.7.0 now. I had the same problem you did.

edgeyveggie
05-04-2008, 10:34 PM
I can't even find this under the vBulletin Options panel to turn it on/off or whatnot, or is that not possible?

Princeton
05-04-2008, 10:48 PM
I can't even find this under the vBulletin Options panel to turn it on/off or whatnot, or is that not possible?
you can disable the product via Product Manager

edgeyveggie
05-05-2008, 12:12 AM
Thanks Princeton, but I shouldn't see it listed under vbulletin options at all..?
Also, should my UserCP look differently automatically on install? Because it looks the same :/?

PS I just did the template edits and those aren't showing a drop down either, it's exactly the same :/..

Princeton
05-06-2008, 03:31 PM
3.7 version now available
GTUserCP Interface + UserCP navbar menu (https://vborg.vbsupport.ru/showthread.php?t=177774)

edgeyveggie
05-07-2008, 12:35 AM
3.7 version now available
GTUserCP Interface + UserCP navbar menu (https://vborg.vbsupport.ru/showthread.php?t=177774)

I'm using 3.6.8

edgeyveggie
05-10-2008, 11:11 PM
Can anyone help me?? :( :confused::confused:

eternal_
06-19-2008, 07:00 PM
I downloaded and installed this but there is missing fields like edit profile. Why?