Daniel Dimitrov wrote: 1. this is a bug on 2.5 . Go to the settings in backend and turn off the show IP option. This should make it disappear (or edit the template and remove the {usertype} tag}
2. This is a bug - we are trying to replace the wrong string.
Go to components/com_comment/classes/joomlacomment/JOSC_search.php
line 134:
change it from
$html = str_replace('{_COM_COMMENT_BY}', JOSC_utils::filter(JText::_('COM_COMMENT_BY')), $html);
to$html = str_replace('{COM_COMMENT_BY}', JText::_('COM_COMMENT_BY'), $html);
Yes, we will add a plugin for the joomla search and I also plan to make use of the new smart search in joomla 2.5
Cheers,
Daniel
Thanks Daniel - both of the above worked great.
Looks really good now.
Yes - the plugin for Joomla Search would be really useful
The only major outstanding issue for me now is the module which we discussed before.
It can display the right stats, but without a heading for the stats it is displaying it is somewhat meaningless - could be any comment as far as the user is concerned.
I think it is a module that would best be published in a wide module position, so the stats could be displayed in columns. If stats to that extent are published in a side module, it is going to look very crowded and very long
If you do not have an ETA, I might develop it myself. If I do, I will donate it the CompoJooma cause of course
Edit:
It just occured to me that a stats plugin might be better - eiether one plugin for all stats, or a plugin for each stat.
That way the stats could be listed at the end of an article before the comments, or even on a seperate "Comments Statistics" page.
If it was a plugin or plugins, the plugin tags could presumably be published in an HTML module anyway- unless 2.5 does not allow this.
So:
A plugin for each stat would allow the stat to be placed within any content for maximum flexibility and placement.
Just a thought anyway