1
i just loaded the latest vers to my server for a test build & was just going thru the modules & found this little bug [?] in the site info reccomend us link...
*******************************************
Hello xxxxxx,
Your friend xxxx liked our site and wanted to show it to you.
Site Name: mysite
Site URL: /mysite/
-----------
mysite (/mysite/)
webmaster
mysite@mysite.net******************************************
as you can see, no actual link is being sent, just the folder name...is there something on my end i have not done properly? below is the code from the site info template.
-------------------------------------------------
<{if $block.showgroups == true}>
<{foreach item=group from=$block.groups}>
<{$group.name}> |
---|
<{foreach item=user from=$group.users}>
<{$user.name}> | <{$user.msglink}> |
<{/foreach}>
<{/foreach}>
<{/if}>
<{$block.recommendlink}>
-----------------------------------------------
If Everything Seems Under Control...You're Not Going Fast Enough!