Softaculous


Topic : Website baker - 22 languages


Posted By: jimpic on December 3, 2011, 1:26 pm
Here is another easy one. website baker includes 22 languages in its package.
Three settings only to change in the sql file:

Code

-- for genertal settings:
-- Dumping data for table `[[dbprefix]]settings`
INSERT INTO `[[dbprefix]]settings` VALUES(10, 'default_language', 'EN');

-- for users default language
-- Table structure for table `[[dbprefix]]users`
`language` varchar(5) NOT NULL DEFAULT 'EN',

-- for admin language
-- Dumping data for table `[[dbprefix]]users`
INSERT INTO `[[dbprefix]]users` VALUES(1, 1, '1', 1, '[[admin_username]]', '[[admin_pass]]', '', 0, 'Administrator', '[[admin_email]]', 0, '', '', 'EN',



Note: I tested all these changes and checked with a new install to make sure it was OK

Posted By: Brijesh on December 3, 2011, 1:32 pm | Post: 1
Hi,

We will do that.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool

Posted By: Brijesh on December 5, 2011, 1:58 pm | Post: 2
Hi,

We have added Languages in Website Baker.
Please run the CRON command to get the latest files:
http://www.softaculous.com/docs/Immediate_update

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.