Search permalink

mastram

New Member
Search permalink - vBulletin.org Forum

Version: 3.7.3

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:
  • I don't want to be restrictive.
  • I don't need it personally (as my templates are too modified, so there's no way its the same template modification for you as it is for me) so I would need to do it just for you. No time for that, sorry.
Installation: Import the plugin (its not a product, its a plugin) and modify the search_results template to your liking. Then you can share the template modification you did with others, and if I like it, I'll put it in the first post too.
smile.gif


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.
smile.gif


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:
<a href="$permalink" title="$permalink">Permalink</a>
 
please can anyone give me detail to use and set permalink....i try that but i don't see whre is permalink in postbit
 
Back
Top