vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Hide threads by usergroup (https://vborg.vbsupport.ru/showthread.php?t=47150)

hamed 01-01-2003 08:25 PM

Tanx for the help. I have done that but still the database error :(

Martin64 01-01-2003 08:43 PM

hamed, in forumdisplay...

FIND this:

Code:

$sortfield="lastpost";
REPLACE it with:

Code:

$sortfield="thread.lastpost";
FIND this:

Code:

$sortfield='lastpost';
REPLACE it with:

Code:

$sortfield='thread.lastpost';
That should do the trick. ;)

hamed 01-01-2003 09:13 PM

Tanx a lot. :) That did it.
I had missed the second one.

hamed 01-02-2003 09:40 AM

Is there anyway to stop pms from a user group?

Xenon 01-02-2003 01:34 PM

you can disable the whole pm-function for a usergroup in your ACP

hamed 01-02-2003 01:41 PM

Thank you Xenon. But if I do that then the banned user notices something is wrong.
Is there any way to hide the secret banned user group's pms for everyone?

Xenon 01-02-2003 02:04 PM

yes, just don't save em to the db ;)

open private.php find this:
PHP Code:

$DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title,message,dateline,showsignature,iconid,messageread,folderid,receipt) VALUES (NULL,$touserinfo[userid],$touserinfo[userid],$bbuserinfo[userid],'".addslashes(htmlspecialchars($title))."','".addslashes($message)."',".time().",'$signature','$iconid',0,0,$receipt)"); 

and change it to:
PHP Code:

if($bbuserinfo[usergroupid]!=16$DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title,message,dateline,showsignature,iconid,messageread,folderid,receipt) VALUES (NULL,$touserinfo[userid],$touserinfo[userid],$bbuserinfo[userid],'".addslashes(htmlspecialchars($title))."','".addslashes($message)."',".time().",'$signature','$iconid',0,0,$receipt)"); 

it should work :)

hamed 01-02-2003 02:31 PM

Thank you. But still I can send pms with my test ban user :(

Xenon 01-02-2003 02:40 PM

i've edited it, a bit, it was a little typing error ;)

also your banned group id is 16 wasn't it`?

hamed 01-02-2003 03:38 PM

Tanx ever so much. It is working now.
Just the popup and email notification are still working for the person that the pm is sent to. :(


All times are GMT. The time now is 01:09 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.01115 seconds
  • Memory Usage 1,735KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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