Welcome, Guest. Please Login or Register.
March 20, 2025, 05:14:14 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Done] Remove delete user button from profile « previous next »
Pages: 1 2 3 [4] 5 Reply Ignore Print
Author Topic: [Done] Remove delete user button from profile  (Read 9842 times)
1979Z28
Sr. Member
****
Posts: 324


WWW
Re:[Done] Remove delete user button from profile
« Reply #45 on: December 31, 2002, 10:59:07 PM »
Reply with quote

Once someone is deleted, they stay deleted. ;D As for getting it to work with 1.5.0, I was looking around in the code earlier and almost had a fix for it, but I lost my work when my comp crashed. :( The old file won't work with 1.5, as the coding is a little different. Keep tuned, I guess
Logged
oscar2001
Noobie
*
Posts: 39


Australia

WWW
Re:[Done] Remove delete user button from profile
« Reply #46 on: December 31, 2002, 11:15:45 PM »
Reply with quote

Thanks :)
Logged

freddy
Noobie
*
Posts: 5


I'm a llama!

Re:[Done] Remove delete user button from profile
« Reply #47 on: December 31, 2002, 11:22:45 PM »
Reply with quote

yes it is possible to restore deleted member - use the search button
Logged
1979Z28
Sr. Member
****
Posts: 324


WWW
Re:[Done] Remove delete user button from profile
« Reply #48 on: December 31, 2002, 11:25:22 PM »
Reply with quote

Uh, simply using the 'search' function isn't enough to restore a deleted person.
Logged
lykman
Noobie
*
Posts: 6


Where is Greece?

Re:[Done] Remove delete user button from profile
« Reply #49 on: January 13, 2003, 12:02:19 AM »
Reply with quote

Hello,
does anyone have the mod hosted somewhere? (for 1.4.1)
I had already a member accidentaly deleted, from the 43 that have registered in my forums...  :(

Or send it to me, e-mail: [email protected]

Thanks.
« Last Edit: January 13, 2003, 12:08:29 AM by lykman » Logged

pfabb, yabb & coppermine...
oscar2001
Noobie
*
Posts: 39


Australia

WWW
Re:[Done] Remove delete user button from profile
« Reply #50 on: January 13, 2003, 07:09:42 AM »
Reply with quote

Quote from: lykman on January 13, 2003, 12:02:19 AMHello,
does anyone have the mod hosted somewhere? (for 1.4.1)
I had already a member accidentaly deleted, from the 43 that have registered in my forums...  :(

Or send it to me, e-mail: [email protected]

Thanks.
http://www.agigames.com/boardmod/
Logged

Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[Done] Remove delete user button from profile
« Reply #51 on: January 13, 2003, 05:50:55 PM »
Reply with quote

Thanks for posting that for me. :)
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
lykman
Noobie
*
Posts: 6


Where is Greece?

Re:[Done] Remove delete user button from profile
« Reply #52 on: January 14, 2003, 01:40:55 AM »
Reply with quote

Thanks for the quick answer!  :) I have already moded my forum!  ;)
Logged

pfabb, yabb & coppermine...
PoohBear
Jr. Member
**
Posts: 66


Re:[Done] Remove delete user button from profile
« Reply #53 on: February 11, 2003, 01:53:30 PM »
Reply with quote

Has anyone changed this mod for 1.5.1RC? Although it looks simple, it is beyond me  ???
« Last Edit: February 11, 2003, 02:05:53 PM by PoohBear » Logged
Juana
Jr. Member
**
Posts: 61


Go Yabbse Go!

ICQ - 27320025 WWW
Re:[Done] Remove delete user button from profile
« Reply #54 on: February 13, 2003, 06:46:20 PM »
Reply with quote

for who using version 1.5.1 try do this :

open your sources\profile.php

find this line :

Quote
         <tr>
                        <td align="center" colspan="2"><br /><input type="hidden" name="moda" value="1" />
                           <input type="button" value="' . $txt[88] . '" onclick="creator.moda.value=\'1\'; submit();" />
                           <input type="button" value="' . $txt[89] . '" onclick="if (confirm(\'' . $txt['profileConfirm'] . '\')) { creator.moda.value=\'-1\'; submit(); }" /><br /><br />


then replace with this line :

Quote
                     <tr>
                        <td align="center" colspan="2"><br /><input type="hidden" name="moda" value="1" />
                           <input type="button" value="' . $txt[88] . '" onclick="creator.moda.value=\'1\'; submit();" />
                        <br /><br />


I don't know this is the right way or not but you can try this at home :P
Logged
PoohBear
Jr. Member
**
Posts: 66


Re:[Done] Remove delete user button from profile
« Reply #55 on: February 15, 2003, 08:58:29 AM »
Reply with quote

Thanks,
That did the trick, but the button doesn't show for Admin either..
Oh well, I guess it ain't important as Admins can delete users from the Admin panel...
:)
Logged
Juana
Jr. Member
**
Posts: 61


Go Yabbse Go!

ICQ - 27320025 WWW
Re:[Done] Remove delete user button from profile
« Reply #56 on: February 15, 2003, 04:48:55 PM »
Reply with quote

i thinks no one admin want delete themself hahahaha  ;D
Logged
PoohBear
Jr. Member
**
Posts: 66


Re:[Done] Remove delete user button from profile
« Reply #57 on: February 16, 2003, 05:32:15 AM »
Reply with quote

Quote from: Tokei on February 15, 2003, 04:48:55 PM
i thinks no one admin want delete themself hahahaha  ;D

I agree but before it was possible for admin to delete users when viewing their profile....
Logged
Juana
Jr. Member
**
Posts: 61


Go Yabbse Go!

ICQ - 27320025 WWW
Re:[Done] Remove delete user button from profile
« Reply #58 on: February 16, 2003, 05:56:45 AM »
Reply with quote

maybe we should wait someone make this mod posible for latest yabbse version but for this time only this option we have ...  :P
Logged
PoohBear
Jr. Member
**
Posts: 66


Re:[Done] Remove delete user button from profile
« Reply #59 on: February 16, 2003, 06:00:52 AM »
Reply with quote

It works fine. You know some people are never satisfied ;)
Thanks
Logged
Pages: 1 2 3 [4] 5 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done] Remove delete user button from profile « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.063 seconds with 20 queries.