Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by glenv (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 03-27-2001 Last Update: Never Installs: 0
 
No support by the author.

IS anyone up to figuring out how I can set up my v 2.0 board so I only have to approve the initial thread starting message. Once that is approved, I do not want to have to approve replies. I really need this.

Thanks in advance.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 03-27-2001, 10:21 PM
Guest
 
Posts: n/a
Default

In the forum properties you can add somethin like " New thread agreement by mod. " and the same for new message , you just put it for the new thread ...
Reply With Quote
  #3  
Old 03-27-2001, 11:28 PM
Guest
 
Posts: n/a
Default

Could you be very specific.....I really appreciate your help
Reply With Quote
  #4  
Old 03-27-2001, 11:59 PM
Guest
 
Posts: n/a
Default

In the FOrum part of admin area :

Choose Modify then edit on the forum you want to moderate then :

Put
Moderator Queue
(Require moderator validation before new threads are displayed)

to On.

*cheers*
Reply With Quote
  #5  
Old 03-28-2001, 12:19 AM
Guest
 
Posts: n/a
Default

I understand that but thank you. I am already doing that. What I want to do is leave that but I do not want to moderate / have to approve individual replies. All I want to do is approve the initial starting post of a thread.
Reply With Quote
  #6  
Old 03-28-2001, 12:24 AM
Guest
 
Posts: n/a
Default

If you look for the reference to $visible inside the "INSERT INTO post" query in newreply.php and replace it with "1", it should work.
Reply With Quote
  #7  
Old 04-17-2001, 10:09 AM
Sarge
Guest
 
Posts: n/a
Default

I don't see where to change that at??
look below:

} else {
if ($attachmentid and !$foruminfo[moderateattach]) {
$DB_site->query("UPDATE thread SET attach = attach + 1 WHERE threadid = '$threadid'");
}
$DB_site->query("INSERT INTO post (postid,threadid,title,username,userid,dateline,at tachmentid,pagetext,allowsmili e,showsignature,ipaddress,iconid,visible) VALUES (NULL,'$threadid','".addslashes(htmlspecialchars($ title))."','".addslashes(htmls pecialchars($postusername))."','$bbuserinfo[userid]','".time()."','$attachmentid','".addslashes($mess age)."','$allowsmilie','$signa ture','$ipaddress','$iconid','$visible')");
$postid=$DB_site->insert_id();

indexpost($postid,0);

if ($visible) {
if ($threadinfo[replycount]%10==0) {
$replies=$DB_site->query_first("SELECT COUNT(*)-1 AS replies FROM post WHERE threadid='$threadid'");
$DB_site->query("UPDATE thread SET lastpost='".time()."',replycount='$replies[replies]',lastposter='".addslashes($bbuserinfo[username])."' WHERE threadid='$threadid'");
} else {
$DB_site->query("UPDATE thread SET lastpost='".time()."',replycount=replycount+1,last poster='".addslashes($bbuserin fo[username])."' WHERE threadid='$threadid'");
}
}
Reply With Quote
  #8  
Old 04-17-2001, 01:53 PM
Wayne Luke's Avatar
Wayne Luke Wayne Luke is offline
Senior Member
 
Join Date: Jan 2002
Location: Southern California
Posts: 1,694
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually Ed... I did that and it screws up the posting time and lightbulbs on the forum home page... A better solution is:

In newreply.php find:
PHP Code:
  $visible=!$foruminfo[moderatenew]; 
replace with:
PHP Code:
// make all replies visible WL 18-Mar-2001
  
$visible=1;
// End Mod 
Reply With Quote
  #9  
Old 04-17-2001, 04:29 PM
Sarge
Guest
 
Posts: n/a
Default

Works like a charm!
Thanks guy!
Reply With Quote
  #10  
Old 05-22-2001, 07:14 PM
DaBuzz
Guest
 
Posts: n/a
Default

Quote:
Originally posted by wluke
Actually Ed... I did that and it screws up the posting time and lightbulbs on the forum home page... A better solution is:

In newreply.php find:
PHP Code:
  $visible=!$foruminfo[moderatenew]; 
replace with:
PHP Code:
// make all replies visible WL 18-Mar-2001
  
$visible=1;
// End Mod 
wluke,

Do you know if a similar hack would work to make all unregistered posts invisible (i.e. sent to the moderation queue) while registered posters messages are set to visible=1?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:26 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
  • Page Generation 0.04468 seconds
  • Memory Usage 2,275KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_imicons
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete