mucka_tbfm
Mucka Jay
Is there any kind of way when people join up on registration to look for names already joined (like you do with email addresses) to stop duplicate joining up?
Sorry guys, I am confused.Is there any kind of way when people join up on registration to look for names already joined (like you do with email addresses) to stop duplicate joining up?
There is no duplication check for this, and we have no plans to add such a feature to the core. <?php
$pluginname = 'Duplicate Title Check';
$author = 'Basti';
$email = '';
$url = 'http://visiolist.com/community/';
$install = 0;
$depend = '';
$version = '1.0';
?>
array_push($form_validate, validate_db_duplicate('title', mb_strtolower($TMPL['title']), array('LOWER(`title`)') ) );
<?php
if (!defined('VISIOLIST')) {
die("This file cannot be accessed directly.");
}
// When you make a new translation, fill out the following four variables to
// get credit for you work.
$translation = 'English';
$translator_name = 'Basti';
$translator_email = '';
$translator_url = 'http://visiolist.com';
?>
array('LOWER('title')')

array('LOWER(`title`)')