The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBPrivate Threads Details »» | |||||||||||||||||||||
vBPrivate Threads
This hack has been ported to vBulletin 3.5.4 from the vBulletin 3.0.0 version with permission granted by: Quote:
-------------------------------------------------------- This is my first major ported and released hack for vB. -------------------------------------------------------- With this Code Modification you can add private threads to your forums. A private thread is:
Using this Modification, any user in a forum that has Private Threads turned on may create a private thread. It is useful for holding private moderator conversations, or for making a thread private when some users would like to see the discussion closed and others want it to continue. Future Plans:
Hack History: Version 1.0.6
Hack Overview:
If you liked this hack then please Install it! Supporters / CoAuthors Show Your Support
|
Comments |
#102
|
|||
|
|||
Quote:
Be very careful and use a little judgement as there are subtle adjustments that need to be made. For instance in postings.php the following mod needs to be used: Code:
// M/DD/YY PRIVATE THREADS PORT if ($_POST['do'] == 'updatethread') { $vbulletin->input->clean_array_gpc('p', array( 'visible' => TYPE_BOOL, 'open' => TYPE_BOOL, 'sticky' => TYPE_BOOL, 'iconid' => TYPE_UINT, 'notes' => TYPE_NOHTML, 'threadstatus' => TYPE_UINT, 'reason' => TYPE_NOHTML, 'title' => TYPE_STR, 'redirect' => TYPE_STR, 'frame' => TYPE_STR, 'period' => TYPE_UINT, 'privatethread' => TYPE_UINT, 'privateusers' => TYPE_STR )); // END PRIVATE THREADS PORT Code:
// M/DD/YY PRIVATE THREADS PORT if ($_POST['do'] == 'updatethread') { $vbulletin->input->clean_array_gpc('p', array( 'visible' => TYPE_BOOL, 'open' => TYPE_BOOL, 'sticky' => TYPE_BOOL, 'iconid' => TYPE_UINT, 'notes' => TYPE_NOHTML, 'threadstatus' => TYPE_UINT, 'reason' => TYPE_NOHTML, 'title' => TYPE_STR, 'redirect' => TYPE_STR, 'privatethread' => TYPE_UINT, 'privateusers' => TYPE_STR )); // END PRIVATE THREADS PORT |
#103
|
|||
|
|||
IS there a way to have it NOT display the post to users who do not have permission to view it? right now when a user posts it shows the post on vbcmps but comes up with the No Permission reply. It would save some controversy on the site if people who didn't have permission to view it didn't see it at all..
also is there a way so that users can edit the list of people allowed to view the thread after the fact? |
#104
|
||||
|
||||
Thanks for pointing out those little things above SimCit.
As for making it not show stuff on vbCMPS, I have not honestly looked into that because I dont show any private threads on it. However when the 3.6 version is released you can use a new permissions function for it most likely, but to make it look right you'd have to increase the amount of posts it takes in, to balance it out. As far as making it editable by users, this seems to be a popular idea, I may e nd up making a page and such for it and just add it to inline tools but as I recall if you give the forums with private threads specific user permission they should be able to edit the thread or get to the place for editing options where they can also edit private users. |
#105
|
|||
|
|||
Quote:
I just migrated from Invision and I had a hack that password-protected threads. This cool hack would be the nearest to that sort of thing I can find. |
#106
|
|||
|
|||
Really really need this for 3.6.3
Pretty please with sugar on top? |
#107
|
|||
|
|||
Same here... I migrated from Invision where I had a similar mod and my members want their private threads back lol.
|
#108
|
|||
|
|||
I cant get it to work on 3.6. It does kinda work but when i select usergroup option everyone can see it. When I choose user option the selected user cant see it and get the your not allowed message. Im sure its a simple edit or two that would have it fully working.
|
#109
|
|||
|
|||
I just got this to work on vBulletin 3.6!!!! Thanks very much for this great mod man! Awesome!
One Question though... How do I edit who can see the thread after it has been created? |
#110
|
||||
|
||||
Currently only mods and admins can, you have to edit the actual thread. Same as the location where you edit the thread title. I am planning on moving this to its own option later on.
As for the official version for 3.6, iv run into to many time traps to get it out, when iv got the chance i'll start packaging the official Private Threads for 3.6 |
#111
|
|||
|
|||
Please do. I really would appretiate it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|