XOOPS Tag 2.35.0 Beta 4 released for testing/contributions!
The Tag module is designed for site-wide tag management, handling tag input, display and stats for each module that enables tag plugin.
DOWNLOAD: https://github.com/mambax7/tag/releasesFORK: https://github.com/mambax7/tag/ ISSUES/BUGS: Please report all issues on
GitHubREQUIREMENTS: - XOOPS 2.5.10
- PHP 7.3+
It was tested on
PHP 7.4.26 and
PHP 8.1.0 New in this release:- refactor tagBar() function into a class (mamba)
- various cosmetics (mamba)
- trigger_error() (mamba)
- fixed update_stats(): replaced ADD with AND in $criteria->add(new \Criteria('tag_modid', $modid), 'ADD'); (mamba)
- reversed missing tag_modid in getByLimit() (mamba)
- updated sample.php (mamba)
- reversed some changes in blocks.php (mamba)
- lowered limit_cloud_list from 100 to 10 (mamba)
- added xmnews plugin (mage)
- updated instructions for creating a plugin (mage)
- fix: when using the tags for the first time, the id was displayed in the field (maga)
- added Blocksadmin (mamba)
- PHP 8.1 cosmetics and type hinting (mamba)
- $module_name in tag_index.tpl (alain01/mamba)
- fix for int required in TagHandler (alain01/mamba)
https://github.com/mambax7/tag/issues/12- added pull for summary for Publisher (alain01/mamba)
- deleted include/functions.php (mamba)
- fixed bug Number of tags (alain01/mamba)
https://github.com/mambax7/tag/issues/13- fixed bug in tag_block_cloud.php (alain01/mamba)
https://github.com/mambax7/tag/issues/15- deleted /test folder (alain01/mamba)
https://github.com/mambax7/tag/issues/17- commented out the code for the new flash cumules block (alain01/mamba)
- added Bootstrap 4 templates ((alain01) (see the /extra folder)