<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Forums of xiligroup.dev &#187; Recent Posts</title>
		<link>http://forum.dev.xiligroup.com/</link>
		<description>Support and users infos about xiligroup dev plugins</description>
		<language>en-US</language>
		<pubDate>Thu, 11 Mar 2010 16:26:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forum.dev.xiligroup.com/search.php</link>
		</textInput>
		<atom:link href="http://forum.dev.xiligroup.com/rss.php" rel="self" type="application/rss+xml" />

		<item>
			<title>xiligroup dev on "Language is not being set when the user first arrives"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=25#post-62</link>
			<pubDate>Thu, 18 Feb 2010 09:36:59 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">62@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;1) there is high quantity of type of home page (depending architecture of site) activating file like index.php, or home.php or page.php like... I need better infos to bring you a good solution according the rules decided by site editor. Example : on some international site, the language of theme must be the browser visitor language but the last posts and categories titles remain bi-lingual. Elsewhere only one.&#60;/p&#62;
&#60;p&#62;2) it is possible to refresh the query of the current loop.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Other question : &#60;/strong&#62; how to architect categories and I ended up with 2 sets of categories and english posts assigned to english categories and spanish posts assigned to spanish categories.&#60;/p&#62;
&#60;p&#62;Typically the question presents the confusion between semantic taxonomies (category) and languages classifications.... In CMS - Content Management System - approach, it is important to understand that... If a post is in car's or flowers category, it can be in english or spain or german..... But, without xili-language, if you only use cat for semantic and language... it is difficult to make good and quick crossed queries... It is one of the reason why  xili-language plugin was created and his specific languages taxonomies (permitted since WP 2.3) that introduce a type of 4th dimension over the other semantic architecture and classification's dimension.&#60;/p&#62;
&#60;p&#62;With his brother plugin - xili-tidy-tags - on a multilingual website, it is also possible to create sub tag-clouds in one only language and other in a semantic group of trademark that are basically multilingual as wordpress !!&#60;/p&#62;
&#60;p&#62;Good luck
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xiligroup dev on "Xili Tag assign Page very long"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=22#post-61</link>
			<pubDate>Wed, 17 Feb 2010 09:09:12 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">61@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Thanks for your observations...&#60;br /&#62;
- the subselection by group need that the targeted tags belong already to this group (category of tags). The improvement here can be to show all groups so it will be easier to change tags from the targeted group to another group.&#60;br /&#62;
- before to paginate the list, the sub-selection by first letter can be efficient because it divide your 200 tags in smaller groups.&#60;/p&#62;
&#60;p&#62;I plan to improve soon according these analyzes..&#60;/p&#62;
&#60;p&#62;Best regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>david on "Xili Tag assign Page very long"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=22#post-60</link>
			<pubDate>Wed, 17 Feb 2010 00:23:37 +0000</pubDate>
			<dc:creator>david</dc:creator>
			<guid isPermaLink="false">60@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Yes i try it.... but it is not usefull&#60;/p&#62;
&#60;p&#62;    1- the Sublist of tags  is make with the criteria of the tag's name, not the category&#60;/p&#62;
&#60;p&#62;    2- the group selection where you can select a category, is the complete list tag with only one column(the category selected one), &#60;/p&#62;
&#60;p&#62;I think in a sublist of tag that belong to a determinate category.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>latte62 on "Language is not being set when the user first arrives"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=25#post-59</link>
			<pubDate>Tue, 16 Feb 2010 15:47:35 +0000</pubDate>
			<dc:creator>latte62</dc:creator>
			<guid isPermaLink="false">59@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;I have an English Post and a Spanish Post which both display when the user first arrives on the home page. Only after the user selects the language does WP show just the one, correct, post.&#60;/p&#62;
