Here's a new
update:
If you choose XML-mode or self-defined-mode the auto-generated code will no longer be shown on the website.
If you don't use the auto-generated tags, just ignore the depending preferences... dont set the max number to 0. (not that much time to fix that now)
I added a module-class-suffix... Hope it works for you, cause i dont use this with Joomulus.
-------problem list below is fixed in new version 1.0.4mod--------
I you have the same SEO problem like artymarty:
Go to /modules/mod_joomulus and open helper.php
go to line 102 or search for
| Code: |
$tagcloud .= "<a href='index.php?
option=com_search&searchword=".$k."&searchphrase=e
xact&ordering=newest' class='tag-link-
1' title='1 topic' style='font-size: ".$size."pt;
'>".$tag_string."</a>\n ";
|
and replace it by
| Code: |
$tagcloud .= "<a href='/component/search/
".$k.".html?searchphrase=exact&
ordering=newest' class='tag-link-
1' title='1 topic' style='font-size: ".$size."pt;
'>".$tag_string."</a>\n ";
|
This should work...
You can found th newest version a fews postings above or under my new homepage
joomulusmod.jo.funpic.de/
FLOM