What happened to the Glossary?
Moderator: Thorsten
-
- Posts: 61
- Joined: Tue Mar 27, 2007 8:57 pm
- Location: Palo Alto, California
- Contact:
What happened to the Glossary?
I started entering glossary items via the Admin interface. But I can't find a way to view them in the user interface. What am I missing?
Hi,
they are added automatically in the frontend. For example if you have a glossary item like "PHP" with the description "PHP: Hypertext Preprocessor" all occurrences of the string "PHP" will be converted to
bye
Thorsten
they are added automatically in the frontend. For example if you have a glossary item like "PHP" with the description "PHP: Hypertext Preprocessor" all occurrences of the string "PHP" will be converted to
Code: Select all
<acronym title="PHP: Hypertext Preprocessor">PHP</acronym>
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
- Posts: 61
- Joined: Tue Mar 27, 2007 8:57 pm
- Location: Palo Alto, California
- Contact:
Very cool! (but I found a bug)
Ah, I see. Very nice!
However, there are a few issues with this feature:
1) If the term is followed by any punctuation, it is not seen as a glossary term. E.g. "PHP" would work as you state above but not "PHP." So you can't put your term at the end of a sentence, or quote it in your text, etc. unless you put a space after. Not a huge problem, but a little inconvenient.
2) On Firefox Mac, the rollover text is limited to about 78 characters. So a longer glossary entry gets truncated. I have not found a workaround for that.
3) It would nice if the glossary entry could be linked to an FAQ. That way, you could put longer definitions in a FAQ (bypassing the issue in #2) and make a pretty powerful cross referenced document.
(I hope I'm not giving you too much feedback. I used to be a software QA engineer and old habits die hard.
)
However, there are a few issues with this feature:
1) If the term is followed by any punctuation, it is not seen as a glossary term. E.g. "PHP" would work as you state above but not "PHP." So you can't put your term at the end of a sentence, or quote it in your text, etc. unless you put a space after. Not a huge problem, but a little inconvenient.
2) On Firefox Mac, the rollover text is limited to about 78 characters. So a longer glossary entry gets truncated. I have not found a workaround for that.
3) It would nice if the glossary entry could be linked to an FAQ. That way, you could put longer definitions in a FAQ (bypassing the issue in #2) and make a pretty powerful cross referenced document.
(I hope I'm not giving you too much feedback. I used to be a software QA engineer and old habits die hard.

Re: Very cool! (but I found a bug)
Hi Rick,
bye
Thorsten
Okay, I'll try to fix this until the final release... maybe the fix will last until 2.0.1...1) If the term is followed by any punctuation, it is not seen as a glossary term. E.g. "PHP" would work as you state above but not "PHP." So you can't put your term at the end of a sentence, or quote it in your text, etc. unless you put a space after. Not a huge problem, but a little inconvenient.
This is the same behaviour in all Firefox versions before 3.2) On Firefox Mac, the rollover text is limited to about 78 characters. So a longer glossary entry gets truncated. I have not found a workaround for that.
We plan to extend the Glossary feature in 2.1 if enough users are asking for that.3) It would nice if the glossary entry could be linked to an FAQ. That way, you could put longer definitions in a FAQ (bypassing the issue in #2) and make a pretty powerful cross referenced document.
No, I want as much feedback as I can get to make phpMyFAQ better. Thanks for your really good testings and bug reports!(I hope I'm not giving you too much feedback. I used to be a software QA engineer and old habits die hard.)
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: Very cool! (but I found a bug)
I would like to ask for this feature* too...Thorsten wrote:We plan to extend the Glossary feature in 2.1 if enough users are asking for that.
*(extend the Glossary feature)

First of all:
I think it should be multilingual as well
since PMF is a multilingual application

The <title> attribut works not very well in some browsers
(cut off after x chars)
maybe one can implement some kind of simple "java hover window" (?)
Also sorting the Glossary terms alphabetic would be helpful in the admin backend...
PMF: 2.0.1 running on:
Server: Apache/1.3 (Unix) (shared Hoster)
MySQL: 4.1.22-standard-log [Client 5.0.32]
PHP: 4.4.1 Register Globals on | Safe Mode off | Open Basedir off
Server: Apache/1.3 (Unix) (shared Hoster)
MySQL: 4.1.22-standard-log [Client 5.0.32]
PHP: 4.4.1 Register Globals on | Safe Mode off | Open Basedir off
Re: Very cool! (but I found a bug)
Hi,
https://thinkforge.org/tracker/index.ph ... 2&atid=169
Ciao,
Matteo
FYI: you can track the working progress about this minor issue in:rickliveops wrote:1) If the term is followed by any punctuation, it is not seen as a glossary term. E.g. "PHP" would work as you state above but not "PHP." So you can't put your term at the end of a sentence, or quote it in your text, etc. unless you put a space after. Not a huge problem, but a little inconvenient.
https://thinkforge.org/tracker/index.ph ... 2&atid=169
Ciao,
Matteo
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
Amazon.co.uk Wishlist
Re: Very cool! (but I found a bug)
I meant something like this:Dirk67 wrote:The <title> attribut works not very well in some browsers
(cut off after x chars)
maybe one can implement some kind of simple "java hover window" (?)
http://webmatze.de/webdesign/javascript/tooltips.htm (in german)
PMF: 2.0.1 running on:
Server: Apache/1.3 (Unix) (shared Hoster)
MySQL: 4.1.22-standard-log [Client 5.0.32]
PHP: 4.4.1 Register Globals on | Safe Mode off | Open Basedir off
Server: Apache/1.3 (Unix) (shared Hoster)
MySQL: 4.1.22-standard-log [Client 5.0.32]
PHP: 4.4.1 Register Globals on | Safe Mode off | Open Basedir off