The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
need help w/ code to bring up a profile
This should be a simple one, I just can't figure it out.
I need the code to bring up the member's own profile as if it were being viewed by someone else. This is what I have... Code:
<tr><td class="thead" nowrap="nowrap"><div style="float:left;margin-right:5px;"><img border="0" src="$stylevar[imgdir_misc]/nav_icons/application_form.png" alt="Your Profile" /></div><a class="smallfont" href="/forums/profile.php">View Your Profile</a></td></tr> |
#2
|
||||
|
||||
Try this....
HTML Code:
<tr><td class="thead" nowrap="nowrap"><div style="float:left;margin-right:5px;"><img border="0" src="$stylevar[imgdir_misc]/nav_icons/application_form.png" alt="Your Profile" /></div><a class="smallfont" href="member.php?$session[sessionurl]u=$userinfo[userid]">View Your Profile</a></td></tr> |
#3
|
||||
|
||||
It's not pulling the id up, but it pulls up the rest of the code.
|
#4
|
||||
|
||||
Ok, try this one...
HTML Code:
<tr><td class="thead" nowrap="nowrap"><div style="float:left;margin-right:5px;"><img border="0" src="$stylevar[imgdir_misc]/nav_icons/application_form.png" alt="Your Profile" /></div><a class="smallfont" href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">View Your Profile</a></td></tr> |
#5
|
||||
|
||||
It was close. I had to add /forums to make it work for my site but we got it.
Thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|