Jump to content
xisto Community
Sign in to follow this  
iGuest

PHP question (line of code)

Recommended Posts

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 profile pic WITH 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. All I want is the above edited to include the dateline.

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

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.