| | #1 (permalink) |
| Sock Violater Site Owner | 4/2/06 - Profile Update I've done some updates to the profiles. Now the "View My Gallery" should ONLY display if you have some sort of picture uploaded into the gallery. If it doesn't display it's probably because there isn't any pictures in there (Unless you've deleted them all. Then your just a bad person overall ).I've also ...cleaned up some code in the profiles. The only thing you may notice is that the About You information column sometimes wouldn't line up strait at the top with the Buddy Column .... I've fixed that. If I confused you cool ..... To give you guys a idea of what I have to deal with. Here is the code that ONLY is used to display the Profile Pictures ... HTML Code: <td width="30%" align="center" valign="middle"> <if condition="$show['profilepic']"> <if condition="$vbulletin->userinfo['userid']!=0"> <if condition="$userinfo[photos]"> <a href="http://gallery.houseofcrazed.com/showgallery.php?cat=500&ppuser=$userinfo[userid]"> <img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="$userinfo[username]" border="0" style="border:1px solid $stylevar[tborder_bgcolor]" /><br /> View My Gallery</a> <else /> <img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="$userinfo[username]" border="0" style="border:1px solid $stylevar[tborder_bgcolor]" /><br /> </if> <else /> <a href="http://forums.houseofcrazed.com/register.php?referrerid=$userinfo[userid]"> <img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="$userinfo[username]" border="0" style="border:1px solid $stylevar[tborder_bgcolor]" /><br /> Join Now!</a> </if> <else /> <if condition="$vbulletin->userinfo['userid']!=0"> <img src="http://forums.houseofcrazed.com/images/misc/no_pic.gif" alt="$userinfo[username]" border="0" style="border:1px solid $stylevar[tborder_bgcolor];" /> <else /> <a href="http://forums.houseofcrazed.com/register.php?referrerid=$userinfo[userid]"> <img src="http://forums.houseofcrazed.com/images/misc/no_pic.gif" alt="$userinfo[username]" border="0" style="border:1px solid $stylevar[tborder_bgcolor];" /> <br /> Join Now!</a> </if> </if>
__________________ Beware the otter, for it is wise and terrible in the same way that bricks really hurt when they are thrown at you. Albert Einstein: Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. |
| | |
| | #2 (permalink) |
| Blow Pop of Doom Join Date: Dec 2005 Location: Missouri Age: 21
Posts: 2,367
My Mood: | wow...derek...the site it looking good!...lol codes confuse me sometimes...
__________________ “If people bring so much courage to this world the world has to kill them to break them, so of course it kills them. The world breaks every one and afterward many are strong at the broken places. But those that will not break it kills. It kills the very good, and the very gentle, and the very brave impartially. If you are none of these you can be sure it will kill you too, but there will be no special hurry.” - Ernest Hemingway |
| | |
| | #4 (permalink) |
| Sock Violater Site Owner | hehe. Well things are getting easier as time goes on ![]()
__________________ Beware the otter, for it is wise and terrible in the same way that bricks really hurt when they are thrown at you. Albert Einstein: Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. |
| | |