&#60;p&#62;I am using this function to echo out the language value  &#60;/p&#62;
&#60;p&#62;the_curlang()&#60;/p&#62;
&#60;p&#62;and there is no value when the user first arrives.&#60;/p&#62;
&#60;p&#62;On wp_config.php file I have the following set:&#60;/p&#62;
&#60;p&#62;define ('WPLANG', 'es_ES');&#60;/p&#62;
&#60;p&#62;and I have the plugin from the wp admin to default to spanish.&#60;/p&#62;
&#60;p&#62;So my questions are:&#60;/p&#62;
&#60;p&#62;1) Is there something I am doing wrong or not doing to correctly set the default language&#60;/p&#62;
&#60;p&#62;2) Is there a function I can call to set the language in the case where thecurlang() is null?&#60;/p&#62;
&#60;p&#62;Thanks!!!&#60;/p&#62;
&#60;p&#62;Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xiligroup dev on "Message THEME_TEXTDOMAIN UNDEFINED"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=24#post-58</link>
			<pubDate>Thu, 21 Jan 2010 08:20:38 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">58@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;&#60;strong&#62;The question&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;This message keeps popping up, and in firefox, it doesn't even show the website:&#60;br /&#62;
no theme domain in index.phpxili-language plugin : THEME_TEXTDOMAIN UNDEFINED&#60;/p&#62;
&#60;p&#62;Before I updated the plugin version, this didn't happen.&#60;br /&#62;
Help!!&#60;br /&#62;
&#60;strong&#62;First answer&#60;/strong&#62;&#60;br /&#62;
Is the indicated website, the site where the probleme occur ? I note that you use only pages and not posts ? If the theme is localizable, are the lines with THEME_TEXTDOMAIN added in functions.php added as explained in readme.txt or in tabs of xili-language plugin repository. This message occur only if the index.php file don't contain translatable terms (_e() or __())... Thanks for your information.&#60;/p&#62;
&#60;p&#62;M.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xiligroup dev on "xili-floom-slideshow help needed"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=23#post-57</link>
			<pubDate>Fri, 08 Jan 2010 08:48:27 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">57@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;At this link, &#60;a href=&#34;http://www.festum2010.tk/festum-re-union-2010&#34; rel=&#34;nofollow&#34;&#62;http://www.festum2010.tk/festum-re-union-2010&#60;/a&#62; , I see something yesterday and now nothing. The source don't show that plugin is active. (no call to css, no call to js)&#60;br /&#62;
To test just verify it without plugins using jquery.&#60;br /&#62;
About the size of pictures, you choose it and after you adapt the background frame and css file and width and heigth parameters... &#60;/p&#62;
&#60;p&#62;Verify also that in shortcode the param frame_id is named as in ids of css ! (read again carefully the mentioned post)&#60;/p&#62;
&#60;p&#62;dev.xiligroup team
&#60;/p&#62;</description>
		</item>
		<item>
			<title>abhi08 on "xili-floom-slideshow help needed"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=23#post-56</link>
			<pubDate>Thu, 07 Jan 2010 02:40:35 +0000</pubDate>
			<dc:creator>abhi08</dc:creator>
			<guid isPermaLink="false">56@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;and what will be the picture size?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>abhi08 on "xili-floom-slideshow help needed"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=23#post-55</link>
			<pubDate>Thu, 07 Jan 2010 01:00:14 +0000</pubDate>
			<dc:creator>abhi08</dc:creator>
			<guid isPermaLink="false">55@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Well, I am not that into web design or wordpress , so please give me some advise.&#60;br /&#62;
