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
But when plugin/Hook system is disabled i get this error when i try to login each section of my forum
Quote:
Database error in vBulletin 3.5.2:
Invalid SQL:
SELECT threadid, lastpost, open
FROM thread AS thread
WHERE forumid = 3
AND (sticky = 1
OR threadid IN ())
AND visible IN (0,1,2);
MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '))
AND visible IN (0,1,2)' at
can you fix this problem?
its really a big problem when you disbale a plugin your forum wont be working again
I installed this but the pin icon isn't showing up next to the threads. I uploaded the pics and then installed... the 'Stick this thread' icon shows fine, but not the pin.
Hi: This looks like a pretty cool addition to my vB I was wondering, how would one "market" this feature? In other words, what can it be used for? Do you create a special forum only with people's sticky's on them, like a sticky board? Anyone like to share how you use this on your board? Looking for suggestions. Thanks
it's not working on my board :ermm: i've done everything what's in the readme but when i press "stick the thread" it's a short loading but nothing happens?
I know, but I really hope some day it will include a 'list my personal sticky threads' link in the usercp
I hope too
And I was trying to call the list of forums what were marked as stiky and I had managed to show it with two SQL queries and some other code. Like this
PHP Code:
SELECT threadsticky FROM user WHERE userid='$the_user_I_want' ORDER BY username ASC
And this
PHP Code:
SELECT threadid,title,lastpost,lastposter FROM thread WHERE threadid = $fa ORDER BY lastpost DESC
Where $fa takes the list of threadids who had marked and $the_user_I_want is my problem because I don?t know how to take the $userid at the same time that I do the rest of it
The only step left is to put this into the userCP whit a plugin, template change, or editing the usercp.php but its out of my range, I do some tries without success
?Any one could help me with some clue?
Thanks for your help, and thanks for the hack, its really good