The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi all,
I feel that the user profile is a bit hidden away in vBulletin, so I want to add an icon to the profile bar that calls it up directly (next to the IM icons). However, I only want this icon to show up if at least one profile field has been filled out, or if a profile picture is present. Any tipps on how to implement this? Thanks, Tobias |
#2
|
|||
|
|||
![]()
Come on guys, that cannot be too difficult...
![]() |
#3
|
|||
|
|||
![]()
The link is a simple
Code:
<a href="member.php?u=$post[postuserid]">Profile</a> |
#4
|
|||
|
|||
![]()
Yes, it's that <if> condition that I am unsure about. How would the whole line or paragraph need to look like?
--------------- Added [DATE]1214823642[/DATE] at [TIME]1214823642[/TIME] --------------- OK here is what I have so far, would be great if anyone could fill the if clause for me: Code:
<if condition=???> <a href ="member.php?u=$post[userid]" target="_blank"><img src ="images/misc/forumprofile.gif" border="0" alt="View Forum Profile"></a> </if> |
#5
|
|||
|
|||
![]()
Can somebody help me out with a condition for "if user has a profile pic"? I tried the code below but it doesn't work:
Code:
<if condition="$post['profilepic']"> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|