vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - Zoints Anonymous Posting - Improved privacy for members (https://vborg.vbsupport.ru/showthread.php?t=177694)

biome.pat 09-29-2008 08:02 PM

Hey guys,

I've been trying to figure this out, but it's hard to figure out where to start:
Any idea where I'd look if I was interested in making it so that anonymous posts (and only posts with the anonymous box ticked) are sent for moderation, but others are allowed to just post as normal? I don't mind if the post has been "anonymous-ified" beforehand, but I want to have a say in whether content is appropriate. I've been combing through the files, but can't figure out where to start!

Thanks in advance for any tips!

Deyth 09-29-2008 10:57 PM

Is it possible to restrict the anonymous option to certain usergroups?

biome.pat 09-29-2008 11:25 PM

Alright, this is a GREAT modification, but it was lacking something that I needed.
This is probably a dirty, dirty piece of programming, but here's my addition:

If you want to be able to moderate all anonymous posts before they are actually shown to users (to make sure that the anonymity function is being used appropriately), then have I got the plugin for you. Only the posts that have the anonymity check box selected will be sent into moderation queue -- All others will be posted immediately.

Here's the deal...
Add a new plugin with the following settings:

Product: Zoints Anonymous Posting
Hook Location: newpost_process
Title: Moderate Anonymous (Post & Thread)
Execution Order: 5 (same as others plugins in product)
Plugin PHP Code:
PHP Code:

if (
    
$foruminfo['forumid'] == 187 // forumid of anonymous forum
    
AND $vbulletin->GPC['anonymous']
)
{
    
// note: specified post comes from a variable passed into newreply.php
    
$dataman->set('visible'0);
    
$post['visible'] = 0;


Make sure you change the first forumid to the one(s) you've got anonymity set up for.
What this does is adds another bit to the section of source where its decided whether a new post/thread will go into moderation queue or not. If it's 1) being posted to the anonymous forum, and 2) the anonymous check-box is checked, then the post will be stored with a "visible" value of "0", sending it into queue.

Feel free to point out my major oversights folks. I'm sure there are many :)

Cheers,
Patrick

moonclamp 10-11-2008 01:54 PM

Can someone explain the permissions to me a bit more before I use this?

Can you choose whether people can post new threads anonymously but not reply to them anonymously?

Also, is there any way to make the anonymous thread starter be the only one able to make anonymous replies in their own threads?

Finally, will reading "Who's Online" give the poster information away?

Same question about other parts of the forum - subscription emails, usercp, recent posts etc?

I need to be 110% sure that nothing will reveal the true poster.

street tactic 10-13-2008 07:29 AM

Just thought I'd say this is an excellent mod. Solved an issue I was specifically looking to handle. Marked Installed.

CBrown 10-23-2008 01:39 PM

I'm trying to hide the IP address of the anonymous posters so that the other moderators can not view the IP and track the person down that way....

How would i go about hiding their IP address from others?

AdmiralSpock 12-19-2008 10:36 PM

Is this working on 3.8?

furst 12-28-2008 02:05 PM

Is there any way to turn logging of users off? I really want it to be entirely anonymous in one forum.

Tyran1 12-28-2008 05:29 PM

Yes working on 3.8 !!!

Daisyboo 12-31-2008 10:44 AM

Quote:

Originally Posted by jredrum (Post 1610207)
Anyway to do this so it works with quick reply in the anonymous forum? Or how to take out the quick reply in one forum only?

Ditto to this, this would be really useful.


All times are GMT. The time now is 01:07 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.01231 seconds
  • Memory Usage 1,741KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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