Info:
Let members on your forums have their own 'personal' sticky thread. People sticking a thread using this function will have the thread only appear 'stuck' to them (and if its a 'real' sticky thread). See screenshots for the obvious
Tested on:
3.5.0 - OK
3.5.1 - OK
3.5.2 - OK
3.5.3 - OK
3.5.4 - OK
Features
- Neat icons!
MAKE A BACKUP
I will not be held responsible for any damage this hack causes to your forum.
This hack is NOT supported. If you get support, consider yourself lucky.
I reserve the right to REMOVE the hack at any time without prior notice.
Please keep any bug reports in this thread.
History 1.0.3b (to upgrade reimport product xml IMPORTANT)
Bugfix
- Fixed a bug that would give SQL errors if someone didnt have personal stickys. 1.0.3 (to upgrade reimport product xml and apply file edits)
Bugfix
- Fixed "The stickied thread will be stickied to the top of its own page, not the first page per see.". It will now be stickied to the first page (I have NOT tested this on different settings due to lack of time). 1.0.2 (to upgrade reimport product xml)
Feature
- Redirect on stick/unstick selection 1.0.1 (to upgrade reimport product xml)
Bugfix
- Fixed an error that would appear in UserCP and in the subscriptions area if you had subscribed threads. 1.0.0
Initial release
A member is reporting that even though they have stickied a thread, once the most recent reply exceeds what is on page one, it then dissapears.
This and the other issues reported that are related should be able to be fixed by modifying this:
Code:
==== Find in FORUMDISPLAY:
$threadbits
==== Add above
$threadbits_personalsticky
to this and it wiil list Forum Stickies then Personal Stickies then normal threads:
Code:
==== Find in FORUMDISPLAY:
$threadbits_sticky
==== Add below
$threadbits_personalsticky
or to this and it wiil list Personal Stickies then Forum Stickies then normal thread
Code:
==== Find in FORUMDISPLAY:
$threadbits_sticky
==== Add above
$threadbits_personalsticky
The attached image is of the first option. Oh, I also have a slight modification running that shows the old seperator bar, if you want it I found it on here somewhere
Existing bugs
23/12/05
- The stickied thread will be stickied to the top of its own page, not the first page per see. I think I found a fix, but it requires a code edit. Looking for other options.
This and the other issues reported that are related should be able to be fixed by modifying this:
Code:
==== Find in FORUMDISPLAY:
$threadbits
==== Add above
$threadbits_personalsticky
to this and it wiil list Forum Stickies then Personal Stickies then normal threads:
Code:
==== Find in FORUMDISPLAY:
$threadbits_sticky
==== Add below
$threadbits_personalsticky
or to this and it wiil list Personal Stickies then Forum Stickies then normal thread
Code:
==== Find in FORUMDISPLAY:
$threadbits_sticky
==== Add above
$threadbits_personalsticky
The attached image is of the first option. Oh, I also have a slight modification running that shows the old seperator bar, if you want it I found it on here somewhere
This solution you come with doesn't fix what drumsy said.
This will only change the order of appearance (forum-sticky / own-sticky / threads)
What Drumsy was telling:
Once I want to personal stick a thread located at page 2 it only will show up as a sticky at page 2, and not at page 1, which forum-sticky does.