Module  : BBCode Tag Search
Version : 1.0.0
Author  : Fotous (usatyj@gmail.com)

It makes tags marked with # before as link to the search page.
Source copied from module BBCode Video from Maurice Makaay <maurice@phorum.org>.

Example:

	Hello #world!
	This is #tag to search.
        Just #click me.
becomes:
        Hello <a href="/search.php?0,search=#world,author=,page=1,match_type=ALL,match_dates=365,match_forum=ALL,match_threads=0">#world</a>!
        This is <a href="/search.php?0,search=#tag,author=,page=1,match_type=ALL,match_dates=365,match_forum=ALL,match_threads=0">#tag</a> to search.
        Just <a href="/search.php?0,search=#click,author=,page=1,match_type=ALL,match_dates=365,match_forum=ALL,match_threads=0">#click</a> me.

Real page example:
http://kazanauto.ru/read.php?17,143


Install:
--------

- Unpack the archive;

- Move the directory "bbcode_tag_search" to the directory "mods"
  within your Phorum installation;

- Login as administrator in Phorum's administrative interface and
  go to the "Modules" section;

- Enable the module "BBCode Tag Search".


Integration with other modules:
-------------------------------

Using in body message only.

