I'm testing the 4 modules and now it works much better: RSSC now works with WEBLINKS and new links can be added.
Since Xoops is not written for RTL languages ( Core and most if not all modules has LTR oriented aproach - all hardcoded ) and I'm testing everything on a live site, I need to hard code RTL after each of your update, so I send bugs-reports instead of forking on github .. sorry ..
Here are the first bugs I found:
1. To enable the RSSC 1.4 (latest from you) .. /weblinks/include/weblinks_version.php line 21 should be:
define('WEBLINKS_RSSC_VERSION', '1.40');
2. Adding a new link + deleting an existing link ( Admin side = /weblinks/admin/link_manage.php ) sucseed, but in the end of the process ( /weblinks/admin/link_list.php?sortid=1 )
result in Error :
Error : ArgumentCountError: Too few arguments to function happy_linux_page_frame::_show(), 0 passed in .../modules/weblinks/admin/link_list.php on line 398 and at least 1 expected
3. link list by categories ( Admin side = /weblinks/admin/catlink_list.php ) result in Error :
Error : ArgumentCountError: Too few arguments to function happy_linux_page_frame::_show(), 0 passed in .../modules/weblinks/admin/catlink_list.php on line 131 and at least 1 expected
4. update reques ( Admin side = /weblinks/admin/modify_list.php?op=list_mod )
result in Error :
Error : ArgumentCountError: Too few arguments to function happy_linux_page_frame::_show(), 0 passed in .../modules/weblinks/admin/modify_list.php on line 274 and at least 1 expected
5. Broken link list ( Admin side = modules/weblinks/admin/link_list.php?op=list_broken )
result in Error :
Error : ArgumentCountError: Too few arguments to function happy_linux_page_frame::_show(), 0 passed in .../modules/weblinks/admin/link_list.php on line 398 and at least 1 expected
6. vote list ( Admin side = /weblinks/admin/votedata_list.php )
result in Error :
Error : ArgumentCountError: Too few arguments to function happy_linux_page_frame::_show(), 0 passed in .../modules/weblinks/admin/votedata_list.php on line 28 and at least 1 expected
7. Link list ( Admin side = weblinks/admin/link_list.php )
result in Error :
Error : ArgumentCountError: Too few arguments to function happy_linux_page_frame::_show(), 0 passed in .../modules/weblinks/admin/link_list.php on line 398 and at least 1 expected
8. User list ( Admin side = /weblinks/admin/user_list.php )
result in Error :
Error : ArgumentCountError: Too few arguments to function happy_linux_page_frame::_show(), 0 passed in .../modules/weblinks/admin/user_list.php on line 410 and at least 1 expected
9. Category list ( Admin side = /modules/weblinks/admin/category_list.php )
result in Error :
Error : ArgumentCountError: Too few arguments to function happy_linux_page_frame::_show(), 0 passed in .../modules/weblinks/admin/category_list.php on line 364 and at least 1 expected
More to come ...