I installed xili-floom-slideshow plugin and activated it.&#60;br /&#62;
I tried to personalize it.&#60;br /&#62;
Made a new frame.&#60;br /&#62;
Made a new folder floom and css subfolder in my theme folder.&#60;/p&#62;
&#60;p&#62;Check &#60;a href=&#34;http://www.festum2010.tk/festum-re-union-2010(&#34; rel=&#34;nofollow&#34;&#62;http://www.festum2010.tk/festum-re-union-2010(&#60;/a&#62; I will correct css and other things later)&#60;br /&#62;
In this stage i upload some pics but do not insert them in my post( named them testpic1, testpic2 etc)- Need some clarification&#60;br /&#62;
Paste only the shortcode in my post as described in in &#60;a href=&#34;http://dev.xiligroup.com/?p=1301(&#34; rel=&#34;nofollow&#34;&#62;http://dev.xiligroup.com/?p=1301(&#60;/a&#62; just the code nothing else)&#60;br /&#62;
Just add a single custom field with floom_title_desc ( what will be the value)&#60;br /&#62;
But pics are not showing.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xiligroup dev on "HOW TO determinate category"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=21#post-54</link>
			<pubDate>Sun, 03 Jan 2010 09:40:12 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">54@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Before to publish a more detailled post, the solution can be find inside the plugin source as in line #879. Here in tag assign admin page, the plugin display the group (and check the checkbox if belong to group) of each tag : &#60;code&#62;if (is_object_in_term($tag-&#38;gt;term_id,TAXOTIDYTAGS,$groupid))&#60;/code&#62;...&#60;br /&#62;
Hope to find time to write a good text...&#60;/p&#62;
&#60;p&#62;Happy new year,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xiligroup dev on "Xili Tag assign Page very long"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=22#post-53</link>
			<pubDate>Fri, 01 Jan 2010 21:29:26 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">53@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Do you try the filters of the sidebox &#34;actions&#34; ? There are possible subselections by content or by group ?&#60;br /&#62;
Happy new year !!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>david on "Xili Tag assign Page very long"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=22#post-52</link>
			<pubDate>Fri, 01 Jan 2010 15:49:12 +0000</pubDate>
			<dc:creator>david</dc:creator>
			<guid isPermaLink="false">52@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I have 200 tag. The xili-tag assign page is very long.&#60;/p&#62;
&#60;p&#62;Can i make i sugestion??? Coul you add a filter???? or paging the result????&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
David
&#60;/p&#62;</description>
		</item>
		<item>
			<title>david on "HOW TO determinate category"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=21#post-51</link>
			<pubDate>Fri, 01 Jan 2010 15:46:04 +0000</pubDate>
			<dc:creator>david</dc:creator>
			<guid isPermaLink="false">51@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Hi again&#60;/p&#62;
&#60;p&#62;How can i determinate de category of a tag???&#60;/p&#62;
&#60;p&#62;My problem now is i have the name a a category and i need to kown if the tag belong to the category XXXXX.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
David
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xiligroup dev on "Installing"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=20#post-50</link>
			<pubDate>Wed, 16 Dec 2009 23:18:30 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">50@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Thanks for your question... which is very large. I invite you to read again carefully the readme file as in WP plugin repository or here &#60;a href=&#34;http://dev.xiligroup.com/?p=726&#34; rel=&#34;nofollow&#34;&#62;http://dev.xiligroup.com/?p=726&#60;/a&#62; and all the posts of the dev.xiligroup site : &#60;a href=&#34;http://dev.xiligroup.com/?cat=393&#38;amp;lang=en_us&#34; rel=&#34;nofollow&#34;&#62;http://dev.xiligroup.com/?cat=393&#38;amp;lang=en_us&#60;/a&#62; - about xili-language.&#60;br /&#62;
Don't forgot also that your theme must be 'localisable'  (as fusion, kubrik or arclite) with __() or _e() functions - see codex - to become bi or multilingual... (as detected by the plugin)... If you are easy in php, try also to read the commented plugin script itself...&#60;/p&#62;
&#60;p&#62;After this &#34;work&#34;, don't hesitate to introduce a targeted question.&#60;/p&#62;
&#60;p&#62;M of dev.xiligroup
&#60;/p&#62;</description>
		</item>
		<item>
			<title>misterpatrick on "Installing"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=20#post-49</link>
			<pubDate>Wed, 16 Dec 2009 18:06:29 +0000</pubDate>
			<dc:creator>misterpatrick</dc:creator>
			<guid isPermaLink="false">49@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Hello all,&#60;/p&#62;
