Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [MJ_] Username availability checker

Quote Reply
Re: [MJ_] Username availability checker In reply to
Hi,

Sure, just do that in the template. i.e:

Code:
<%set isAvail = check_availability_username($user)%>
<html>
<%if not user%>
<body bgcolor="orange">
<%else%>
<%if isAvail%>
<body bgcolor="green">
<%else%>
<body bgcolor="red">
<%endif%>
<%endif%>
</html>

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Username availability checker MJ_ 7949 Dec 11, 2008, 7:02 AM
Thread Re: [MJ_] Username availability checker
Andy 7826 Dec 11, 2008, 7:13 AM
Thread Re: [Andy] Username availability checker
MJ_ 7814 Dec 11, 2008, 7:19 AM
Thread Re: [MJ_] Username availability checker
Andy 7815 Dec 11, 2008, 7:28 AM
Thread Re: [Andy] Username availability checker
MJ_ 7812 Dec 11, 2008, 7:34 AM
Thread Re: [MJ_] Username availability checker
Andy 7812 Dec 11, 2008, 7:49 AM
Thread Re: [Andy] Username availability checker
MJ_ 7808 Dec 11, 2008, 8:42 AM
Thread Re: [MJ_] Username availability checker
Andy 7800 Dec 11, 2008, 8:54 AM
Thread Re: [Andy] Username availability checker
MJ_ 7790 Dec 11, 2008, 9:42 AM
Thread Re: [MJ_] Username availability checker
Andy 7785 Dec 11, 2008, 9:46 AM
Post Re: [Andy] Username availability checker
MJ_ 7778 Dec 11, 2008, 10:09 AM