Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
vBulletin Self Delete - Allow users to self-delete their profile Details »»
vBulletin Self Delete - Allow users to self-delete their profile
Version: 1.0.1, by Vossi Vossi is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 4.1.7 Rating:
Released: 11-15-2011 Last Update: 11-16-2011 Installs: 60
Supported DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Translations Is in Beta Stage  

What is vBulletin-Self Delete:

This addon allows your users to self delete their profile in your forum. While the process for this goes on, you can use additional settings like cool down time, conformation code, move to another usergroup instead of 'hard deleting' and much more.

The users are (depends on your settings) getting deleted right away or while a hourly cronjob is running in the background.

Installation:

Upload all files you can find in the 'upload' folder to your server and import the product file in admincp. Then you check the usergroup permissions and the settings under admincp -> 'Settings' -> 'Options' -> 'User Profile: Self Delete'

If you habe TMS installed in your forum, you are down with the installation. If you dont use TMS, then you have to change the 'navbar' template manually. For manual changed open the template 'navbar' and search for:
PHP Code:
<vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'"
About that code, enter this code:
PHP Code:
<vb:if condition="$show['selfdeleteinfo']">
    <
form action="vbselfdelete" method="post" id="notices" class="notices">
        <
ol>
            <
li class="restore" id="navbar_notice_1">
                {
vb:rawphrase vbselfdelete_remember_to_stop_deletion, {vb:raw show.selfdeleteremain}}
            </
li>
        </
ol>
    </
form>
</
vb:if> 
That's it.

General:

This addon has been coded with best knowledge but there still might be bugs. You use this addon at your own risk.

Copyright, Branding and Sponsor:

It is NOT allowed to remove or change the copyright, branding or the sponsor of this addon in any ways. If you would like to get a branding free version of this addon, then you can buy it by writing a personal message to me here at vbulletin.org.

Please notice the sponsor of this addon:

Opel-Problemforum.de - Opel Tipps und Tricks

Download Now

File Type: zip vbselfdelete100.zip (26.4 KB, 71 views)
File Type: zip vbselfdelete101.zip (27.8 KB, 275 views)

Screenshots

File Type: jpg 0-usercp.jpg (46.5 KB, 0 views)
File Type: jpg 1-usercp.jpg (54.5 KB, 0 views)
File Type: jpg 2-usercp.jpg (51.4 KB, 0 views)
File Type: jpg 3-admincp.jpg (65.6 KB, 0 views)
File Type: jpg 4-admincp.jpg (107.6 KB, 0 views)
File Type: jpg 5-usergrouppermissions.jpg (33.3 KB, 0 views)
File Type: jpg 6-cronjob.jpg (42.9 KB, 0 views)
File Type: jpg 7-personalmessage.jpg (73.1 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
7 благодарности(ей) от:
0xC0FF33, BANDiT600, Dr.osamA, Gemma, HMBeaty, Insta-Gator, nacaruncr

Comments
  #32  
Old 11-21-2011, 07:18 PM
Robru Robru is offline
 
Join Date: Aug 2005
Location: Netherlands
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by terminator2k2 View Post
When the user requests the deletion, what exactly will be deleted? only the profile or also the posts?
Quote:
Originally Posted by dang3rzon3 View Post

Hello,i have any questions: messages that are already written by user in the forum will be set as a guest?
Yes, they will.
Reply With Quote
  #33  
Old 11-21-2011, 09:13 PM
MrD's Avatar
MrD MrD is offline
 
Join Date: Aug 2003
Location: Germany/NRW
Posts: 419
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
Quote:
Originally Posted by dang3rzon3 View Post
Installed. Thanks for your help!
It is also possible to add the reason for deleting profile similar to facebok?
Users can select a reason for cancellation and the mod show a faq that convinces him not to delete the profile (He may not have understood how to use the forum or to set privacy setting....)
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.
Reply With Quote
  #34  
Old 11-22-2011, 02:19 AM
kushal kushal is offline
 
Join Date: May 2006
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It shows to me while importing

The following dependencies were not met:
This product is not compatible with version 4.1.3 of vBulletin. (Compatible starting with 4.1.7 alpha / Incompatible with 4.3.0 alpha and greater)

Is it not compatible with 4.1.3?
Reply With Quote
  #35  
Old 11-22-2011, 07:28 PM
MrD's Avatar
MrD MrD is offline
 
Join Date: Aug 2003
Location: Germany/NRW
Posts: 419
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
this Addon is developed for vb 4.1.7 and only VB Version 4.1.7 or newer are suported.
But read Answer 10.
Reply With Quote
Благодарность от:
Rolli
  #36  
Old 11-23-2011, 12:34 PM
Rolli Rolli is offline
 
Join Date: Jul 2010
Location: Germany
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you Vossi,works perfect for me.
Reply With Quote
  #37  
Old 12-24-2011, 12:03 PM
phoenix1977 phoenix1977 is offline
 
Join Date: Jul 2009
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod is not compatible with vbulletin 4.0.4.
Reply With Quote
  #38  
Old 12-28-2011, 06:58 AM
Michael Sievers Michael Sievers is offline
 
Join Date: May 2011
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Getting this message:
vBulletin Message

Bitte alle Dateien hochladen die zu dem AddOn gehören! - Please upload all the files that came with the addon!

On 4.1.9??
Reply With Quote
  #39  
Old 12-28-2011, 07:42 AM
Vossi Vossi is offline
 
Join Date: Mar 2005
Location: Germany
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, just upload all the files that came with the addon
Reply With Quote
  #40  
Old 12-29-2011, 04:28 AM
Michael Sievers Michael Sievers is offline
 
Join Date: May 2011
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did
Reply With Quote
  #41  
Old 12-29-2011, 03:20 PM
Vossi Vossi is offline
 
Join Date: Mar 2005
Location: Germany
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Michael Sievers View Post
I did
Guess not, as this message only appears if one or more files are missing while installing the addon
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 04:35 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.07503 seconds
  • Memory Usage 2,361KB
  • Queries Executed 29 (?)
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_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (8)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_attachment
  • (11)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete