[[!NewsPublisher? &show=`pagetitle,price,curency,airline,details,published,menuindex` &required=`menuindex,pagetitle,price,curency,airline,details` &parent=`8` &template=`parent`]]
[[!NewsPublisher? &show=`pagetitle,price,curency,airline,details,published,menuindex` &required=`menuindex,pagetitle,price,curency,airline,details` &parent=`47` &template=`parent`]]
The front-end user is the admin user (should have all the permissions).
It sounds like your front-end user might not have all the necessary permissions. Is the resource or the parent in any resource groups that might be protected?
Context: web, User Group: (anonymous), Authority: 9999, Access Policy: Load Only; and Context: web, User Group: Administrator, Authority: 0, Access Policy: Administrator;
Context: en, User Group: (anonymous), Authority: 9999, Access Policy: Load Only; Context: en, User Group: Administrator, Authority: 9999, Access Policy: Resource; Context: en, User Group: Administrator, Authority: 9999, Access Policy: Administrator;
Principal 1 does not have permission to load object of class modContext with primary key: en
[[!NewsPublisher? &parentid=`338` &template=`parent` &tinyheight=`600px` &initrte=`1` &rtcontent=`1` &aliastitle=`1` &show=`pagetitle,longtitle,pub_date,unpub_date,content,author,author2`]]
Xaecoder and I are working on the same site. Changing it to use a list-view single select changed the NewsPublisher form field to a select box, which is a step in the right direction. But the only item in the select box is this:
Try changing the TV input type to listbox (single-select) or listbox (multiple-select).
@SELECT `pagetitle` AS `name`,`id` FROM `modx_site_content` WHERE `parent` IN(22,31) ORDER BY `pagetitle` ASC