&#60;p&#62;I just installed xili-language on a site but am a little confused as to how it actually works. I am using a very customized template so there is no traditional sidebar. I'd like to get flags for English and Spanish in a horizontal navigation much like they are done on this site, but I am not quite sure how the .mo and theme files work. &#60;/p&#62;
&#60;p&#62;For example, right now I have the plug-in installed and I am getting the error:&#60;br /&#62;
&#60;code&#62;no theme domain in index.phpxili-language plugin : THEME_TEXTDOMAIN UNDEFINED&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I guess I am just a little confused as to how the whole plug in works and what I need to create for it to work. The site is for a political campaign so there are a lot of categories and posts, but so far only a few of them have been translated. Do I create a new theme specifically for the language or does the plug-in &#34;detect&#34; the language of each post and only display when that language is selected?&#60;/p&#62;
&#60;p&#62;The theme for the site I am working on is a little wacky as most of the .php files are actually not located in wp-content, but above html directory for security purposes. &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>highvoltag3 on "Category Translation"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=19#post-48</link>
			<pubDate>Wed, 09 Dec 2009 07:31:40 +0000</pubDate>
			<dc:creator>highvoltag3</dc:creator>
			<guid isPermaLink="false">48@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Sorry I did read part of the information in the readme also a lot in your site, but information is kinda scattered around, anyhow I did find the info and tried xili-dictionary but I got and error and then screwed my DB trying to remove the plugins left overs :) My bad! I didn't back up... But at the end I got it figured out.. So thanks anyway...&#60;/p&#62;
&#60;p&#62;And sorry :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hsclater on "Help please"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=15#post-47</link>
			<pubDate>Tue, 08 Dec 2009 12:57:52 +0000</pubDate>
			<dc:creator>hsclater</dc:creator>
			<guid isPermaLink="false">47@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;I did reply to the email, but am getting on OK now. I am rewriting much of the website to use categories instead of pages, since you can only have 1 post on a page, there is no possibility to have multiple language posts on a single page. I think it will work, I will let you know how I get on.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xiligroup dev on "full version of the default template for xilitheme-select"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=18#post-46</link>
			<pubDate>Tue, 08 Dec 2009 08:22:47 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">46@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Only the lite of theme named default_4touch is now available for free. You can modify it as you want (php, css,...). Today, we work on plugins but not for free themes. As shown in &#60;a href=&#34;http://www.xiliphone.mobi&#34; rel=&#34;nofollow&#34;&#62;http://www.xiliphone.mobi&#60;/a&#62;, &#60;a href=&#34;http://www.xilione.com&#34; rel=&#34;nofollow&#34;&#62;http://www.xilione.com&#60;/a&#62; or in &#60;a href=&#34;http://dev.xiligroup.com&#34; rel=&#34;nofollow&#34;&#62;http://dev.xiligroup.com&#60;/a&#62;, special mobile themes are possible. But now only in commercial services assignment for a dedicaced site (m-commerce, corporate site, ...). &#60;/p&#62;
&#60;p&#62;Thanks for your confidence,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xiligroup dev on "Category Translation"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=19#post-45</link>
			<pubDate>Tue, 08 Dec 2009 08:12:20 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">45@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Do you read &#34;readme&#34; of xili-language or posts of dev.xiligroup.com ? No ? Yes ? you will see that xili-dictionary plugin is a powerful tool to translate (and import label from WP database)... As php developer, I invite you also to read plugin source of xili-language and you will find solutions to your questions here.&#60;/p&#62;
&#60;p&#62;Enjoy,&#60;/p&#62;
&#60;p&#62;M.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>highvoltag3 on "Category Translation"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=19#post-44</link>
			<pubDate>Tue, 08 Dec 2009 04:50:01 +0000</pubDate>
			<dc:creator>highvoltag3</dc:creator>
			<guid isPermaLink="false">44@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;I know wp_list_categories(); exist but how can I use it for the above example.&#60;/p&#62;
