Open up sources/store/store_functions.php Find: $cat['upload'] = array("Upload Items","Anything that allows a user to upload some thing."); Add Below: $cat['dshoutbox'] = array("D-Shoutbox","Items that effect the user along with the shoutbox."); Find: $items['unknown'] = $item.' - Unknown'; /* Although these are not the Default IBStore Items its easyer to add them here instead of having to have the Mod Authors do it */ Add Above: // D-Shoutbox 5.7 Item Addons (Can be gotten here: http://mods.ibplanet.com/db/?mod=2188) $items['shoutboxcard'] = "D-Shoutbox Card"; $items['addtoshout'] = "Add To Shout Count"; $items['deleteanyshout'] = "Delete Any Shout"; $items['deleteownshout'] = "Delete Own Shout"; $items['changecardstyle'] = "Change Card Style"; $items['changecolortype'] = "Change Color Type"; $items['changedefaultcolor'] = "Change Default Shout Color"; $items['changerefreshtime'] = "Change Refresh Time"; $items['changeshoutboxstatus'] = "Change Shoutbox Status"; $items['changeshoutboxtype'] = "Change Shoutbox Type"; Save & Close sources/store/store_functions.php