Go to ACP -> Clic!Dev -> Setup Hacks
Click on
Click here to install IBStore and follow the instructions
Go to ACP -> Clic!Dev -> Setup Hacks
Chose the skin and press
Alter Skin
Go to ACP -> Skins & Templates -> Manage Skin Sets -> HTML -> Topic View Section -> Post Entry
Find:
Code:
{$author['member_posts']}<br />
Below add:
Code:
{$author['member_points']}<br />
{$author['member_inventory']}<br />
Go to ACP -> Skins & Templates -> Manage Skin Sets -> HTML -> Global HTML Elements -> Board Header (logo, links, etc)
Find:
Code:
<img src="{$ibforums->vars['img_url']}/atb_help.gif" border="0" alt="" /> <a href='{$ibforums->base_url}act=Help'>{$ibforums->lang['tb_help']}</a>
Below add:
Code:
<img src="{$ibforums->vars['img_url']}/atb_members.gif" border="0" alt="" /> <a href='{$ibforums->base_url}act=store'>{$ibforums->lang['ibstore']}</a>
Go to ACP -> Clic!Dev -> Setup Hacks
Click on
enable IBStore
[Works only with ClicDev]