Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Zoints Anonymous Posting - Improved privacy for members Details »»
Zoints Anonymous Posting - Improved privacy for members
Version: 1.1.0, by Zoints Zoints is offline
Developer Last Online: Apr 2009 Show Printable Version Email this Page

Category: New Posting Features - Version: 3.6.2 Rating:
Released: 10-14-2006 Last Update: Never Installs: 129
DB Changes Uses Plugins Template Edits
 
No support by the author.

Have you ever wanted to discuss something on a forum but never posted because you didn't want people to know it was you? To solve this problem, we created an anonymous posting hack.

Via the admin control panel, you can easily choose which forum(s) allows for anonymous posting.




For anonymous enabled forums, your members then get this handly little checkbox (unchecked by default) when making a new thread or post.




If they check the box, then their post is created under the account you setup and assign as the anonymous poster. I personally created an "anonymous" username, but you can create whatever you want.




As forum owners, we all know that a few members will choose to screw around with this feature. Therefore we created an easy means to identify who created an anonymous thread/post should the need arise. Please be ethical and tell your members you can see who posted anonymously should the need arise. You can check the log by going here:




And the log looks something like this:



Official support for this modification will take place at http://network.zoints.com in this forum.


Enjoy, click install, check out Zoints' other hacks, have a great day, and all that happy jive.

Show Your Support

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

Comments
  #22  
Old 10-15-2006, 10:24 PM
Stoebi Stoebi is offline
 
Join Date: Apr 2006
Location: Germany, Berlin
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Redlabour
Prevent doubleposting problem. IP check is missing for guests/anonymous poster.

@DCapman
Why I'am ignored? I see no logic in this condition, because all input checkboxes are unchecked by default.

Code:
<input type="checkbox" id="cb_anonymous" class="bginput" name="anonymous" value="1" <if condition="$vbulletin->GPC['anonymous']">checked="checked"</if> />$vbphrase[zointsanony_anonymous_post


Regards, Stoebi
Reply With Quote
  #23  
Old 10-15-2006, 11:51 PM
Zoints Zoints is offline
 
Join Date: Feb 2004
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Stoebi
Why I'am ignored? I see no logic in this condition, because all input checkboxes are unchecked by default.
You're not ignored. I have a message in with one of our engineers because i'm not sure either As soon as he gets back to me, myself or he will let you know. Apologies for the delay.
Reply With Quote
  #24  
Old 10-16-2006, 12:13 AM
Guest190829
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Stoebi
I see no logic in this condition, because all input checkboxes are unchecked by default.

Code:
<input type="checkbox" id="cb_anonymous" class="bginput" name="anonymous" value="1" <if condition="$vbulletin->GPC['anonymous']">checked="checked"</if> />$vbphrase[zointsanony_anonymous_post

Regards, Stoebi
I believe that is for simply if you a previewing the post, it will keep the the Anonymous Checkbox checked.
Reply With Quote
  #25  
Old 10-16-2006, 12:21 AM
Zoints Zoints is offline
 
Join Date: Feb 2004
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Danny.VBT
I believe that is for simply if you a previewing the post, it will keep the the Anonymous Checkbox checked.
Ah yes, that makes sense, thanks Danny! I remember now we had people checking the box, previewing the post, and then having the box uncheck during preview. That was bad...
Reply With Quote
  #26  
Old 10-16-2006, 01:04 AM
Stoebi Stoebi is offline
 
Join Date: Apr 2006
Location: Germany, Berlin
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Danny.VBT
I believe that is for simply if you a previewing the post, it will keep the the Anonymous Checkbox checked.
Yes, you are right. I've used another user as anonymous before. Sorry.


@DChapman
Thank you very much for your answer Great work.


Regards, Stoebi
Reply With Quote
  #27  
Old 10-16-2006, 01:09 AM
Guest190829
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Stoebi
Tested, but with no success. Checkbox becomes unchecked if you preview a post.

@DChapman
Thank you very much for your answer


Regards, Stoebi
Are you sure you have the correct code placed? I just installed on my dev board and tested and it worked fine.
Reply With Quote
  #28  
Old 10-16-2006, 02:16 AM
Stoebi Stoebi is offline
 
Join Date: Apr 2006
Location: Germany, Berlin
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Danny.VBT
Are you sure you have the correct code placed? I just installed on my dev board and tested and it worked fine.
It works (the checkox keep checked), but with user Anonymous or anonymous only. Thank you

Regards, Stoebi
Reply With Quote
  #29  
Old 10-16-2006, 02:20 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Stoebi
@Redlabour
Prevent doubleposting problem. IP check is missing for guests/anonymous poster.
anonymous poster is not a guest, but an existing user.
Reply With Quote
  #30  
Old 10-16-2006, 03:02 AM
Stoebi Stoebi is offline
 
Join Date: Apr 2006
Location: Germany, Berlin
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lionel
anonymous poster is not a guest, but an existing user.
Yes, if you added such an user, but it's not default. I've tested this hack with an existing user "blabla" before. The checkbox becomes unchecked if you use the preview then. Works perfect with an existing user "anonymous" only.

If members are using the anonymous account the post will be merged if prevent doubleposting is installed and activated. This behavior happens also when a guest has posted. If another guest answers, the post will be merged. The only way is to add an IP check. You want to implement this? Thanks in advance.


Regards, Stoebi
Reply With Quote
  #31  
Old 10-16-2006, 07:47 AM
tako tako is offline
 
Join Date: Sep 2002
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sometimes, discussion in anonymous thread becomes complicated. My idea is give user an option if they show some encrypted id in addition to anonymous id. That way, with identity anonymized, users can identify the same user's post and keep discussing. How about that?
Reply With Quote
Reply

Thread Tools

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 03:47 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.09353 seconds
  • Memory Usage 2,304KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (8)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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (9)postbit_onlinestatus
  • (11)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
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete