|
Paul Daley
Topic creator
registered since: 08/17/2010
Posts: 21
|
Hi,
I'm trying to get the SPEAKER_SERMONS subpart working for use in TEMPLATE_SPEAKER_BRIEF i.e. so clicking on a speaker gives a list of all their sermons. I've added the following:
<!-- ###SPEAKER_SERMONS### begin -->
<p><!--###SERMON_LINK###-->###SERMON_TITLE###<!--###SERMON_LINK###--></p>
<!-- ###SPEAKER_SERMONS### end -->
When this is rendered I can see lots of empty paragaraph tags, which would correspond to the sermons linked to this speaker, but the markers are just blank.
What else do I need to do? Is there another subpart marker that I need to use?
Thanks,
Paul.
|
|
Jeff Segars
registered since: 12/20/2004
Posts: 665
|
Hey Paul,
I tried to test this out using your template snippet and surprisingly enough it seemed to work ok for you. If you add a bit of static text to the subpart does it show up? Do the number of occurrences match with the number of sermons you'd expect?
Trying to think why our two setups would behave differently...
Thanks,
Jeff
|
|
Paul Daley
Topic creator
registered since: 08/17/2010
Posts: 21
|
Hi Jeff,
Yes adding static text does show up and the number of occurences do exactly match the number of sermons linked to that speaker.
I'm running typo3 4.4.7 and wec_sermons 0.10.2.
Is there any other debugging I can do on this?
Much thanks,
Paul.
|