MyBB Community Forums

Full Version: AutoSticky
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Not a plugin per say, but actually a task.

This task will make popular threads stickied. Popular threads are defined by values you make in the task file.

Download autosticky.php.

Edit it and where it says

	$autoconfig['views'] = 1000;
	$autoconfig['replies'] = 100;

change the values to whatever you want them to be.

Upload the file to ./inc/tasks

Go to ACP>Tools & Maintenance>Task Manager>Add New Task and add autosticky.php as a task.


Set a time interval for it to be performed and there you go!

More advanced features, such as forum specific settings, may be in the future.
Very cool! Smile
We need more task oriented plugins imho.
That's actually a really cool idea. That could be extremely useful in certain areas! Nice one Paul.
Fantastic.
Can it be done with the Remaining time for the thread to be closed...

For example if the thread would be closed within 2 days..
One the last day the Thread should be sticky Smile but for specific groups..not for all..

Im using the Posts Expire / Closing Threads Created by Lukasz Tkacz

Please let me know..

Very cool idea Paul.
Nice idea, is definitely going to be helpful.
(2012-03-26, 08:42 AM)hefind Wrote: [ -> ]Can it be done with the Remaining time for the thread to be closed...

For example if the thread would be closed within 2 days..
One the last day the Thread should be sticky Smile but for specific groups..not for all..

Im using the Posts Expire / Closing Threads Created by Lukasz Tkacz

Please let me know..

Paul Please tell me if it is possible by some edits??
Not easily, no. This is a very simple task and what you're asking for is rather complex.
Pages: 1 2