Page 1 of 1

Link Protector Help

PostPosted: Wed Nov 20, 2013 1:31 pm
by whiteblack
Hello! I would like make clickable this Link:

http://s19.postimg.org/5axlxdgg3/Daddy_s_Link_Protector.png

Thanks ;)

Re: Link Protector Help

PostPosted: Fri Nov 29, 2013 9:21 pm
by SamEA
Hello,

In ./index.php find the following code:

Code: Select all
Your new URL is <? echo $scripturl .$short.$rand2;?>


Replace with:

Code: Select all
Your new URL is <a href="<? echo $scripturl .$short.$rand2;?>"><? echo $scripturl .$short.$rand2;?></a>


Please let me know if that works, thanks.

Re: Link Protector Help

PostPosted: Fri Nov 29, 2013 9:36 pm
by whiteblack
it works perfectly
Thanks Sam :-)

Re: Link Protector Help

PostPosted: Sun Dec 08, 2013 7:37 pm
by SamEA
Glad to hear that it worked for you and thank you for reporting back! :)