MyBB Community Forums

Full Version: search link?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to create a search link to search for "SEO" what the link should look like?

This is the code I am trying to edit!

$tagspostbit .= "<div class=\"systemtag_element\"><a href=\"search.php?action=results&sid=$sid $tag\"><span class=\"smalltext\"><b>".$tag."</b></span></a></div>";

I want to combine it with this:
redirect("search.php?action=results&sid=".$sid, $lang->redirect_searchresults);


I am trying to redirect tags from tags.php to search.php
http://mods.mybb.com/view/tag-system