I'd like to use an existing TeraWurfl installation

sevenbits
13 years, 5 months ago
I allready have a Tera wurfl instllation which i update from time to time. I use it from with the terawurfl remote client from various webspaces. It would be nice if i could use it from mobile joomla to with a configuration setting.
dryabov
13 years, 5 months ago
You can change corresponding db/prefix/user/pass values in plugins/mobile/terawurfl.php (but note that plugin files will be overwritten on each MJ update):
TeraWurflConfig::$TABLE_PREFIX = $config->getValue('dbprefix').'TeraWurfl';
TeraWurflConfig::$DB_HOST      = $host;
TeraWurflConfig::$DB_USER      = $config->getValue('user');
TeraWurflConfig::$DB_PASS      = $config->getValue('password');
TeraWurflConfig::$DB_SCHEMA    = $config->getValue('db');

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.