2 users online. Create an account or sign in to join them.Users
[SOLVED] Subsections with select box links don't show up in my XML
This is an open discussion with 4 replies, filed under Troubleshooting.
Search
the part after "there is just" got lost. My bad:
<blogpost>...<entry id="18"> ... </entry> ... </blogpost>
- Make sure you're using Select Box Link fields, not select boxes
- Make sure you've enabled the "Include a count of entries in associated sections" checkbox in the data source editor
Whoot, thank you!
Indeed i did forget to check "Include a count of entries in associated sections" in my Blogpost Datasource :D
No probs :)
Create an account or sign in to comment.
Hi everyone, I'm quite new to Symphony CMS, but as far as I can see, it is a fantastic framework to build custom Sites on.
I'm trying to build a small Blog, nothing special, and ran into a wierd problem: I have created three sections, "blogposts", "blog comments" and "blog images". The latter two are linked to "blogposts" and show up properly in the backend, however, in my XML, where it shoud look like this
<blogpost> ... <entry id="18" blog-comments="0" blog-images="0" /> ... </entry> </blogpost>there is just ` ... ... ...
Am I missing something here?
Kind regards, Thomas