I was wondering how I would go about changing the name of it. For example, I would like to change any/every instance of the name BizStore to something else.
And also, is there a way to show only one category on the left hand side menu as well? I am building a niche site and would only like to have books available. I have the category set in the admin, but I still get every category listing on the left side. Just curious.
Thanks for the help. Great mod too! A perfect addition to my site.
Please enter your server specs in your user profile! 😢
PhoenixOffline
Joined: Mar 18, 2004
Posts: 1543
Location: Netosphere
To remove the menu, comment out lines 22 to 24 in modules/BizStore/index.phpif ($module_name == 'BizStore' && !defined('MEMBER_BLOCK')) {
define('MEMBER_BLOCK', 1);
}If you want a single category link, create one in a block and use that.