2014-03-16, 06:03 PM
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!
I want to combine it with this:
I am trying to redirect tags from tags.php to search.php
http://mods.mybb.com/view/tag-system
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