&#60;p&#62;Thanks in advanced.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>highvoltag3 on "Category Translation"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=19#post-43</link>
			<pubDate>Tue, 08 Dec 2009 04:44:13 +0000</pubDate>
			<dc:creator>highvoltag3</dc:creator>
			<guid isPermaLink="false">43@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Is there a way to translate the category names? I'm not using the &#34;the_category&#34; tag to display the categories since I have a more specific need for the display I'm using &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
	$categories=get_categories();
	$category_posts=get_posts(&#38;#39;category=9&#38;#39;);
		foreach($category_posts as $post) {
		echo &#38;#39;&#38;lt;li&#38;gt;&#38;lt;a&#38;gt;guid.&#38;#39;&#38;quot;&#38;gt;&#38;lt;span&#38;gt;&#38;#39;.$post-&#38;gt;post_title.&#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;#39;;
		};
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So is there anyway to display the categories translated for each lang?&#60;/p&#62;
&#60;p&#62;BTW also where or how do I put each category in the .po file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yarongolds on "full version of the default template for xilitheme-select"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=18#post-42</link>
			<pubDate>Mon, 07 Dec 2009 20:08:35 +0000</pubDate>
			<dc:creator>yarongolds</dc:creator>
			<guid isPermaLink="false">42@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;I like the light version of your default theme default_4touch. Where can I get the full one?&#60;br /&#62;
I also noticed that there are possibilities to customize the functionality and not only the looks through options and parameters in files in the theme's php files. Is there any detailed documentation anywhere? (e.g. I can change the depth of pages hierarchies shown in the bottom menu through the footer.php file)&#60;br /&#62;
Thank you very much for your help. yg.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xiligroup dev on "xili-floom-slideshow : version beta 0.9.3 released and ready for extended class"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=17#post-41</link>
			<pubDate>Sun, 06 Dec 2009 09:26:26 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">41@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;&#60;strong&#62;New version of plugin xili-floom-slideshow is &#60;a href=&#34;http://dev.xiligroup.com/?p=1241&#34;&#62;released&#60;/a&#62;&#60;/strong&#62;. Gold parameters added : ready to integrate a new child class of Floom. Open to better events exchanged with theme UI. More modularity and possibility of setting. (Gold options are reserved for theme designer and webmaster with sufficient knowledge in php, js,…)&#60;br /&#62;
CAUTION: after upgrading, if &#60;code&#62;floom_subname&#60;/code&#62; is used in custom fields of some posts, to retrieve the images series, the wildcard must be wrapped with one or two chars ‘%’ as in **LIKE** of sql query. &#60;em&#62;(img% to find image file name beginning with img and %pict% to find image file containing pict, use only lowcase letter)&#60;/em&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xiligroup dev on "Help please"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=15#post-40</link>
			<pubDate>Thu, 03 Dec 2009 08:14:10 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">40@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Please read your email where we will continue to discuss...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hsclater on "Help please"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=15#post-39</link>
			<pubDate>Tue, 01 Dec 2009 12:00:21 +0000</pubDate>
			<dc:creator>hsclater</dc:creator>
			<guid isPermaLink="false">39@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Thanks for the response.&#60;/p&#62;
&#60;p&#62;1. The problem is, if you look at my site, when you click on another page e.g. accomodation, and then click on a language, it just takes you back to the homepage with the posts on. I want it to show that page, but in a different language. But you cannot have multiple posts on a page, so how can I achieve that?&#60;/p&#62;
&#60;p&#62;2. What I mean is, when a user visits the site, it shows all the posts on the homepage in all languages, until a language is selected. So, how can I set the default to just one language, and/or auto-detect the browsers language and just show posts in that language?&#60;/p&#62;
&#60;p&#62;3. Yes I am OK at HTML/PHP, I will try that, thanks.&#60;/p&#62;
&#60;p&#62;4. Thanks, this is just a website for a family member, but I am happy to pay for the support if we need it. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Horacio on "Force language on Homepage"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=16#post-38</link>
			<pubDate>Fri, 27 Nov 2009 19:46:21 +0000</pubDate>
			<dc:creator>Horacio</dc:creator>
			<guid isPermaLink="false">38@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Hello and thanks for the quick input.&#60;/p&#62;
&#60;p&#62;My frontpage is the index.php with custom loops, the first is at the header.php template and in this way: &#60;code&#62;&#60;/code&#62;&#60;code&#62;$my_query=new WP_query(&#38;#39;arguments&#38;#39;);&#60;/code&#62;&#60;br /&#62;
Testing the &#38;lt;?php print the_curlang(): ?&#38;gt; shows es_es (that's, indeed, the lang of the latest post introduced in the wp system) but I would like to force always the first visit to be in gl_es (galician).&#60;/p&#62;
&#60;p&#62;I would like to know the quote for this kind of assistance (although I would like the solution to be made public)&#60;/p&#62;
&#60;p&#62;Greets
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xiligroup dev on "Force language on Homepage"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=16#post-37</link>
			<pubDate>Fri, 27 Nov 2009 15:53:16 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">37@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;if home is a page.php, some infos can be found here : &#60;a href=&#34;http://dev.xiligroup.com/?p=851&#34; rel=&#34;nofollow&#34;&#62;http://dev.xiligroup.com/?p=851&#60;/a&#62; (not yet in english...)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xiligroup dev on "Force language on Homepage"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=16#post-36</link>
			<pubDate>Fri, 27 Nov 2009 15:40:19 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">36@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;&#34;xiliml_cur_lang_head&#34; is the filter name usable in your functions.php..&#60;/p&#62;
&#60;p&#62;According to your CMS and your To prepare your specific php  function  (and the add_filter ...) you must prepare with these questions :&#60;br /&#62;
what is the template file called as home : a page, a home or index.... ?&#60;br /&#62;
what is the first called loop ? what display the result of the_curlang() xili-language function placed at top... (for tests...) ?&#60;/p&#62;
&#60;p&#62;Soon,&#60;/p&#62;
&#60;p&#62;NOTE : If your website is commercial, xiligroup can provide (a short)  technico-commercial assistance...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xiligroup dev on "Help please"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=15#post-35</link>
			<pubDate>Fri, 27 Nov 2009 15:25:47 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">35@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Thanks for your large questions.&#60;br /&#62;
1 - Pages like Posts can be linked to a language in Edit by using language sidebox&#60;br /&#62;
2 - I am not sure to understand what you mean. If a post is linked to a language, and if a language completes a category selection, only posts of this category and this language are shown.&#60;br /&#62;
3 - In the default widget, the name is associated with the flag... Are you php/html aware ? If yes, it is possible to add a hook filter in the functions.php of your theme to personalize your display... visit the xili-language category inside the &#60;a href=&#34;http://dev.xiligroup.com&#34; rel=&#34;nofollow&#34;&#62;http://dev.xiligroup.com&#60;/a&#62; .&#60;br /&#62;
4 - xili-DICTIONARY is the online tool to TRANSLATE datas saved in your DB. (categories names,...) or others (ex description) that you have to add by hand.... read carefully docs&#60;br /&#62;
If your website is commercial, xiligroup can provide technico-commercial assistance... (around half a day).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Horacio on "Force language on Homepage"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=16#post-34</link>
			<pubDate>Fri, 27 Nov 2009 15:09:33 +0000</pubDate>
			<dc:creator>Horacio</dc:creator>
			<guid isPermaLink="false">34@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Hello&#60;br /&#62;
I have a page with custom loops set as homepage.&#60;br /&#62;
The Xili_plugin set the default lang to the last post one. I want to force &#34;always&#34; the homepage to be in the default lang until the user select what language s/he wants.&#60;/p&#62;
&#60;p&#62;I've tried to set the homepage to the default lang I want in the plugin panel settings but it stills sets the whole site to the last post lang (until user select another, of course), and it could be that the custom loops are messing the whole thing...&#60;/p&#62;
&#60;p&#62;Looking at plugin's code I sense that has something to do with 'xiliml_cur_lang_head ()'&#60;br /&#62;
and the $curlang, but have no idea on how to override (filter?) that, and forced a default lang (imn my case &#34;gl_es&#34;)in my functions.php file.&#60;/p&#62;
&#60;p&#62;Any help would be appreciated.&#60;br /&#62;
Thanks for this great plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hsclater on "Help please"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=15#post-33</link>
			<pubDate>Wed, 25 Nov 2009 23:29:58 +0000</pubDate>
			<dc:creator>hsclater</dc:creator>
			<guid isPermaLink="false">33@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;I have a website at &#60;a href=&#34;http://www.lavignasse.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.lavignasse.co.uk&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The plugin is working OK, however I have some problems:&#60;/p&#62;
&#60;p&#62;1. I would like to show pages in other languages, and not just posts. So clicking on a language on any page will show the version for that page, and then that will be set for the rest of that visit.&#60;br /&#62;
2. If I add another post, by default it shows both languages, until a language is selected.&#60;br /&#62;
3. How can I remove the language text, and just have 3 flags to click on. I am currently using the widget, but will probably remove it to have in the header.&#60;br /&#62;
4. How can I also translate the menus? Do I need to use xili-translate.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xiligroup dev on "Embedding xili-floom-slideshow in wordpress post"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=14#post-32</link>
			<pubDate>Sun, 22 Nov 2009 17:05:57 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">32@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;An example is published in this article &#60;a href=&#34;http://dev.xiligroup.com/?p=1301&#34;&#62;http://dev.xiligroup.com/?p=1301&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Good work !&#60;/p&#62;
&#60;p&#62;M
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xiligroup dev on "Embedding xili-floom-slideshow in wordpress post"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=14#post-31</link>
			<pubDate>Sat, 21 Nov 2009 07:55:00 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">31@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Documentation is on the road... Be patient.&#60;br /&#62;
On the demo page, the custom fields are not used. Only the floom.css (and his bg.jpg) is adapted to the theme and uploaded inside a sub-folder floom/css/ inside the current theme folder. The modifications concern essentially size and padding because the original delivered by Oskar is very big.&#60;br /&#62;
Thanks for your trust...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lenny23 on "Embedding xili-floom-slideshow in wordpress post"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=14#post-30</link>
			<pubDate>Sat, 21 Nov 2009 07:29:24 +0000</pubDate>
			<dc:creator>Lenny23</dc:creator>
			<guid isPermaLink="false">30@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Thanks so much for making xili-floom-slideshow, looks realy beautiful at the demo page.&#60;br /&#62;
Just am looking for a discription what parameters are required in customs field of a post? Thanks for any help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xiligroup dev on "Get all tags from Group"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=13#post-29</link>
			<pubDate>Sat, 14 Nov 2009 20:46:39 +0000</pubDate>
			<dc:creator>xiligroup dev</dc:creator>
			<guid isPermaLink="false">29@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;If your question concerns tags cloud... the xili function uses the same core parameters as &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/wp_tag_cloud&#34;&#62; wp_tag_cloud&#60;/a&#62; as explained in readme...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joern on "Get all tags from Group"</title>
			<link>http://forum.dev.xiligroup.com/topic.php?id=13#post-28</link>
			<pubDate>Sat, 14 Nov 2009 20:11:21 +0000</pubDate>
			<dc:creator>joern</dc:creator>
			<guid isPermaLink="false">28@http://forum.dev.xiligroup.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
i try to get all tags from one group…&#60;br /&#62;
Is it possible to get them in a array, without any HTML-Stuff, so i can use it in a foreach()-function?&#60;/p&#62;
&#60;p&#62;thanks Jörn
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
