Check for Duplicates

Started by speedyuk7, September 21, 2009, 10:40:59 AM

Previous topic - Next topic

speedyuk7

Hi, I'd like a mod that will show 'Check for Duplicates' like here:





On the members tab



A mod like that will be extremly useful for me, as on my site we do not allow multi accounts, and it will help me to find out the people who break the rules.

Hope someone could make this, thanks!

Arantor

If you're relying on IP address it will be about as reliable as guessing.

IP addresses do not, have not and never will identify a given user specifically. Many users will see their IP address change periodically - over which they have no control. Other users find it changes every single page request.

Most forums don't allow multi accounting but for those who are even remotely clever, they'll use a proxy to hide their IP anyway, nullifying this whole process.

TheDisturbedOne

*whispers* It's already part of the SMF software, Arantor.  speedyuk7 is just asking for it to be in the member's list as well. */whispers*

Arantor

Would someone like to show me where it is then please because I can't find it at all.

TheDisturbedOne

2.0.  Go to registration, settings, and change member approval to Admin Approval (or whatever the string got changed to in 2.0).  Then go to admin, members, and the last tab it will have a list of members waiting for approval.

Arantor

That would be why I never saw it; I don't have forums on Admin Approval.

* Arantor probably should take a break, is seeing things that aren't there...

speedyuk7

As it is on 'awaiting approval', it is also on 'awaiting activation'. All I want is so it would be on members tab too. Thanks

Arantor

Please attach your Memberlist.template.php file.

speedyuk7


speedyuk7

Hi, any updates on this please?

Arantor

Apologies for the delay - I have been busy elsewhere the last couple of days unfortunately.

Try this version.

TheDisturbedOne

Quote from: Arantor on September 24, 2009, 07:49:50 PM
Apologies for the delay - I have been busy elsewhere replying to every post on SMF.org the last couple of days unfortunately.

Try this version.

Arantor

Not to mention writing one mod, working on a second, negotiating a business transaction, applying for other jobs and sleeping in there somewhere.

speedyuk7

Thanks mate really appreciate your work!
Unfortunately it didnt work :( All it changed is that I have      [       at the bottom of member list.

Arantor


speedyuk7


Arantor


speedyuk7

I dunno, I didnt notice any errors the website was working, but the mod wasnt, there was just "   ]  "

Thanks for help

Arantor

If you only got a [, you should have had an error in the forum error log from the moment you loaded that page.

speedyuk7


Arantor

I think I know what the problem is, but I'm not in front of my usual PC for a week or so, so I can't really look into it, unfortunately.

M-DVD

Quote from: speedyuk7 on October 02, 2009, 04:27:20 PM
I dunno, I didnt notice any errors the website was working, but the mod wasnt, there was just "   ]  "

Thanks for help

You should add this var in Modifications.language.php

$txt['check_for_duplicate'] = 'Check for duplicates';

Also, you should find:

$txt['check_for_duplicate'] . '</a></td>

and replace:

$txt['check_for_duplicate'] . '</a>]</td>

Arantor

Thanks, M-DVD, that's what I was thinking needed to happen but didn't have access to my PC to verify.

M-DVD

Quote from: Arantor on October 04, 2009, 10:34:45 AM
Thanks, M-DVD, that's what I was thinking needed to happen but didn't have access to my PC to verify.

You're welcome. :)

speedyuk7

Hey M-DVD
I couldnt find this

$txt['check_for_duplicate'] . '</a></td>

in my modification english file, or the memberlist template, where is that?

I attach here my 2 modification english files, 1 from the default theme, and one from the theme my forum uses

Thanks

M-DVD

Quote from: speedyuk7 on October 06, 2009, 04:38:27 PM
Hey M-DVD
I couldnt find this

$txt['check_for_duplicate'] . '</a></td>

in my modification english file, or the memberlist template, where is that?

I attach here my 2 modification english files, 1 from the default theme, and one from the theme my forum uses

Thanks

In this file
http://www.simplemachines.org/community/index.php?topic=337838.msg2274811#msg2274811

speedyuk7

Hey thanks, unfortunately its still not working, I replaced the

$txt['check_for_duplicate'] . '</a></td>

with

$txt['check_for_duplicate'] . '</a>]</td>

and added the

$txt['check_for_duplicate'] = 'Check for duplicates';

To my modification.english file (in both default and my theme)

However its still not working, now I see it like this


Any ideas :( ?

speedyuk7


M-DVD


speedyuk7

I just did, but still nothing :/

speedyuk7


Advertisement: