9
On another XOOPS 2.5 test site, I replaced wflinks 1.06 with 1.08. Seemed like Latest Listings feature worked but then not.
Missing /include/config.php (perhaps legacy item) caused 2 PHP errors. [Update: Found thread where McDonald said to remove include line.]
Submit (new link) does not work from main menu sidebar:
/modules/wflinks/submit.php
So, needed to add a new link in administration area:
/modules/wflinks/admin/index.php?op=edit
A few PHP deprecation warnings.
Http links in a wflink's description do not work, and generate html validation errors. Using the insert link in the editor, the bracketed url syntax, also does not work, and messes up the submitter block. (This feature works in wflinks 1.06. Perhaps a sanitizer issue?)
Other issues with wflinks 1.08: 1. Clicking on a category does not list category's links. 2. Clicking on a wflinks View Full Details displays an empty Visit Link area. 3. Same problem when click on a Top WF-Link.
XOOPS Version XOOPS 2.5.0
PHP Version 5.3.5
mySQL Version 5.1.53-log
Server API cgi-fcgi
OS Linux
safe_mode Off
register_globals Off
magic_quotes_gpc Off
allow_url_fopen On
fsockopen On
Update March 16, 2011: In another thread found the mod suggested by McDonald for wflinks/templates/wflinks_index.html regarding wfllink versus link. The repository copy did not have the the mod. Fixed Latest Listings and problems 1, 2, 3 above. Country name still a problem.