Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想修改一个显示类别文章的本机 joomla 模块。我希望它显示其他前缀表的文章(两个 joomla 网站都在同一个数据库上)。
请注意,我已经查看了可用的扩展,但它们都不适合。
我确实尝试通过更改#__tablenamewith来修改 router.phprsc_tablename
#__tablename
rsc_tablename
但它并没有改变任何东西,显示的文章仍然来自实习生表(ARCS_tables)
ps:原生模块的helper.php中没有arsc_tables和#_tables