![]() |
Help with how to Show profile pic 'indication' if true, in post-bit..
Ok total nube here!
I've started to learn PHP and thought I would try to make a small hack to the post-bit in vB. I want it to show a visual idication if someone has uploaded a profile pic and was trying to do it with this code: <if condition="$userinfo['profilepic']"> <img src="images/hasprofile.gif" alt="Has a profile pic" /> </if> I've also tried: <if condition="$show['profilepic']"> and: <if condition="$userinfo['profilepic'] = true"> But not sure what I'm doing really! Do I need to make sure that value has loaded by making sure it is called in the actual php file too? Any ideas? sorry to be a total nube :( |
I'm Trying To Do The Same Thing In Online.php!!!!!!!!!!!!!!!
For postbit try HTML Code:
<if condition="$post['profilepic']"> |
that doesnt work either :(
I'm thinking perhaps it needs to be called in the associated php file as well for it to be resident in memory? maybe the result queried from the DB?... |
1) The Information "User has a Profile Picture" doesn't exist.
You havre to aggregate it somehow, for example by making a join on the custompprofilepic table 2) $post for sure will not work in WOL 3) Take a look at my Profile |
Thanks Andreas... it's too much then :( I think I will wait utill I upgrade to 3.5 and then use your hack :)
Thanks for taking the time to put us out of our misery! :p |
Use Search, there is a 3.0 Hack that does it.
|
OK I found this....
Quote:
|
There IS 3.0.X hack that does this..I know there is, I even remember the little pic of the camera, BUT, I cannot find it ANYWHERE.
~Curt |
For Post bit.... the quote in my post above works :)
(Thanks Kirby!) |
I knew it works, as I am running this Code in my production Board ;)
|
I used this in online.php (after putting it in the right spots in online.php) and it works fine as long as there are no guests online. The second a guest comes online i get this.
Quote:
|
All times are GMT. The time now is 05:03 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|