- I have 2 Joomla websites. ARCS and RSC
- Ialso have 1 database that contains the tables for both Joomla sites.
- The table prefix for ARCS is ARCS_
- The table prefix for RSC 2 is RSC_
On Wednesday, 18 July 2012 13:41:55 UTC-4, Lemings wrote:
> Table prefix is replaced in database class not in router.php so it would
> not help.
> You can take I look in falang component where database object is replaced
> with the help of plugin.
> You can try overriding query methods and pass table prefix in function
> call, but I am not sure how easy it will be.
> I would suggest to read multisites working group list, and ask them how to
> proceed better.
> Regards.
> trešdiena, 2012. gada 18. jūlijs 20:22:07 UTC+3, Merak rakstīja:
>> Change #_content in native module articles category
>> Hi!
>> I want to modify a native joomla module that display articles of a
>> category. I want it to display articles of an other prefix tables (both
>> joomla website are ON THE SAME DB).
>> Notice that I already looked at available extension but none of them
>> would fit.
>> I did try to modify the router.php by changing the #__tablename with
>> rsc_tablename
>> But it did not change anything, the article displayed ar still from the
>> intern tables (ARCS_tables)
>> Thanks!