Support > Elxis 4.x/5.x DEV

Request Elxis 4.x extensions

<< < (13/27) > >>

michalis1984:
Impressive work Datahell !!  :D

kyomar:
Awesome datahell, it's perfect and in such a short time - wow!

I have just a problem with image.xml. The error I am getting is:
"XML Parsing Error: not well-formed
Location: http://.../sitemap/images.xml
Line Number 7, Column 22:         <image:caption>B&B Koyuki in spring</image:caption>"

And perhaps just cosmetic. It would be nice if the site title is being added to the web browser's title bar (e.g. sitemap - site title).

Thank you very much for this great component!

datahell:
@kyomar it is due to the ampersand "&" character.
I added CDATA blocks in XML to bypass this problem and updated component sitemap.

To fix your installation open file components/com_sitemap/views/generator.html.php
change line 429 to:

--- Code: ---$out .= "\t\t\t".'<image:caption><![CDATA['.$image['caption']."]]></image:caption>\n";
--- End code ---

change line 432 to:

--- Code: ---$out .= "\t\t\t".'<image:geo_location><![CDATA['.$image['geo_location']."]]></image:geo_location>\n";
--- End code ---

change line 435 to:

--- Code: ---$out .= "\t\t\t".'<image:title><![CDATA['.$image['title']."]]></image:title>\n";
--- End code ---


kyomar:
works great, thank you very much datahell for the quick reply/fix. Awesome support as usual!

michalis1984:
I would love to see elxis search to search at "tags pages" by the keyword and show them at the results page during a search. Is this a useful feature?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version