vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Profile Enhancements - vBulletin Self Delete - Allow users to self-delete their profile (https://vborg.vbsupport.ru/showthread.php?t=274112)

Stormlilly 01-05-2012 09:37 AM

Hi there,

With the option to close the account (move the member to another usergroup) what do you do to prevent the user being able to login and / or receive emails?

At present I do this process manually. I move the user, remove the email address and change their password so that they cannot login.

Is there an easier way to do this, perhaps the settings in the usergroup?

Storm

PS How much is the unbranded version?

dang3rzon3 01-05-2012 12:56 PM

Quote:

Originally Posted by MrD (Post 2270496)
Hi,


There is an Reason Field on the Self Delete Screen.
So a User can give a Reason.

I wrote your Request in the Self Delte Project Tools, at the Addon Coders Board.
Maybe it?s come in an future Version.

I think it's very important this add on because many people delete his profile only because doesn't know there's a Privacy Panel in UserCp or doesn't know how to use Friends&Contact functions.

If user can choose the reason i think it's possible to see a FAQ.

For Example.

"I want to delete my profile because i have privacy issue".

FAQ: Hello user. Do you know can you customize your privacy and see your profile only to your friends... Go to User Cp....



(sorry for my bad english)

Silver740 01-12-2012 04:13 PM

Quote:

Originally Posted by dang3rzon3 (Post 2284099)
I think it's very important this add on because many people delete his profile only because doesn't know there's a Privacy Panel in UserCp or doesn't know how to use Friends&Contact functions.

If user can choose the reason i think it's possible to see a FAQ.

For Example.

"I want to delete my profile because i have privacy issue".

FAQ: Hello user. Do you know can you customize your privacy and see your profile only to your friends... Go to User Cp....



(sorry for my bad english)

Wonderful idea!! I think this should be by default.

I wouldn't be surprised if vBulletin would make this hack part of their core system. Great hack!

MyPeSePe 03-06-2012 10:36 PM

Saveme for instalation tomorrow .

herofire 03-13-2012 12:23 PM

dont work :(

MrD 03-25-2012 08:14 PM

hi,
Quote:

Originally Posted by herofire (Post 2309074)
dont work :(

works fine in 4.1.7 and newer Versions.
I have this Addon installed in 4.1.7 and now i use 4.1.11 and it works fine.

waldbauer.com 05-11-2012 07:32 AM

Hello !

Just found and installed with fix but is there an option to move user to blocked usergroup after cool down period or should i manually do this ?

PS: Installed in vb 3.8

BryanLong 03-11-2013 05:11 PM

Hi all,

is it possible to change the Reason-Field, so that this will become a field which has to be specified on requesting the self-delete.

So that it will become a MUST-Field instead of a CAN-Field.

Thanks!

Best regards,
Bryan

KevinL 02-07-2016 02:35 AM

If they stop the deletion should there be an option in the admin to move them back to the prior usergroup before moving to the cool down group? Right now it looks like they are stuck in the group they are moved to and have to be moved back manually? Is this correct?

Thanks!

Vossi 02-07-2016 05:12 PM

Yes, I don't see another usefull way of doing it otherwise.

KevinL 02-07-2016 07:19 PM

Quote:

Originally Posted by Vossi (Post 2564416)
Yes, I don't see another usefull way of doing it otherwise.

I'm not sure I understand. It would be more useful to move them manually or to have them automatically moved back to their usergroup they were in before asking to be deleted? I would think to have them moved automatically would be more useful no?

Thank you for the reply!

MrD 02-10-2016 04:07 PM

Hi,
Quote:

Originally Posted by Vossi (Post 2564416)
Yes, I don't see another usefull way of doing it otherwise.

at the VBouncer Addon, there are an Option that Users where moved Back in the Usergroups if there have the Mailadress verified.

Maybe this is an Idea for Future Versions :)

Elixar 02-10-2016 04:10 PM

Just a random question: Is there a way to have them delete their profile, but hide it from the public and still have it visible to Staff?

AllenBAN 03-16-2016 12:18 AM

when will this work for V 4.2.2 cos id like to use it

MrD 04-18-2016 02:19 PM

This Addon Works fine with 4.2.x :D

Hostboard 06-29-2017 12:22 PM

Throws a DB error with 4.2.5
I know were talking an older modification but does anyone have it working or a quick fix?


Database error in vBulletin 4.2.5:
Invalid SQL:
CREATE TABLE vbselfdelete_user (
id int(11) NOT NULL auto_increment,
username varchar(255) NOT NULL default '',
userid int(11) unsigned NOT NULL default '0',
dateline int(10) unsigned NOT NULL default '0',
status smallint(1) unsigned NOT NULL default '0',
deltime int(10) unsigned NOT NULL default '0',
delcode varchar(255) default NULL,
cooldown smallint(1) unsigned NOT NULL default '0',
reason text,
PRIMARY KEY (id)
) TYPE=MyISAM;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'TYPE=MyISAM' at line 12
Error Number : 1064
Request Date : Thursday, June 29th 2017 @ 02:02:40 PM
Error Date : Thursday, June 29th 2017 @ 02:02:45 PM
Script : http://www.MyDomain.com/forums/ACP/p...=productimport
Referrer : http://www.MyDomain.com/forums/ACP/p...?do=productadd
IP Address : xxx.xxx.xxx.xxx
Username : UserID
Classname : vB_Database_MySQLi
MySQL Version : 10.1.10-MariaDB
Server : xxx.xxx.7.194
User Agent :

z3r0 07-01-2017 01:33 PM

Quote:

Originally Posted by Hostboard (Post 2587897)
Throws a DB error with 4.2.5
I know were talking an older modification but does anyone have it working or a quick fix?


Database error in vBulletin 4.2.5:
Invalid SQL:
CREATE TABLE vbselfdelete_user (
id int(11) NOT NULL auto_increment,
username varchar(255) NOT NULL default '',
userid int(11) unsigned NOT NULL default '0',
dateline int(10) unsigned NOT NULL default '0',
status smallint(1) unsigned NOT NULL default '0',
deltime int(10) unsigned NOT NULL default '0',
delcode varchar(255) default NULL,
cooldown smallint(1) unsigned NOT NULL default '0',
reason text,
PRIMARY KEY (id)
) TYPE=MyISAM;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'TYPE=MyISAM' at line 12
Error Number : 1064
Request Date : Thursday, June 29th 2017 @ 02:02:40 PM
Error Date : Thursday, June 29th 2017 @ 02:02:45 PM
Script : http://www.MyDomain.com/forums/ACP/p...=productimport
Referrer : http://www.MyDomain.com/forums/ACP/p...?do=productadd
IP Address : xxx.xxx.xxx.xxx
Username : UserID
Classname : vB_Database_MySQLi
MySQL Version : 10.1.10-MariaDB
Server : xxx.xxx.7.194
User Agent :

Try this - https://vborg.vbsupport.ru/showpost....0&postcount=20

Paul M 07-01-2017 01:46 PM

TYPE is old MySQL (MariaDB) syntax, no longer supported, change it to ENGINE.

Hostboard 07-03-2017 11:39 AM

Thank you, that did the trick :)


All times are GMT. The time now is 07:53 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.01260 seconds
  • Memory Usage 1,764KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (19)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