Re: Invitation 1.0.1
hey but hyperlink
<a href=""></a>
in the email it doesnt become hyperlink
it becomes
<a href='http://www.mastiland.com/forum/register.php?invite=b7665435a8f224327fda0b1195d02a64'>http://www.mastiland.com/forum/register.php?invite=b7665435a8f224327fda0b1195d02a64</a>
what to do so it could be hyperlink in the email
Yeah same problem for me too. I just changed (in mod_invitation.php):
$mtext = $form['invitation_text'] . "\n".$lang_invitation['Forum Link']."<a href='".$act_link."'>".$act_link."</a>";
To:
$mtext = $form['invitation_text'] . "\n" . $lang_invitation['Forum Link'] . $act_link;
This makes just the url show up. Some mail clients automatically link-ify urls (Thunderbird does), otherwise, the recipient can just copy & paste.
FYI this is on the 1.0.1 version, not the preliminary 1.1 version tobi put up. I plan on testing it out but my schoolwork has been getting in the way.