Loading...
 
Features / Usability

Features / Usability


want to have a module display only acticles of topic "x"

posts: 14 Canada
I use the "articles" module assigned to anonymous users (right side) to show the last 5 articles to anonymous users. However, I want to be able to put up articles that are hidden from anonymous users. Is there a way to make a module display only articles with topic "x"? (in my case "public")
posts: 1092

you have the param topicId=your_topicID you can add in the admin modules panel on the line params

This morning I added in 1.9 CVS a param topic=your_topic_name (topic=public) because the topicId is not a all friendly (I didn't find a way to know the value except to go in the database)
sylvie


posts: 14 Canada
thanks sylvie. I know how to filter articles. what I don't know is how to display them in a module.
posts: 1092

mod_articles?
insert it in admin/modules