![]() |
Yeah it's a pity he's not had time to convert it yet, this is such a cool hack.
|
any update yet? ;)
|
Works great for 3.6.4 if you alter 4 things in the readme.txt.
Use the attached readme.txt and replace the one in the mod if you use 3.6.4. |
Update: it's not as flawless as I tought...
|
Quote:
|
Quote:
You must Edit SHOWTHREAD template Find Code:
<if condition="$show['moderated'] OR $show['deletedthread'] OR $show['paperclip'] OR $show['subscribed'] OR $show['sticky'] OR $show['rexpires']"> Code:
<if condition="$show['moderated'] OR $show['deletedthread'] OR $show['paperclip'] OR $show['subscribed'] OR $show['sticky'] OR $show['rexpires'] OR $personalsticky"> |
going to give this a try tonght, if it has been updated can the updater contact the original maker, maybe it can be rereleased officially
|
Quote:
|
can anyone help with this hack, trying to make it work in 3.6.5
|
So this doesn't work in 3.6.5 yet?
|
nope sure dont, needs an update for sure
|
I've got this to work in 3.60
first in forumdisplay.php you must remove the last bracket in OR threadid IN ($personalstickysq)) and do like (no parenthesis after AND sticky =) Quote:
|
Quick question, is this mod supposed to show your personal stickies in every forum/subforum you visit or is it simply supposed to sticky those threads in the forum they reside?
Currently the personal stickies are following me around everywhere i go on my forums, lol. Is there a way to make them simply be stickied in the forum they were created in??? I really hope i simply have some code wrong somewhere, lol. |
I would really like to have a working version of this hack for 3.6.7.
|
Actually I just got it working perfectly for 3.6.7
|
Quote:
|
how many extra queries does this send to the server?
|
vBulletin 3.6.7 PL1 Instructions
Try out these directions and report back. As far as I remember this is what I did to get it working. (Basically following others ideas and putting them together.) |
Quote:
|
Quote:
Code:
==== Find in forumdisplay.php It should look like this for the replacement Code:
==== Replace with Working on 3.6.8 PL2 - Complete Update Installation Revision is attached! |
After fiddling with it, I figured out a way to limit it to X usergroups:
Code:
<if condition="is_member_of($vbulletin->userinfo, 2)"> Code:
<if condition="is_member_of($vbulletin->userinfo, 2, 6, 32, 14)"> If you put it around the code for sticking/unsticking a thread, only people in those groups will see that link! Code:
Need to add the first if statement then a </if> at the end. Keep in mind that if a person you allow to have stickies gets removed from the group, they will still see the stickied threads, they just won't be able to unstick them without using the direct link. Edit: co-admin brought up a good point, can you still stick from the URL if you knew it, the answer was yes, so I went back to fiddling. The URL's look like this: showthread.php?do=personalsticky&t=1 showthread.php?do=unpersonalsticky&t=1 And can be called even if you hide the link. Edit the following plugin: Stick/unstick check Find: Code:
if ($_REQUEST['do'] == 'personalsticky' ) Code:
if ($_REQUEST['do'] == 'personalsticky' AND is_member_of($vbulletin->userinfo, 2)) Making sure to edit your usergroups. If you aren't in the defined groups, and try to manually stick a thread, it just takes you to the thread and nothing happens. I'd love it to go to an error message but I have no idea how. |
Work in 3.7??
|
Quote:
https://vborg.vbsupport.ru/showthread.php?t=189444 |
All times are GMT. The time now is 01:05 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|