Quote:
Originally Posted by drumsy
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