how to set the default to not place the news aticle on the main page
awebstore 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: how to set the default to not place the news aticle on the main page
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
how to set the default to not place the news aticle on the main page
You could set "Show this news on main site?" => No for each news. To make this the default, you need to change the following line in mod_news.php:
to
You could set "Show this news on main site?" => No for each news. To make this the default, you need to change the following line in mod_news.php:
MkSelect ("$words[SNM]", "mainnewsonly", "1");
to
MkSelect ("$words[SNM]", "mainnewsonly", "0");
How can I turn off the current default to add the new new article to the main page? I want to limit all new articles to their respective categories but not to the main page.