Quote:
Originally Posted by mantra
is there anyway I can just install the uCash portion .. since I only want my members to earn points and they can redeem them in another way ? ..
thanks
|
Upload only the installer to the admincp folder. Do all file edits except global.php, includes/init.php, and admincp/usergroup.php, all template edits except for navbar, and then install it normally. Afterawards, you can run these queries to get rid of the uShop part:
[sql]DROP TABLE IF EXISTS utt_store_action;
DROP TABLE IF EXISTS utt_store_bank;
DROP TABLE IF EXISTS utt_store_history;
ALTER TABLE user DROP `uttstore_history` , DROP `uttstore_glow` , DROP `uttstore_usernamecolor` , DROP `uttstore_boldusername` , DROP `uttstore_italicsusername` , DROP `uttstore_bankdata` , DROP `uttstore_bankqueue`;
ALTER TABLE usergroup DROP `uttstore_discount`;
DELETE FROM datastore WHERE title='utt_store_act';[/sql]