This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

how to set the default to not place the news aticle on the main page


avatar
awebstore 0
From: -
how to set the default to not place the news aticle on the main page

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.

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
avatar
Administrator
1340
From: 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:

        MkSelect ("$words[SNM]", "mainnewsonly", "1");

to

        MkSelect ("$words[SNM]", "mainnewsonly", "0");

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.