Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Advanced Delete Members (Read 1898 times)
Dandello
Forum Administrator
*****
Offline


I Love YaBB 2!

Posts: 89
Joined: Apr 25th, 2012
Advanced Delete Members
Dec 24th, 2014 at 4:18pm
Print Post  
This mod lets the admin replace or remove deleted members posts. For deleted members who have made posts, their data is backed up so they can be reinstated - provided their messages have not been replaced or deleted. Only works for members deleted after this mod is installed.
A new 'Deleted Members' area is added to 'AdminCenter - Member Controls'.

For YaBB 2.6.11

Instructions:

Apply the mod and upload (in ASCII mode):

cgi-bin/yabb2/AdminIndex.pl
cgi-bin/yabb2/Admin/AdminSubList.pm
cgi-bin/yabb2/Admin/ModList.pm
cgi-bin/yabb2/Admin/ModuleChecker.pm
cgi-bin/yabb2/Languages/English/Admin.lng
cgi-bin/yabb2/Sources/Profile.pm
cgi-bin/yabb2/Sources/Subs.pm

From the .zip package upload (in ASCII mode):

cgi-bin/yabb2/Admin/Mods/DelMembers.pm
cgi-bin/yabb2/Languages/English/Mods/DelMembers.lng

This is a vastly expanded version of Carsten's original ExMember Mod for 2.5.
It should work under both Windows and Linux and requires File::Copy.


  

AdvDelMembers_2611.zip ( 7 KB | Downloads )
Back to top
WWW  
IP Logged
 
Larian
Senior Member
****
Offline



Posts: 316
Location: Leipzig
Joined: Oct 22nd, 2002
Gender: Male
Re: Advanced Delete Members
Reply #1 - May 8th, 2016 at 8:22pm
Print Post  
Thank you Smiley

and here the german files:

at the attachment the file for German_du/Mods/ and here the code for the changes in admin.lng :

Code
Select All
<edit file>
Languages/German_Du/Admin.lng
</edit file>

<search for>
'a7_title' => 'Wartungsfunktionen',
</search for>

<add before>
'a6_sub20' => 'Gelöschte Mitglieder',
'a6_label20' => 'Bearbeite gelöschte Mitglieder',

</add before>

<search for>
1;
</search for>

<add before>
$modulecheck{'File::Copy'} = 'Verwendet vom "Advanced Delete Members Mod".<br />Wenn es nicht installiert ist funktioniert das Modul nicht.';
</add before>
 



Please include it in your mod and make a german mod-file Smiley
  

DelMembers_lng_german_du.zip ( 1 KB | Downloads )
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint