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?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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`)')