(taken over from http://www.phpbb.com/community/viewtopi ... 6&start=60 )
Author: Lugsciath
Modification Description:Give you the ability to have a table with words and descriptions, who can be displayed as a lexicon and also can be used to automatic insert acronyms with Tooltips to all posts. This mod is my first mod and it is alpha. I made it public, why a lot of people ask for a acronym mod. I had merged 2 mods for my phpBB2 (lexicon hack from experienz.net and Acronym Mod from CodeMonkeyX) and used this as submittal for the new one.
If you dont need a lexicon, only use the acronym part. For this you must not edit the overall_header.html, common.php and the functions.php und you only need the functions_acronym.php and some styling informations for your acronyms.
The lexicon can have entrys in several languages.
Each entry have this columns:
acronym - The string searched in the text. Add space before/after the word if it should only find entire words. If there are no space, it also was found in composite words or plural.
Can stay empty, then the term instead would be used.
term - the complete word used in the lexicon
description - used as title for the acronym and in the lexicon
long_desc - additional description for the lexicon
picture - additional picture for the longdescription!
link - additional link/url for further information/websources
size - picturesize in percent (recommend 15%)
Modification Version: 0.3.0 (tested with phpBB 3.08)
Requirements: enabled Javascript for ext. functions
Features:
- old Features
- automatic link to the found terms in postings,
- short description of the found term by mouseover
- popup with long description if you click on the term
- acp control panel for some adjustation and terms / acronyms
- picture over the long description
- link on the bottom of logdescription for durther information
- free percentual size (adjustable in acp)
- bbcode, images and smilies in long_desc (incl. media), but smilies doesnt work in popup.
new Features - ? button replaced through linking the term in the popup window, leading to the complete lexicon.
known bugs and Bugfixes - Bugfix for zero in size (empty img field by editing and adding) *fixed*
- empty fields appear *fixed*
- cosmetics (align to middle) *fixed*
- smilies doesnt shown in popup *open and known, but no solution yet*
Demo URL:http://www.clochsliaph.de/neuesforum/vi ... 341#p42341
Demo Username: testuser
Demo Password: testuser
Modification Download (old version 0.1.5): http://www.kaninchenwissen.de/lexicon_0.1.5.zip
Modification Download (new version 0.3.1): http://www.clochsliaph.de/neuesforum/do ... hp?id=1323
This mod is taken over with credits to reh , formally take over the old code from mods for phpBB2 (lexique and Acronym Mod from CodeMonkeyX) and wrote most new. I write since version 0.1.6 further on this - testings on a very heavy modded (live) board are without any problems, so i´ve decided to taken over. Other modwriters are welcome to develop it with me .