One Glossary related question + one developer.joomla.org general one.
1.- I'm using RD-Glossary component on Joomla 1.07 and does fine for me. Testing it, though, I find some 'minor' bugs within the glossary items table in the backend:
- "Undefined property: type in ... administrator\components\com_rd_glossary\includes\item.html.php on line 61" error. That's related to the following code line:
echo $row->type ? "" : $checked;
and the same error for line 64: if ( $row->checked_out && ( $row->checked_out != $my->id ) || $row->type ) {
2.- In the frontend it doesn't show (I can't get to) the glossary item comments
On the other hand (that's the general question) I tried to sign to the RD_Glossary mailing list and to send a bug report at
http://developer.joomla.org/sf/discussi ... discussionbut didn't find how to achieve it. Is there any way I can? Or should I be an admin alike?
Thanx for the attention and reply,
hip