How-to disable "Bump this news story" option.
ReviewStud 135
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 disable "Bump this news story" option.
k2k4 12
From: -
From: -
Thanks for reply
It's a great function! Many thanks for the answer.
This option will push a story back to the top
It's a great function! Many thanks for the answer.
1 Re: How-to disable "Bump this news story" option.
Philipp Esselbach
From: -
Editor
0From: -
This option will push a story back to the top
1 Re: How-to disable "Bump this news story" option.
k2k4 12
From: -
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?
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.
Philipp Esselbach
From: -
Editor
0From: -
You need to change the following in /cadmin/news/admineditstory.php:
to:
$input_url_tag = 1;
$input_url_get = 1;
$input_bump = 1;
to:
$input_url_tag = 1;
$input_url_get = 1;
$input_bump = 0;
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