Welcome, Guest
Username Password: Remember me

I'd like to use an existing TeraWurfl installation
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: I'd like to use an existing TeraWurfl installation

I'd like to use an existing TeraWurfl installation 13 years ago #6383

  • sevenbits
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
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.

Re: I'd like to use an existing TeraWurfl installation 13 years ago #6414

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4867
  • Karma: 105
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');
Last Edit: 13 years ago by dryabov.
  • Page:
  • 1
Time to create page: 0.21 seconds

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.