Description• Purpose : to create a glossary ordered by categories, with users participation who - among permissions - are allowed to send definitions or request new ones.
• Blocks displayed on index page :
- Advanced search : search by category, title or content
- Browse by letter
- Browse by categories
- x Recent entries
- x Popular entries
- 1 Random entry
• Xoops blocks :
- x Newest terms (display title and date)
- x Most read terms (display title and hits)
- 1 Random term (display title and x firsts caracters)
• Advanced features :
- wysiwyg editors allowed
- captcha (Security images module, see
http://www.dugris.info)
- Xoops comments
- activation / desactivation of category feature
- show links to other glossary terms in the definitions
- social bookmarks
- Script.aculo.us-Autocomplete
- x metakeywords
- import datas from Wordbook
- rss feed
Note : corrections in comments made by mjoel have been included. Thanks :)
Re: Lexikon 1.1
Hi Burning,
Thanks a lot for releasing this module. I really want to use this module on my site. however on my test system I am getting the following error:
INSERT INTO xoops_lxcategories (categoryID, parent, name, description, weight) VALUES ('', '0', 'Disease & Bacteria', 'Disease & Bacetrias', '1')
Error number: 1366
Error message: Incorrect integer value: '' for column 'categoryID' at row 1
I can fix them by removing categoryID (or default colum), from all insert queries. I am just wondering if there is any easy way to fix. or would you like to release a next version fixing this issue.
my environment details.
XOOPS Version - XOOPS 2.3.2
PHP Version - 5.3.0
MySQL Version - 5.0.67-community-nt-log
Server API Version - apache2handler
OS Version - WINNT
Thanks in advance