PDA

View Full Version : Send to friend more visible


HenrikHansen
03-13-2008, 07:05 PM
I would like an option to make the send-to-friend more visible, fx next to the tools menu.

Most often, people decides to send to friends when they see the link to do so. A more visible option would mean more send-to-friends mails and attract more visitors to the Dynamics sites.

Brian
03-14-2008, 09:53 AM
I'm not sure that we'll be able to add that as a default feature, but you could always edit your 'ADV_DYNA_SHOWENTRY' template and add this code wherever you would like the link to be displayed.

<img class="inlineimg" src="$stylevar[imgdir_button]/sendtofriend.gif" alt="$vbphrase[email_this_page]" /> <a href="misc.php?$session[sessionurl]do=sendtofriend&amp;e=$entry[entryid]&amp;return=entry$adv_sorturl" rel="nofollow">$vbphrase[send_to_friend]</a>

Our Sponsors
 

HenrikHansen
04-12-2008, 01:20 PM
OK, thanks very much for this, it works perfectly.