Hi, I am trying to have an 'article menu' instead of 'category menu' in one of my sites (have a look: http://www.idejusrautai.lt/example.html, the list on the left, and the category menu is on the top).
JensZ news flash RT would suit me, but there I need to set category ID manually, resulting in at least 5 templates of the site just for that.
Are there any ways of creating an 'article menu' or any other form of article list, present in current (active) category? displaying that list in {CONTENT} part doesn't fit...
problem: List of articles in current category
Re: problem: List of articles in current category
Just to clarify... you ~must~ mean 'content part' menu instead of 'article' menu?sparks wrote:Hi, I am trying to have an 'article menu' instead of 'category menu' in one of my sites
(Because a 'category' is intended to be an 'article' made up of 'content parts'.)
Re: problem: List of articles in current category
well... not really. I have a structure like this:DeXXus wrote:Just to clarify... you ~must~ mean 'content part' menu instead of 'article' menu?sparks wrote:Hi, I am trying to have an 'article menu' instead of 'category menu' in one of my sites
(Because a 'category' is intended to be an 'article' made up of 'content parts'.)
Home
ArticleH1
ArticleH2
Category1:
Article11
Article12
Article13
Category2:
Article21
Article22
Article23
And what I want to have is the list of articles (headlines) displayed in the left column, when certain category is selected from menu.
A content part "article menu" gives me a pretty decent look, but I can't put it outside the {CONTENT} block
BTW: it seams like newsflash mod doesn't work on phpwcms130?
workaround made
Well, i used {Show_content} RT to display 'article menu' CP's, created specifically for this. 6 templates though. If there was a solution to display those article headlines automatically, would have needed only one template (just need to be smth like {article_list_current} )