vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Replace username with random user (https://vborg.vbsupport.ru/showthread.php?t=312694)

blueperspective 07-05-2014 10:14 AM

Replace username with random user
 
Hi there!

In order to provide some privacy to my users, I need a mod that hides the real username and replaces it with a random "username123". This mod should not interfere with the login interface, where people should still use their real usernames.
Any of you know something about such a mod or something similar to that?
Thanks in advance!

ForceHSS 07-05-2014 10:30 AM

You need to post this in paid section

cellarius 07-05-2014 05:22 PM

Why? He's asking if anyone knows an addon that does this, and that's perfectly ok.

@OP: I do not know of such an addon, and it would be quite a task to do this, since you would have to manipulate the usernames displayed at many places and undo the post's connection to the poster.

mokujin 07-05-2014 05:29 PM

Quote:

Originally Posted by cellarius (Post 2505363)
Why? He's asking if anyone knows an addon that does this, and that's perfectly ok.

@OP: I do not know of such an addon, and it would be quite a task to do this, since you would have to manipulate the usernames displayed at many places and undo the post's connection to the poster.

You know, Germany will reach World Cup Final :D

Dave 07-05-2014 05:43 PM

This would require quite some hooks, but shouldn't be too hard.

For example, in the showthread_postbit_create hook you can do something like:

PHP Code:

if($post['username'] == "Dave"){
    
$post['username'] = "Newusername";


Now it's just a matter of checking if someone their username has to be masked and implement it at all required hooks.

Max Taxable 07-05-2014 06:16 PM

Saw this awhile back might be just what the Op is asking for.

No v4 version found however.

https://vborg.vbsupport.ru/showthread.php?t=177694


However it is listed by Joe aka BoP5 as compatible.

http://www.qapla.com/mods/showthread...ble-with-VB-4x


The v4 fix is here:

https://vborg.vbsupport.ru/showpost....&postcount=135

cellarius 07-05-2014 08:22 PM

Depends on what the OP wants. I understood that he wants the posts linked to the actual user account in the database, but the real username be hidden.

The Zoints addon assigns the post to a custom user, it then is not linked to the user anymore at all.


All times are GMT. The time now is 08: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.01105 seconds
  • Memory Usage 1,726KB
  • 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)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete