I'm not certain if this post should go here or under the module board, so if it's the wrong place, my apologies.
In anycase, I have installed Tim's awesome datefolder package and it's working like a charm. Now, for the datefolder doctypes this packages makes, I added a template. I then made an XSLT macro that will list all childnodes to work as an archive system.
So the situation is now as follows, I made a newsItem, which got placed in the datefolders, making my content section look like:
News |_2010 |_4 |_23 |_test
Now, the maco is displaying correctly on the 2 templates I made for News and test (though it just shows an empty ul on test of course). But the datefolder template just shows a blank page. Even if I just put text in the template.
Make sure that the template is selected on your content node. Make sure and republish it as I have seen it where the correct template is selected in the content node but the umbraco.config file is messed up and not updated correctly. You may also try 'Republish entire site' or deleting the umbraco.config file so that it is rebuilt. Also, make sure your ContentPlaceHolderID is the same as what is set in your master template.
Template not showing contents
I'm not certain if this post should go here or under the module board, so if it's the wrong place, my apologies.
In anycase, I have installed Tim's awesome datefolder package and it's working like a charm. Now, for the datefolder doctypes this packages makes, I added a template. I then made an XSLT macro that will list all childnodes to work as an archive system.
So the situation is now as follows, I made a newsItem, which got placed in the datefolders, making my content section look like:
News
|_2010
|_4
|_23
|_test
Now, the maco is displaying correctly on the 2 templates I made for News and test (though it just shows an empty ul on test of course). But the datefolder template just shows a blank page. Even if I just put text in the template.
Here's my template:
It's the exact same on all three. I am using Umbraco 4.0. The windows version is server 200.
I hope someone can shed some light on this. Thanks.
-Ferdy
I could still use an answer to this :(
Make sure that the template is selected on your content node. Make sure and republish it as I have seen it where the correct template is selected in the content node but the umbraco.config file is messed up and not updated correctly. You may also try 'Republish entire site' or deleting the umbraco.config file so that it is rebuilt. Also, make sure your ContentPlaceHolderID is the same as what is set in your master template.
Republishing the site solved it. Thanks :)
is working on a reply...