How can I add "Add to favorites" in template?
2 posters
Page 1 of 1
How can I add "Add to favorites" in template?
Hi all,
How can I add the "Add to favourites" function in viewtopic_body template? I have a custom template and I dont want it in plus menu. I want to place it in a different place in the template.
How can I add the "Add to favourites" function in viewtopic_body template? I have a custom template and I dont want it in plus menu. I want to place it in a different place in the template.
Last edited by Black-Shadow on October 21st 2014, 9:30 am; edited 2 times in total
Re: How can I add "Add to favorites" in template?
Hello Black-Shadow,
Could you provide your viewtopic_body template, and where exactly you want the favourites to be ?
Thanks.
Could you provide your viewtopic_body template, and where exactly you want the favourites to be ?
Thanks.
Re: How can I add "Add to favorites" in template?
Hello Ange:),
I want to add the option "Add to favourites" in this menu http://prntscr.com/4y0n4b . Can I pm you the templates viewtopic_body?
I want to add the option "Add to favourites" in this menu http://prntscr.com/4y0n4b . Can I pm you the templates viewtopic_body?
Re: How can I add "Add to favorites" in template?
Try adding this anywhere where you want in your template :
- Code:
<a href="/search?add_favourite" id="anchorFav">Add to favourites</a>
<script type="text/javascript">document.getElementById('anchorFav').href = '/search?add_favourite=' + window.location.pathname.replace(/\/t(\d+).*/,'$1') + '&search_id=favouritesearch';</script>
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum