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 disable "Bump this news story" option.


avatar
ReviewStud 135
From: -
How-to disable "Bump this news story" option.

When I go to edit a news story, this option is always highlighted. I always forget to deselect it before I submit the story. Is there a way to reverse this?

Thanks,

ReviewStud

Notice

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

Responses to this topic


1 Re: How-to disable "Bump this news story" option.
avatar
12
From: -
Thanks for reply

This option will push a story back to the top

It's a great function! Many thanks for the answer. Smiling Face
1 Re: How-to disable "Bump this news story" option.
avatar
Editor
0
From: -
This option will push a story back to the top
1 Re: How-to disable "Bump this news story" option.
avatar
12
From: -
What's the function of "bump this stroy"?

I do not find any difference whether I checked or unchecked on "bump this story". What's this for?
1 Re: How-to disable "Bump this news story" option.
avatar
Editor
0
From: -
You need to change the following in /cadmin/news/admineditstory.php:

           $input_url_tag = 1;

$input_url_get = 1;
$input_bump = 1;


to:

          $input_url_tag = 1;

$input_url_get = 1;
$input_bump = 0;

Notice

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