Hello,
Sorry for late answer.
Ceson: Thank you for suggest, as for plugin's, my bad is none seems helpin' me, and as for Drupal, maybe I'll give it a try, not sure who's simple between Drupal and Wordpress, but I'll try managin' Wordpress for now, thank you anyway ;)
bekar09: Thank you :) ... this is exactly what I was searchin' for, this plugin' is really simple to understand, and highly customizable, I learnt a lot from it ... now, I heavily modded it to suit my needs.
I just need a function to automatically add "language" flags on top of posts (the flags, not the "name" of language which is easily doable).
greenshady: Thank you very much, even if this plugin' doesn't suit me (non-hierarchical taxonomies), I learnt a little from it, to correctly register my "top" taxonomies ("Audience" and "Languages").
So, just for people who need a hint on that, here are my ways of work:
- Looked for "register_taxonomy" in the recent WP2.8
- Registered two hierarchical taxonomies (languages & audience), and registered their "sub" taxonomies (a list of languages, and private/pro for audience).
- With Mod-Rewrite, I had "nice" urls.
- Changed permalinks for "Pages" to redirect to my Audience (we can also have a page as a container for our taxonomies, or event just have the same name in "slug" for page/taxonomy ... the taxonomies have always priority on pages, it will show you a list of posts instead of the page).
- Added a simple "text" widget, with flags redirecting to my language taxonomies.
This is it.
A temporary test/demo blog is here to see features at: http://Einho.co.cc
I still miss two functionalities thought:
1) Automatically add the "flags" of language on top of any post (just like Categories/Tags are added ... but only the Flag image is displayed, not a full text).
2) Crossover taxonomies ... so, when someone hits any taxonomy, than another, this will be like the search filters "and" ... for eg, I click "News" category, than "Adobe" tag, I don't want to see every post tagged "Adobe", but only those filled under "News" category.
For the "1", I know this can be done manually by adding some HTML in the head of the post. but any idea how to do this automatically?
For "2", I don't have a clue.
Ha ha, weird those taxonomies ^^°.
Thank you everyone, I hope I helped even a little by giving a clue for those who want taxonomies as well.
Sincerely.