vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How is the link to my forum profile? (https://vborg.vbsupport.ru/showthread.php?t=133333)

nerofix 12-06-2006 05:44 AM

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?

Dismounted 12-06-2006 06:25 AM

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}

evenmonkeys 12-06-2006 07:23 AM

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

nerofix 12-06-2006 07:41 AM

Quote:

Originally Posted by Dismounted (Post 1133015)
To access it, the link is member.php?u={userid}

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!

evenmonkeys 12-06-2006 07:50 AM

In USERCP_SHELL

Find:
HTML Code:

<tr>
        <td class="thead">$vbphrase[settings_and_options]</td>
</tr>

Add Below:
HTML Code:

        <tr>
                <td class="alt2" nowrap="nowrap"><a class="smallfont" href="member.php?u=$bbuserinfo[userid]">View My Profile</a></td>
        </tr>

Or place it wherever you want. This just seems most convenient.

nerofix 12-06-2006 08:17 AM

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?

evenmonkeys 12-06-2006 08:30 AM

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

nerofix 12-06-2006 09:09 AM

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.

evenmonkeys 12-06-2006 09:11 AM

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.

nerofix 12-06-2006 09:16 AM

hey thanks would be nice of you! Yarub's New UserCP Look Lite Edition .. xD


All times are GMT. The time now is 07:18 PM.

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.01530 seconds
  • Memory Usage 1,736KB
  • 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
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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