Heisenberg submitted a new resource:
You must be registered for see links
- Allows your users to share the search urlThis addon will add a textbox above the search results, which allows your users to share the search
Important Notes:
This addon- requires TMS. If you don't have it installed, follow this instructions after you've installed the addon:
Edit template search_results
search for
Code:<div class="section sectionMain searchResults">
replace it with:
Code:<xen:if is="{$r_search_query}"> {xen:phrase share_this_page} <input type="text" class="textCtrlt" onclick="this.select()"...
You must be registered for see links