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)

Vossi 11-15-2011 11:00 PM

vBulletin Self Delete - Allow users to self-delete their profile
 
1 Attachment(s)
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

Robru 11-16-2011 09:39 AM

Wauw! 'A must have' mod, thanks :)

dang3rzon3 11-16-2011 09:43 AM

Hello,i have any questions: messages that are already written by user in the forum will be set as a guest?

It is possible to move delete users in a user group called "Deleted Users" and make a condition in member profile that the user profile is not viewable?

Vossi 11-16-2011 09:55 AM

Quote:

Originally Posted by dang3rzon3 (Post 2268486)
Hello,i have any questions: messages that are already written by user in the forum will be set as a guest?

Yes, they will.
Quote:

Originally Posted by dang3rzon3 (Post 2268486)
It is possible to move delete users in a user group called "Deleted Users" and make a condition in member profile that the user profile is not viewable?

It would be possible, actually it's not build-in yet. But could be an option vor Version 1.0.1.

dang3rzon3 11-16-2011 10:41 AM

Thank's for your aswer: i will wait next version

Dr.osamA 11-16-2011 11:48 AM

installed + rated + translated to Arabic

thank you

yahooooh 11-16-2011 12:05 PM

thank you very much

Vossi 11-16-2011 12:10 PM

Quote:

Originally Posted by Dr.osamA (Post 2268509)
installed + rated + translated to Arabic

thank you

Any chance for us to get your arabic translation?

Alibass 11-16-2011 05:24 PM

I wonder if this will work on 4.1.2 P5 :erm:

Vossi 11-16-2011 05:36 PM

Quote:

Originally Posted by Alibass (Post 2268598)
I wonder if this will work on 4.1.2 P5 :erm:

Actually it should, I just set it to 4.1.7 as that's the Version I developed it for and that works for sure. I'm even quite positive that it works with every Version of 4.x, but that has to be tested as there might be a problem with the template. But like I said, it's worth a try.

Let me know if you try :)

Alibass 11-16-2011 05:46 PM

Quote:

Originally Posted by Vossi (Post 2268603)
Actually it should, I just set it to 4.1.7 as that's the Version I developed it for and that works for sure. I'm even quite positive that it works with every Version of 4.x, but that has to be tested as there might be a problem with the template. But like I said, it's worth a try.

Let me know if you try :)

I'll give it a try later and let you know. I'm off for work now.

Alibass 11-16-2011 08:56 PM

Quote:

Originally Posted by Alibass (Post 2268598)
I wonder if this will work on 4.1.2 P5 :erm:

Quote:

Originally Posted by Vossi (Post 2268603)
Actually it should, I just set it to 4.1.7 as that's the Version I developed it for and that works for sure. I'm even quite positive that it works with every Version of 4.x, but that has to be tested as there might be a problem with the template. But like I said, it's worth a try.

Let me know if you try :)

Quote:

Originally Posted by Alibass (Post 2268606)
I'll give it a try later and let you know. I'm off for work now.

Vossi, works great on 4.1.2 :D:up:

Vossi 11-16-2011 09:13 PM

Thanks for the feedback :)

OldSchoolDSL 11-17-2011 02:03 AM

Quote:

Originally Posted by dang3rzon3 (Post 2268486)
Hello,i have any questions: messages that are already written by user in the forum will be set as a guest?

It is possible to move delete users in a user group called "Deleted Users" and make a condition in member profile that the user profile is not viewable?

I am so thankful someone asked that question. This is something to look forward to if the author adds that feature.

Vossi 11-17-2011 05:41 AM

I just uploaded Version 1.0.1.

The new version has the option to also move the user into another usergroup instead of processing a hard delete.

Robru 11-17-2011 11:20 AM

Thanks for your update :)

Alex@bulletin 11-17-2011 05:00 PM

i also find it better to move deleted users to an own group instead of setting the posts to "guest" this could be create confusion ;)

Vossi 11-17-2011 05:25 PM

Now everybody can do like he wants to, either delete the users or move them into another usergroup. :)

Alex@bulletin 11-17-2011 06:12 PM

i know i just wanted to express my pleasure to this new feature :)

OldSchoolDSL 11-17-2011 11:41 PM

1 Attachment(s)
On line 54 of the XML file
PHP Code:

TYPE=MyISAM"); 

Anyone with a newer php / mysql will require to edit this so it will read

PHP Code:

ENGINE=MyISAM"); 

I have attached a pre-edited copy for those of you who may dislike having to edit files yourself.

How will you know if you need this?

If you attempt to import the current one and receive an error... Try this one. :)

Vossi 11-18-2011 04:53 AM

TYPE= should be down compatible with mysql, ENGINE= ist actually just recommended as far as I know.

Robru 11-18-2011 06:55 AM

Works very good, move to another group, thanks! :)

Ramsesx 11-18-2011 09:59 AM

Quote:

Originally Posted by Vossi (Post 2268795)
I just uploaded Version 1.0.1.

The new version has the option to also move the user into another usergroup instead of processing a hard delete.

Fantastic, tagged for future usage. Thanks.

killer_t 11-18-2011 08:43 PM

1 Attachment(s)
Italian translate.. :up:

Vossi 11-19-2011 04:48 AM

Quote:

Originally Posted by killer_t (Post 2269340)
Italian translate.. :up:

Great, thanks a lot :)

dang3rzon3 11-20-2011 12:37 PM

Quote:

Originally Posted by OldSchoolDSL (Post 2268756)
I am so thankful someone asked that question. This is something to look forward to if the author adds that feature.

I think it's very important modification,expecially for my board.

i will wait next versione of this plugin with this modification (if it is possible)

Thanks a lot!

Vossi 11-20-2011 01:15 PM

Quote:

Originally Posted by dang3rzon3 (Post 2269906)
I think it's very important modification,expecially for my board.

i will wait next versione of this plugin with this modification (if it is possible)

Thanks a lot!

The feature, that users are geting moved into another usergroup, is already built in.

dang3rzon3 11-20-2011 07:37 PM

1 Attachment(s)
Installed. Thanks for your help!
It is also possible to add the reason for deleting profile similar to facebok?

Example:

Attachment 134566

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....)

terminator2k2 11-21-2011 06:06 PM

When the user requests the deletion, what exactly will be deleted? only the profile or also the posts?

Dr.Colin 11-21-2011 06:18 PM

Thanks, it works fine.

Robru 11-21-2011 07:18 PM

Quote:

Originally Posted by terminator2k2 (Post 2270418)
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.

MrD 11-21-2011 09:13 PM

Hi,
Quote:

Originally Posted by dang3rzon3 (Post 2270052)
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.

kushal 11-22-2011 02:19 AM

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?

MrD 11-22-2011 07:28 PM

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.

Rolli 11-23-2011 12:34 PM

Thank you Vossi,works perfect for me.

phoenix1977 12-24-2011 12:03 PM

This mod is not compatible with vbulletin 4.0.4.

Michael Sievers 12-28-2011 06:58 AM

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??

Vossi 12-28-2011 07:42 AM

Well, just upload all the files that came with the addon ;)

Michael Sievers 12-29-2011 04:28 AM

I did :(

Vossi 12-29-2011 03:20 PM

Quote:

Originally Posted by Michael Sievers (Post 2281845)
I did :(

Guess not, as this message only appears if one or more files are missing while installing the addon ;)


All times are GMT. The time now is 06:27 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.01426 seconds
  • Memory Usage 1,834KB
  • 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
  • (4)bbcode_php_printable
  • (17)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
  • (40)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