MobileHacks
New Member
Description:
This mini Add-On will showing the Usergroups Username HTML Markup in
FORUMHOME
FORUMDISPLAY
SUBFORUMS
Installation:
1. step: upload the hooks_username_html_markup.xml file to your forumroot/includes/xml folder
2. step: find in forumroot/includes/functions_forumlist.php file this code
than add below this code
Save and reupload.
3. step:
And at least import the product-username_html_markup.xml product file via admincp -> product manager -> import/export products
Tested on:
Demo: www.vbulletin-turkey.com/forum
This mini Add-On will showing the Usergroups Username HTML Markup in
FORUMHOME
FORUMDISPLAY
SUBFORUMS
Installation:
1. step: upload the hooks_username_html_markup.xml file to your forumroot/includes/xml folder
2. step: find in forumroot/includes/functions_forumlist.php file this code
PHP:
$lastpostinfo = (empty($lastpostarray[$forumid]) ? array() : $vbulletin->forumcache["$lastpostarray[$forumid]"]);
than add below this code
PHP:
($hook = vBulletinHook::fetch_hook('forumbit_lastpostby')) ? eval($hook) : false;
Save and reupload.
3. step:
And at least import the product-username_html_markup.xml product file via admincp -> product manager -> import/export products
Tested on:
- vBulletin 3.7.x
- vBulletin 3.8.x
Demo: www.vbulletin-turkey.com/forum