Ss_Sins_Insight wrote on 04 Dec 2009 21:15
Ok, Im trying to make a forum that has multiple nested threads, three in total. So I want each thread to show (if it has any) its parents + their siblings, grandparents + their siblings, and great-grandparents + their siblings in collapsible listpages. To do this i decided to use CSI and live templates. As I copied the forum of lieger's nocomment concept, there are only sections and threads, which i am going to turn into level one threads and level two threads, respectfully, and add level three threads.
Edit: I realize the problem and the reality that this design is probably not going to work so im changing it to a less demanding one.
The problems are that I'm trying to include the parent's display of the section into its threads, but because of the specific CSI its not showing up on the section because its hidden and its not showing up correctly on the threads, the threads say:
Parent page "
====
" does not exist.
test (closed) | By Ss_Sins_Insight | 1 Comments | 05 Dec 2009 02:20 |
Why are you putting a content break '====' inside the parent argument? What makes you think this will give any kind of sane result?
Portfolio
Because it breaks the listpages module into two contents, three and four, which allows an automatically input variable, parent_fullname, that live templates read. It actually works in the sections, but when I tried to include it in threads from their parent sections, it would not copy as I intended it to.