JulianD
03-24-2010, 09:24 PM
Inside a widget I can use $this->content to access some of the properties of the displayed item like the author, title, etc.
My question is, how can I access the value of the 'Display Author' ($showuser) property?. In /packages/vbcms/item/content.php I see a public method called getShowUser() and that's exactly what I need inside my widget but I don't see that method being part of $this or $this->content when I'm inside a widget.
Is there any other way to do this?
My question is, how can I access the value of the 'Display Author' ($showuser) property?. In /packages/vbcms/item/content.php I see a public method called getShowUser() and that's exactly what I need inside my widget but I don't see that method being part of $this or $this->content when I'm inside a widget.
Is there any other way to do this?