The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How is the link to my forum profile?
Hello,
would be nice if someone could tell me how is the link to my profile when i am logged in, because when i modified my options i need to go back to the frontpage first to click on my name in the who is online list, but i'd like to have a direct link from my profile options to view my public profile.. i guess it's like profile.php?do= but i couldn't find something that would link me to my public profile. any chance to do this? |
#2
|
||||
|
||||
To edit it or to access it?
To edit it, the link is profile.php?do=editprofile To access it, the link is member.php?u={userid} |
#3
|
||||
|
||||
If you did not know already, and I just realized this a couple weeks ago (bah!), there is a "My Profile" link under Quick Links on your navbar. It may not be the option you're looking for, but for those who don't like modifying anything, there ya go. =D
|
#4
|
|||
|
|||
Thanks, this is after what i was looking for, i just tried it with the wrong php-file o_O .. my link is now: member.php?u=$bbuserinfo[userid]
have a nice day! |
#5
|
||||
|
||||
In USERCP_SHELL
Find: HTML Code:
<tr> <td class="thead">$vbphrase[settings_and_options]</td> </tr> HTML Code:
<tr> <td class="alt2" nowrap="nowrap"><a class="smallfont" href="member.php?u=$bbuserinfo[userid]">View My Profile</a></td> </tr> |
#6
|
|||
|
|||
thx yarub, maybe you can give me a hint, the thing is that i want use beside of the "View my profile"-link the current avatar of this user if he or she got an avatar selected.
i tried $currentavatar, but it doesnt shows up, althought i got an avatar selected. you know how to fix? |
#7
|
||||
|
||||
Are you talking about something like this?
Modification: https://vborg.vbsupport.ru/showthread.php?t=112594 Screenshot: https://vborg.vbsupport.ru/attachmen...0&d=1144624922 I don't completely understand what you're after. >_<; If it is something like that, maybe it'd help give me some incentive to start working on the 3.6.x version. =D |
#8
|
|||
|
|||
yes, like the upper left avatar-picture in this screenshot.
once i had your modification installed, but it didn't work with our advanced memberprofile together, there is html allowed and a member's profile can be very large for putting it directly into the usercp, so i had to uninstall the mod again. that's why i was just looking for a simple link + avatar because every preview of a custom html member profile within the usercp would be too large. check my profile to see it's too large to put it into the cp. i also tried to put this code into my USERCP template, but no avatar shows up. <tr valign="top"> <td> <img src="$bbuserinfo[avatarurl]" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td> </tr> I think i have to add more code somewhere else to get this working, perhaps in the plugin-system, but i am new to this. |
#9
|
||||
|
||||
You will need a plugin in order for the avatar to show up. Give me a few minutes and I'll try to make something for you.
|
#10
|
|||
|
|||
hey thanks would be nice of you! Yarub's New UserCP Look Lite Edition .. xD
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|