2015-09-01, 11:19 AM
I am working on a plugin which sends a pm with a link to a profile.
This is my code:
The pm gets sent fine, and the link is there, but my actual link is not working correctly. Instead of
I get
Can anyone advise what I am doing wrong?
This is my code:
//Style link as BB Code for PM
$newblink = "[URL=".$mybb->settings['bburl']."/member.php?action=profile&uid=".$user_info['uid']."]".$user_info['username']."[/URL]";
$pmsubject = "New member referred by you.";
$pm_message = "Thanks for referring me. Check out my profile ";
$pm_message .= $newblink;
The pm gets sent fine, and the link is there, but my actual link is not working correctly. Instead of
http://www.testfish.leefish.nl/member.php?action=profile&uid=61
I get
http://www.leefish.nl.leefish.nl/member.php?action=profile&uid=61
Can anyone advise what I am doing wrong?
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved