The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Personal Stickys Details »» | |||||||||||||||||||||||||
Hack name: Personal Stickys
Version: 1.0.3b Author: Mephisteus (DarkSSJ3) Special Thanks To: Floris (The images and being a guinea pig)! Steps: 1 product import 1 file to edit - forumdisplay.php (2 edits) 3 template edits 2 image uploads 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 Take me to the 3.7.x version Show Your Support
|
Comments |
#42
|
||||
|
||||
Is there an option for subscriptions (Its in the same if-statement)
|
#43
|
|||
|
|||
I installed it and everything looks OK, but when I try to stick a thread it dissapears lol. Any idea what I did wrong? I am not sure where the threads are going, but they just vanish. Everything else looks awesome though.
|
#44
|
|||
|
|||
this mod cause these problems for me.
1. If you tried to access your usercp you get the following error "Warning: in_array(): Wrong datatype for second argument in /usercp.php(439) : eval()'d code on line 32" 2. if you hit menu > subscribed threads you get the following erro Warning: in_array(): Wrong datatype for second argument in /subscription.php(583) : eval()'d code on line 32 |
#45
|
||||
|
||||
Quote:
But the interesting thing is that in my SHOWTHREAD template div is used instead of tr. So you code to find is Code:
<if condition="$show['member']"> <tr> <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="$vbphrase[subscription]" /> <if condition="$show['subscribed']"> <a href="subscription.php?$session[sessionurl]do=removesubscription&t=$threadid">$vbphrase[unsubscribe_from_this_thread]</a> <else /> <a href="subscription.php?$session[sessionurl]do=addsubscription&t=$threadid">$vbphrase[subscribe_to_this_thread]</a> </if> </td> </tr> Code:
<div><img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="$vbphrase[subscription]" vspace="1" /> <if condition="$show['subscribed']"> <a href="subscription.php?$session[sessionurl]do=removesubscription&t=$threadid">$vbphrase[unsubscribe_from_this_thread]</a> <else /> <a href="subscription.php?$session[sessionurl]do=addsubscription&t=$threadid">$vbphrase[subscribe_to_this_thread]</a> </if> </div> |
#46
|
||||
|
||||
Quote:
Quote:
Quote:
|
#47
|
|||
|
|||
Yep that was it lol. I missed one of the template edits. Works awesome now, Thanks!!
|
#48
|
||||
|
||||
Very cool hack
|
#49
|
||||
|
||||
Hmm... It works well, but the images aren't showing up? What can I do to fix this?
|
#50
|
||||
|
||||
Upload the images to the proper image folder for the style you are using.
And click install |
#51
|
|||
|
|||
Wow, just installed. That was pretty quick and easy. Great work!
Any way to add something to set it apart from the other threads (other than the stickypin)? For example, with a different background color or a prefix such as: MySticky: Personal Stickys (Like the default stickies do.) Edit: I'm going to call this "starring" in my forum to see how that works. So, something like this: Starred: Personal Stickys |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|