By: j joomla
Date: 2009-02-26
Time: 05:48
|
Joomla+tbsHow to connect to a database with another account and password ?
Using the external script, could you give an example of how to config the database. |
||
By: Skrol29
Date: 2009-02-26
Time: 09:34
|
Re: Joomla+tbsHi,
Here is an example. Joomla article:
scriptname.php:
|
||
By: j joomla
Date: 2009-03-06
Time: 04:14
|
Re: Joomla+tbsThanks a lot.
It worked perfectly. |
||
By: j joomla
Date: 2009-03-26
Time: 05:33
|
Re: Joomla+tbsWhere to put the name of the database ?
|
||
By: j joomla
Date: 2009-03-26
Time: 05:37
|
Re: Joomla+tbsWant to connect to a different database with another account and password.
|
||
By: Skrol29
Date: 2009-03-27
Time: 15:28
|
Re: Joomla+tbsHi,
For another connexion, you must use a PHP script to establish the new connection. Then you can use the same script to do the MergeBlock() ans specify the new connection id to MergeBlock(). You can do this using the "external script" or "internal script" method of the plug-in. Examples here: http://www.tinybutstrong.com/plugins/joomla/tinybutstrong_help.html |