Does this help?
Hmm first I have to say; I really like your mod
Regard the way to solve what Im looking for - I fint it a litlle durty
The cool solution would be controled by Reptags:
Let say we have a Categori with ID 1 called "adress" like this:
"adress" ID=1
Field 1 Name
Field 2 Adress
Field 3 Phone
Field 4 Email
To print it all out now we can use: {EXDATA:1:front.template.php:0}
But If I only wanted to print the phone number it could be cool if you could do it like this:
{FIELDDATE:article_id:template:field_number}
So {FIELDDATE:1:front.template.php:3} In the above example would print out the phone number
Why do I need this.
Well, if you have a user that can't edit the template then you could let the users personalize his design via this mod - by precreate some catogories into where the user can add his own data: Like phono-number etc.
Then the superadmin of the site can create a template in where he puts reptags like {FIELDDATE:article_id:template:field_number} to insert the phono number, email adress or what ever! Do you see the sense?
In future version of phpwcms you will have gruops settings etc. So you can be a superadmin - and then eg disable some features for your customer. But by using this mod the right way you can let the user personalize his design without having acess to template... that could be very cool, counn't it?