vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   New Posting Features - QHSF Private Thread (https://vborg.vbsupport.ru/showthread.php?t=187992)

soletrader 08-15-2008 03:54 AM

Is there anyway to exclude private threads from showing up in unread posts?

Moya 08-15-2008 04:09 AM

I haven't thought of that. I will work on it

Megatr0n 08-22-2008 08:26 PM

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

Rene Kriest 09-05-2008 07:08 PM

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?

viper357 10-22-2008 11:49 AM

Will this work on 3.6.11?

4x4 Mecca 11-09-2008 09:16 PM

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?

Rene Kriest 11-15-2008 03:29 PM

Quote:

Originally Posted by bw1 (Post 1598080)
I am blind.
Where?s the on/off switch?

___________
FOUND :)

Well, I am still blind. Anyone may help with the switch?

Well I finally got it, too:
Go to your Admin Panel/Forum Rights/

rob01 11-24-2008 02:32 AM

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?

Rene Kriest 11-24-2008 07:28 AM

@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:

Script: http: //tustan.net/bbs/archive/index.php/t-36.html

btotw 01-09-2009 05:38 PM

How can I disable certain usergroups from being able to start a private thread?

Thank you


All times are GMT. The time now is 03:30 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01157 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete