Forum Replies Created
-
AuteurArticles
-
Thanks – the forgotten echo is erased …
If you are happy, don’t forget to add some stars and a small texte in http://wordpress.org/extend/plugins/xili-tidy-tags/ !
And also, if necessary and appreciate more music or other shareware, you can use « donation link » freshly installed in dev.xiligroup.com front-page…
Also, send me your link in contact page (not public)..
Michel
Dev Team
19 October 2009 at 19:04 in reply to: xili-language – version 1.1.8 – une nouvelle bibliothèque et plus… #1114La nouvelle version de xili-language 1.1.8 est plus particulièrement destinée aux créateurs de thèmes et aux webmasters expérimentés (connaisseur en php). Elle donne accès à une série de nouvelles fonctions et à un répertoire qui contient des fonctions ‘partagées’ qu’il n’est plus nécessaire de mettre dans le fichier functions.php de chaque thème. A partir de cette version, l’extension xili-language comme xili-tidy-tags est testée sur le prochain wordpress 2.9-rare.
Le texte en anglais est déjà [linkpost lang="en_us"]disponible[/linkpost]. Le lien précédent est écrit via un shortcode expliqué dans ledit article.
[linkpost lang="en_us"]disponible[/linkpost]
Cette extension xili-tidy-tags qui range en sous-groupe les mots a maintenant une balise de thème (template tag) pour afficher dans la boucle, attaché à un article, ses mots clés d’un sous-groupe pertinent (ou plusieurs) : xili_the_tags().
Il y a plus de détails techniques dans l’article en anglais et dans l’article de xili-tidy-tags.The plugin xili-tidy-tags which groups tags is updated. It now includes a template tag similar to the_tag() named xili_the_tags() to display sub-groups of tags attached to a post in a loop.
The key of this template tag is the fourth parameter – an array containing params as in wp_get_object_terms of wp taxomomy.
A new key sub_groups is added to sub-select groups of tags attached to a post in the loop.
For developers :
Soon, I hope to comeback to this original template tag ‘the_tags()’ because it a result of a stacking of functions very not easy to hook… so I need to create this new xili-tidy-tags() to insert in template.Hello David !
Be informed that a new release (1.1 – not yet current ) is available here
http://wordpress.org/extend/plugins/xili-tidy-tags/download/
See also read me…
In loop, the template tag
the_tags()
namedxili_the_tags
is now able to sub-select tags for the current post from sub-groups.Example of code :
xili_the_tags('',' • ','',array('sub_groups'=>array('trademark', 'software')));
With these parameters, only tags from subgroups ‘trademark’ & ‘software’ are displayed in loop with each post (use slug of terms)
It was not possible to powerful hook the current function the_tags() so it was necessary to create a new one but with a great fourth used in taxonomy functions…
If your tests are good, I will add this release as current. (and you will have few something to do !!!)
Your demand is good. To enrich the template tags list (now only for sidebar or widget) I will add a hook or a new template tag to do that sub-selection for one post in the loop… Be patient – hope to release a new version in around (or less than) one week.
M
I plan to release a new version soon. What do you think of a dated based query of a series of posts assigned to a old category ? Is your site a commercial site or a personal site ?
Your question (from contact form – later, plesae use this forum
Hi,
Im triying your marvellous multi-languaje plugin and I need some support.
Im having some problems with install because I have almost 10.000 posts and If I install plugin after that I cant search because I thing the add on the permalink.
Example:
BEFORE
AFTER
http://www.your.domain.tld/&lang=es_es
I think the problem is that old post havent tag languaje on the database…
The question is: How can I tell to database all my post are on the default languaje es_ES and do a massive configuration…
Else I cant use the plugin because the old post havent languaje configurated.
Regards,
xiligroup dev answer
Effectively it is possible to make a small php script to assign a language to your old posts as a temporary plugin… but now xili-language is workable only for the new posts…
Tell me if you are php easy writer or not ?
M
Your question (in contact page – later please use this forum)
Hello,
For some reason, the cloud tags limit itself to 45 tags. How can I get it to show all the tags of a category, without any limitation ?
Regards,
Eddy
answer
Xili-language uses hook to insert languages sub-selection… but another parameters (here number) of current template tags are available as described here in wp codex: wp tag cloud
Very shortly… it is not justify to assign a language to one category… because in one category (by example animals) you can have posts in one lang and another pots in other lang… it is basic in taxonomy….
-
AuteurArticles