vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   A code in the memberinfo template (https://vborg.vbsupport.ru/showthread.php?t=202065)

acast 01-17-2009 12:42 AM

A code in the memberinfo template
 
Hi i need one code about the members profiles.

I try to explain.

When you want to join a post with the user that posted yo put:

$post[userid]

So with that code i can put a link, for example in postbit for something about the user that posted. I want to put a code like that in member profiles, but there arent posts, of course so i want to know how can i join it the member profile with the user that have that member profile.

I proved something like that:

$profile[userid]

But it doesnt exist or it doesnt work. Anybody knows how can i do it?

Perhaps is anything like $userinfo[profileid] ?

Thanks

Spank 01-17-2009 12:53 AM

try $bbuserinfo[userid]

acast 01-17-2009 01:17 AM

Quote:

Originally Posted by Spank (Post 1715288)
try $bbuserinfo[userid]

It doesnt work, it doesnt connect the link.


I try to explain better.

http://img264.imageshack.us/img264/1016/22cp7.png

At you can look in the cap is empty (no user id in u=), i want to associate the link to the userid of the member of that member profile when you enter in.

If i put $userinfo[userid] it links to the user that enter in that profile.

The code that do that is:

<if condition="$userinfo['userid'] != $vbulletin->userinfo['userid'] AND $vbulletin->bf_ugp_forumpermissions['canpostnew']">
<tr>
<td class="alt2 smallfont" colspan="$vboptions[gifts_perrow]"> <a href="gifts.php?$userinfo[userid]do=give&amp;r=$userid" rel="nofollow">Give present to $username</a> | <a href="member.php?userinfo[userid]u=$userid">Back to profile of $username</a>

Spank 01-17-2009 01:27 AM

bbuserinfo not userinfo

if that doesn't work try

$prepared[userid]

acast 01-17-2009 01:41 AM

Quote:

Originally Posted by Spank (Post 1715310)
bbuserinfo not userinfo

if that doesn't work try

$prepared[userid]

Yes, empty with both, doesnt associate with the userid of that member profile. :(

--------------- Added [DATE]1232164083[/DATE] at [TIME]1232164083[/TIME] ---------------

Thanks spank, the problem was here: r=$userid" I think now is solved. I will say in a while.

--------------- Added [DATE]1232165651[/DATE] at [TIME]1232165651[/TIME] ---------------

It works!! Thankss for your help!!


All times are GMT. The time now is 03:05 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.01958 seconds
  • Memory Usage 1,724KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete