Quote:
Originally Posted by Lynne
|
And that's a short guide?
Geez... I just spent almost an hour going through it and trying it out without any success.
Tsk, why does this have to be so darn complicated...
Hmm, how can I extend that $pub_view array to be available to other templates, not just vbcms_edit_publisher (as defined in content.php) in an easier manner...
--------------- Added [DATE]1295989658[/DATE] at [TIME]1295989658[/TIME] ---------------
It seems that I am having some issue with spitting out the value in the front-end as well... adding that code to
vbcms_content_article_page prints out nothing.
Seems the root of the problem is $view->FIELDNAME = $this->content->getFIELDNAME(); in the plugin attached to vbcms_article_populate_start... as if I change that $view->FIELDNAME value to a constant, I get a value out on the front-end and in all the other templates (weird). If I leave it as $this->content->getFIELDNAME(), it ends up blank.