Version: 1.0.3c, by Kaelon
Developer Last Online: Jan 2023
Category: End-User Options -
Version: 3.7.2
Rating:
Released: 08-28-2008
Last Update: 08-28-2008
Installs: 86
DB Changes Uses Plugins Template Edits
Code Changes Additional Files
No support by the author.
What are "Personal Sticky Threads"?
Personal Sticky Threads (aka "Personal Stickies") is an Add-on for vBulletin that will allow your users to sticky threads that only they will see as stickied; these "personal stickies" will appear beneath normal sticky threads. This Hack was originally designed by Mephisteus for vBulletin 3.5, and re-released (with his permission) for vBulletin 3.7.x. This hack requires a couple of File Edits, and should be attempted by those who are comfortable editing vBulletin source files. That said, I have included modified detailed instructions that should make installation straight-forward and easy.
Special thanks are owed to Mephisteus, for allowing an updated re-release for vBulletin 3.7, and to john1744 and zendive for improving upon the query alterations. As I typically disclaim with my other Add-ons, I am generally a neophyte at this sort of stuff and I tend to modify hacks and tinker with pre-existing code to get the results that I want. That said, please use this discussion thread as a community-support and mutual learning opportunity.
Finally, if you like this hack and install it, please:
Installation is straight-forward. Simply download the attached archive, decompress on your local hard drive, and review the Installation.txt file for the specific steps. There are, broadly, four steps:
Import product-personalsticky.xml
Upload the two images into their respective folders
Glad that you like it! Some great work by coders far better than I went into this add-on; be sure to Mark this Add-on as Installed if you go with it. Thanks!
The "addon" was a step in the direction I was going to see if it could be added. While I am looking for a per user group (preferably ACP controled) I would also like to be able to control how many personal stickies any particular user group can actualy have.
The edits to FORUMDISPLAY.PHP appear to be causing the following database error:
Code:
Database error in vBulletin 3.7.2:
Invalid SQL:
SELECT thread.threadid, lastpost, open
FROM thread AS thread
WHERE forumid = 271
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 line 5
Error Number : 1064
Request Date : Saturday, August 30th 2008 @ 10:23:56 AM
Error Date : Saturday, August 30th 2008 @ 10:23:56 AM
Script : http://www.ligotti.net/forumdisplay.php?s=&daysprune=&f=271
Referrer :
IP Address : XXXXXXXXXXXXXXX
Username : Dr. Bantham
Classname : vB_Database
MySQL Version : 5.0.51a-community