The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
QHSF Private Thread Details »» | |||||||||||||||||||||||||||
Private Threads
This hack has been ported to vBulletin 3.7.2 from the vBulletin 3.5.4 version with permission granted by: Quote:
This private thread mod allow administrators allow a certain forum to have this feature on or off. With this modification members can create threads that are useful for private conversations. Here are the basic options
Install Instruction: Upload :
PHP Code:
PHP Code:
Edit your forum information to turn private thread option on/off Bug Fixed : VBPhrase Tranlation: Please post your comments, suggestions, ideas for this product. I will read all posts. Make sure you click INSTALL! You will be contacted when a new version is released. Show Your Support
|
Comments |
#32
|
|||
|
|||
Is there anyway to exclude private threads from showing up in unread posts?
|
#33
|
||||
|
||||
I haven't thought of that. I will work on it
|
#34
|
|||
|
|||
Moya, another error when selecting "Find All Posts" on a users profile:
Database error in vBulletin 3.7.2: Invalid SQL: SELECT post.postid, post.title AS posttitle, post.dateline AS postdateline, post.iconid AS posticonid, post.pagetext, post.visible, post.attach, IF(post.userid = 0, post.username, user.username) AS username, thread.threadid, thread.title AS threadtitle, thread.iconid AS threadiconid, thread.replycount, IF(thread.views=0, thread.replycount+1, thread.views) as views, thread.firstpostid, thread.prefixid, thread.taglist, thread.pollid, thread.sticky, thread.open, thread.lastpost, thread.forumid, thread.visible AS thread_visible, user.userid ,pdeletionlog.userid AS pdel_userid, pdeletionlog.username AS pdel_username, pdeletionlog.reason AS pdel_reason ,tdeletionlog.userid AS tdel_userid, tdeletionlog.username AS tdel_username, tdeletionlog.reason AS tdel_reason , threadread.readtime AS threadread ,thread.vbbux_cost,thread.vbplaza_titleflags,threa d.vbplaza_titletextcolor,threa d.vbplaza_titleglowcolor,thread.vbplaza_titleshado wcolor,thread.vbplaza_titlefon ttype,thread.vbplaza_titlebordercolor,thread |
#35
|
|||
|
|||
Your addon sounds pretty neat. Before I'll give it a try I have a question:
Can the thread starter later change his options so that you can add and remove members who can read or are not permitted to read the thread? |
#36
|
||||
|
||||
Will this work on 3.6.11?
|
#37
|
|||
|
|||
If I use this with the live post feed hack http://www.4x4mecca.com/forum/vaispy.php it shows the content of the post there. I know this other hack has nothing to do with you, but do you have any suggestions on how to get it not to show up there?
|
#38
|
|||
|
|||
Well, I am still blind. Anyone may help with the switch?
Well I finally got it, too: Go to your Admin Panel/Forum Rights/ |
#39
|
|||
|
|||
Code:
Database error in vBulletin 3.7.4: Invalid SQL: SELECT post.postid, post.pagetext, IFNULL( user.username , post.username ) AS username, dateline FROM vbb_post AS post LEFT JOIN vbb_user AS user ON (user.userid = post.userid) WHERE threadid = 36 AND visible = 1 and privatethread <> 1 ORDER BY dateline ASC LIMIT 0,250; MySQL Error : Unknown column 'privatethread' in 'where clause' Error Number : 1054 Request Date : Sunday, November 23rd 2008 @ 05:46:40 PM Error Date : Sunday, November 23rd 2008 @ 05:46:40 PM Script : http://tustan.net/bbs/archive/index.php/t-36.html Referrer : IP Address : @@@@@@@@@ Username : Classname : vB_Database MySQL Version : someone gets this error? |
#40
|
|||
|
|||
@rob01
Yep, I did. Just remove the PHP code that comes together with this add-on from archive/index.php. That's all. Have a look at your error message which states Quote:
|
#41
|
|||
|
|||
How can I disable certain usergroups from being able to start a private thread?
Thank you |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|