GetSimple Support Forum

Full Version: index.xml looks strange
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everybody
This is my very first site in GetSimple.
I'm having some problems trying to use i18n Search to get an homepage populated with the latest news inserted in my website.

new.sandalj.com

I inserted a component in the page: this component gets the list of the child pages of "NEWS" menu.

this is the scripting of the component
Code:
<div id="ultimenews">
<p>Last news:</p>
<ul><?php get_i18n_navigation('news',1,9); ?></ul>
<br><br>
</div>

Here, it doesn't work.
But I have another release

new.sandalj.it

Here you can see it perfectly working.

I just can't get why it doesn't work.

I had a look in the index.xml in both versions: the .com one looks strange.

Have you got some suggestions?

I have another issue related to this website: my "page-management" page looks strange:
here you can see a picture of it.

[Image: strange.jpg]

there, my "home" page is written two times (and i can't delete it)

thank you Smile
I think titles with an _ are treated as languages
Thank you: you were right.
I commented the name of index.xml file
And the system read it like it was the index page of the "_ndex" language

But now I have another problem:
the component {% elenconews %} I inserted in my home page still doesn't work.

here, you can see the home page, with the component not working
http://new.sandalj.com

here, you can see a news page, with the component WORKING
http://new.sandalj.com/082620121045
isn't there somewhere a hint that the i18NSearch doesn't search the news articles? If I remember right ;=)
Thank you very much. I resolved my problems with your help.