PDA

View Full Version : send to friend link?


christian8a
01-17-2009, 08:01 PM
Ok I need help!

I have a link on the members profile that is for people to email that page to a friend. So I see on vbadvanced they added that link too and it works using the sendmessage form.

The link is also on forum tools "Email to friend" so the link has the atributes:

<a href="$vboptions[bburl]/sendmessage.php?$session[sessionurl]do=sendtofriend&amp;t=$news[threadid]

and it takes you to a sendmessage form with that thread printed on the message, so I want to do that but to send the profile page they are viewing, anybody knows how to accomplish this?

Dismounted
01-18-2009, 03:19 AM
The default functionality only allows for sending a thread to friends, and doesn't really allow for much modification to that.

Your best bet may be to duplicate the default vBulletin function to do what you want.