Vanama wrote:
Bugs and ideas for this post here please.
Hey Vanama,
The links were messing up the html output in SuperMessenger, but I have worked it out, you put extra ' in there;
Your code;
$msg = $my->username." ".BJ_CHALLENGE_YOU.". ".BJ_BET_IS." $bet ".BJ_POINTS.". <a href='".sef("index.php?option=com_blackjack&Itemid=$Itemid&gid=$gid")."'>".BJ_WILL_YOU_ACCEPT_IT."?</a>";
Should be:
$msg = $my->username." ".BJ_CHALLENGE_YOU.". ".BJ_BET_IS." $bet ".BJ_POINTS.". <a href=".sef("index.php?option=com_blackjack&Itemid=$Itemid&gid=$gid").">".BJ_WILL_YOU_ACCEPT_IT."?</a>";
Likewise for all the SuperMessenger pms thingies (only a small edit, but it was causing an error that was showing up front end in insert),
Best,
NuMoon