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


All times are GMT. The time now is 12:08 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.01141 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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