Hi,
I'd like to put a link "send a friend", but I like that user (or guest) use its email software, so I added a plugin:
product: vbulletin
hook location: global_start
title: send to a friend
Plugin PHP Code:and I put on the navbar the following code:PHP Code:$pageforfriend=($_SERVER['PHP_SELF']);
the problem is that the link shown in the email isPHP Code:<a href="mailto:?subject=See this page&body=Hallo, take a look at this: $pageforfriend">send to a friend</a>
/showthread.php
and not www. site. ext/f24/page-bla-bla.html
How to change php plugin code?
Thanks



LinkBack URL
About LinkBacks





