![]() |
Search permalink
This plugin will let you use a variable $permalink in the search_results template, which holds a "permalink" to the search results. The permalink could then be shared with friends or bookmarked for later reference to the search results.
I didn't include the template modification for the reasons below:
FAQ I don't get what this mod does, help! You don't need it then. If something inside you tells you that you may need it, go googlesearch what a permalink is and don't waste my time please. :) Screenshots? Obviously, since the template modification will be different per board, there is no reason to put up one. Get over the screenshot addiction. There is only php code included here, so if you would like a screenshot of that, just ask. Its the only screenshot I can provide. :P Is $permalink a clickable URL that I can insert in search_results? No, its just the url. To make it clickable, you have to put it as the href in an <a> tag. Suggestion: put it in the title as well, so they know what it is, like: HTML Code:
<a href="$permalink" title="$permalink">Permalink</a> Report it in this thread, and be sure to include the exact search criteria, otherwise I won't be able to debug. |
demo plz
|
There is a demo at my site, although I don't think it will help much, as its in greek and quite a lot modified.
Refer to the FAQ. |
Installed! Added a phrase "permalink_description" ("Permanent link to this search") and this code to search_results template:
Code:
<a href="$permalink" title="$vbphrase[permalink_description]">#</a> |
Quote:
|
Usually, when you perform a search, you are redirected to a url with the form search.php?searchid=12435235 which can't be shared or stored.
This mod produces a URL that can be reused, as it contains the search criteria in the URL, so if no search is stored, it performs the search again. |
Very nice mod. Thanks for that one!
|
Any update for 4.x on this mod? Thanks.
|
All times are GMT. The time now is 02:07 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|