PDA

View Full Version : quick question... add dateline to line of code...


indie
01-23-2005, 10:00 PM
Hi:

I am calling a profile pic to a custom page and it sometimes caches to an older pic because the dateline is not appended.

How can I add the code to call the dateline to this line of code?

"<img src=\"$vboptions[bburl]/image.php?u=".$row[userid]."&type=profile"."\" valign=\"top\" alt=\"".$row[username]."\" border=\"0\" width=\"$picturewidth\" />

Thanks!

Here is the MEMBERINFO template where they call it. How can I add that dateline code to the above code.

<img src="image.php?u=$userinfo[userid]&amp;type=profile&amp;dateline=$userinfo[profilepicdateline]" alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]" />