Forums / Setup & design / Page/object created by
Zinistry Vacana
Monday 19 May 2003 8:10:10 am
I've set up the ez publish site, and can see that there's a Published by field at the bottom of some pages. After another person updated it, the creater of the page still is visible.
Anyone know how I can get the editor's name instead of the creator of the object?
Tried to check the database-diagram, but ..no.. In the file it says: node.object.owner.data_map... and displays .owner.nameIf possible, it would be better with modfier.name or something.
Have a nice start at the week!
Jo Henrik Endrerud
Tuesday 20 May 2003 10:16:23 am
You should learn to use the |attribute(show) function to see what attributes are available.
Try {$node.object|attribute(show)} in a template and you will see all attributes you can access. Maybe modifier is on the list (I can't rcheck this out right now)
Jo Henrik Endrerud | System Developer @ Seeds Consulting | http://www.seeds.no
Wednesday 21 May 2003 12:27:14 am
Hi! I've used the view attribute thing, and I see that a modifier_id is available, but how do I call the modifiers name through the modifier_id?With sql or?
Didn't fant anything on this in the sdk..like cross-sql'ing with the eZ language to retrieve data-field.
Have a nice week all of you :)
Norman Leutner
Wednesday 16 February 2005 12:09:17 am
{$node.contentobject_version_object.creator.name}Will display the creator of the contentobject version.
Mit freundlichen Grüßen Best regards Norman Leutner ____________________________________________________________ eZ Publish Platinum Partner - http://www.all2e.com http://ez.no/partners/worldwide_partners/all2e_gmbh
K259
Monday 20 March 2006 3:46:29 pm
What is the sql to list modifiers of objects which are published in the system? (all objects from ezcontentobject with the correct version and the one which is published and not draft).
Hope someone can help.