The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#42
|
||||
|
||||
Actually, all you have to do is to assign $profilefield[value] to a global variable and use it in your template. Be sure to do this after it has been assigned the proper HTML value.
Please note that if the image URL is an invalid link or not a picture, $profilefield[value] will say Invalid image link:.... Hope this helps. |
#43
|
||||
|
||||
how would I do that? I'm not good at php at all so I wouldnt know how to do it sorry
|
#44
|
||||
|
||||
PHP Code:
|
#45
|
||||
|
||||
if I wanted a second pic, for a car pic, could I jsut add another one of those below it and change the variables?
|
#46
|
||||
|
||||
ok, it works... but I cant get rid of them if I make it hidden it doesnt show up for me... if I make it viewable there are 2
|
#47
|
||||
|
||||
here this should explain things for you....
|
#48
|
||||
|
||||
Can you post your template here? or Email it to me at edwink@seebeyond.com
|
#49
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <head> <title>$bbtitle - View Profile</title> $headinclude <script language="javascript" type="text/javascript"> <!-- function aimwindow(aimid) { window.open("member.php?s=$session[sessionhash]&action=aimmessage&aim="+aimid,"_blank","toolbar=n o,location=no,menubar=no,scrol lbars=no,width=175,height=275,resizeable=yes,statu s=no") } // --> </script> </head> <body> $header <p> </p> <p> </p> <table cellpadding="0" cellspacing="0" border="0" width="779" align="center" style="border: 1 solid #000000"><tr><td> <table cellpadding="4" cellspacing="0" border="0" width="779"> <tr> <td bgcolor="#485363" background="skin/images/profiletopbg.gif" colspan="2" align="center"> <normalfont><b>Viewing profile for user <i>$userinfo[username]</i> </b> <font size="1" face="Arial, Helvetica, sans-serif"><b>Profile viewed $userinfo[profileviews] times</b></font></normalfont> </td> </tr> <tr><td bgcolor="#242F3D" valign="top"> <table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr> <td align="center" bgcolor="#2F3948" background="skin/images/profilebars.gif" valign="top" style="border: 1 solid #000000" width="48%"><normalfont><b>Picture</b></normalfont></td> <td align="center" valign="top" style="border: 0 solid #000000" width="4%"> </td> <td align="center" bgcolor="#2F3948" background="skin/images/profilebars.gif" valign="top" style="border: 1 solid #000000" width="48%"><normalfont><B>Avatar</B></normalfont></td> </tr> <tr> <td align="center" valign="middle" width="48%" Height="80">$profilepic</td> <td align="center" valign="middle" width="4%" Height="80"> </td> <td align="center" valign="middle" width="48%" Height="80"><img src="$userinfo[avatarurl]" border="0" align="middle"></td> </tr> </table> </td><td bgcolor="#242F3D" rowspan="2" valign="top"> <table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr><td align="center" bgcolor="#2F3948" background="skin/images/profilebars.gif" valign="top" style="border: 1 solid #000000"><normalfont><B>User Info</B></normalfont></td></tr> <tr><td valign="top"> <table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr><td valign="top"><smallfont><B>Registered: </B></smallfont></td><td valign="top"><smallfont>$userinfo[datejoined]</smallfont></td></tr> <tr><td valign="top"><smallfont><B>Status: </B></smallfont></td><td valign="top"><smallfont><b>$userinfo[usertitle]</b></smallfont></td></tr> <tr><td valign="top"><smallfont><B>Posts: </B></smallfont></td><td valign="top"><smallfont>$userinfo[posts]<BR><b>[</b> $postsperday posts per day / $percentoftotalposts% of total posts<b>]</b><BR><a href="search.php?s=$session[sessionhash]&action=finduser&userid=$userinfo[userid]">Search for all posts by this user.</a><br></smallfont></td></tr> <tr> <td valign="top"><smallfont><b>Last Post:</b></smallfont></td> <td valign="top"><smallfont>$lastpostdate $lastposttime<br> <a href="$lastposturl">$lastposttitle</a>$nolastpost</smallfont></td> </tr> <tr><td valign="top"><smallfont><B>Website: </B></smallfont></td><td valign="top"><smallfont><a href="$userinfo[homepage]" target="_blank">$userinfo[homepage]</a></smallfont></td></tr> $referrals $birthday $customfields <smallfont> <tr><td valign="top" colspan="2"><smallfont><img src="skin/images/plus.gif" border="0"> <a href="member2.php?s=$session[sessionhash]&action=addlist&userlist=buddy&userid=$userinfo[userid]"><font color="#ffffff">Add to buddy list</font></a><BR> <img src="skin/images/minus.gif" border="0"> <a href="member2.php?s=$session[sessionhash]&action=addlist&userlist=ignore&userid=$userinf o[userid]"><font color="#ffffff">Add to ignore list</font></a> </smallfont> </td></tr> </td></tr> </table> </td></tr> </td></tr></table> <tr><td bgcolor="#242F3D" valign="top"> <table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr><td align="center" bgcolor="#2F3948" background="skin/images/profilebars.gif" valign="top" style="border: 1 solid #000000"><normalfont><B>User Contact</B></normalfont></td></tr> <tr><td align="center" valign="top"> <table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr><td valign="top"><smallfont><B>E-Mail: </B></smallfont></td><td valign="top"><smallfont><a href="member.php?s=$session[sessionhash]&action=mailform&userid=$userinfo[userid]">Click here to email $userinfo[username]</a></smallfont></td></tr> <tr><td valign="top"><smallfont><B>Private Message: </B></smallfont></td><td valign="top"><smallfont>$userinfo[sendpm]</smallfont></td></tr> <tr><td valign="top"><smallfont><B>ICQ: </B></smallfont></td><td valign="top"><smallfont>$userinfo[icq]</smallfont></td></tr> <tr><td valign="top"><smallfont><B>AIM: </B></smallfont></td><td valign="top"><smallfont>$userinfo[aim]</smallfont></td></tr> <tr><td valign="top"><smallfont><B>YAHOO: </B></smallfont></td><td valign="top"><smallfont>$userinfo[yahoo]</smallfont></td></tr> </table> </td></tr> </table> </td></tr> </td></tr></table> </td></tr></table> <br> <table cellpadding="2" cellspacing="0" border="0" width="779" align="center"> <tr> <td align="center"><smallfont><b> Administrative Options: <a href="moderator.php?s=$session[sessionhash]&action=useroptions&userid=$userinfo[userid]">User Options</a> </b></smallfont></td> </tr> </table> $footer </body> </html> |
#50
|
||||
|
||||
excellent hack.. great work
|
#51
|
|||
|
|||
When I try to install this hack I get a parse error in member.php around line 1487.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|