SearchTag



V1.1
1.Build search tag for Joomla1.6.x and Joomla1.7.x
Thank you for updating to 1.7 your wonderfull plugin
Actually, there was literally a couple things to change, so it should work for everyone.
To almamun:
There are some ways to display tags on frontpage, one of them is:
In SearchTag.php there is a code:
if ((JRequest :: getVar('view')) == 'article'){
Modify it to this:
$view=JRequest :: getCmd('view');
$layout=JRequest :: getCmd('layout');
if ( ( $view == 'article') || ( ($view=='frontpage') || ($layout=='blog') ) ){
:)
BUT: It will be nice to put a limit to the number of tags, or to display in rows, because when showing it goes in one row and breaks the layout bad.
will be waiting for updates!
*didn't find a support forum
It would be great to have module that would display all these tags as well, once again Joomfish compatible.
Thank you for good work.
Hi, In fact I have developed a component that can show tag result as xxx.com/tag/xxxx.html. Here is a example.
http://elsak.org/tag/eva.html
However, I am not very satisfied with it.
I don't add metatag search plugin, just because the field meta_keywords in mysql is text type. It seems that mysql doesn't support text field ‘like’ query.
I will develop a full featured tag system for joomla. So this is just a temp solution.





