Hello everyone,
The previous site I created in ModX had a pretty steep learning curve (for me
) to develop. My second one I’m gliding through quite nicely.
I am however stuck on something with NewsPublisher.
When publishing a news item, I simply want a custom template using the &template parameter. The problem is that no matter what template I reference with this parameter, even if it’s the default template, it publishes the content on a blank page. Though if I leave the &template out, it happily publishes the item on to the default template.
My code is as follows
[!NewsPublisher? &template='WymondhamNews' &folder=`6` &makefolder=`1` &formtpl=`BlogForm` &rtcontent=`tvblogContent`!]
Any help would be appreciated.