Installed!
Works OK, only this ==>
Showing the thread strater name with tags is not working.
If you have many subforums (like me), default settig is not enabled, if you want to default setting be enabled, before install this MOD, open product with some good text editor (notepad++ is the best and free) and do this:
FIND
Code:
<code version="1.0.2">
<installcode><![CDATA[$db->hide_errors();
$vbulletin->db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum ADD atbmod INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL");
$db->show_errors();
require_once(DIR . '/includes/class_bitfield_builder.php');
Change red zero (0) to 1, save, and then import product