Page 1 of 1

Advanced FB + FEU modding needed

Posted: Tue Feb 03, 2009 1:36 pm
by Larry
Hey! I am atm using FB and have done a simple order form for 3 products, but i am not happy with it. So i want to change the form so it will be more automated and easier to use.

I need my order form to look like this.

First name      Last name
Email adress  Verify email adress
Username      Site name
Additional information

When you have typed in the username, i want the site to check that name against a database to confirm that it is not taken and then tell the user if it's taken or not. When you hit "Submit" i want the site to run a script i have where the site informs the script the username and site name so it can be created, i also want an email to be sent to us that confirms the order. and another email should be sent to the customers email containing payment instructions.


I would like you to send me quotes

If something was unclear or messy let me know and i will try to clear it up a bit.

Thanks /Larry

Re: Advanced FB + FEU modding needed

Posted: Tue Feb 03, 2009 4:07 pm
by viebig
Hi Larry, I can do this

I will need:

1. A sample database to check the username

and a briefing chat with you.. add me on msn viebig at hotmail dot com or gtalk viebig at gmail dot com

Re: Advanced FB + FEU modding needed

Posted: Tue Feb 03, 2009 4:33 pm
by Coldman
Sry for OT but..

This is a little funny ... I told Larry to post here and probably so will a guy named viebig respond and that he is capable of the job.  ;)

Re: Advanced FB + FEU modding needed

Posted: Tue Feb 03, 2009 5:29 pm
by viebig
maybe next time you could give my direct contacts...

just kidding  ::)

Re: Advanced FB + FEU modding needed

Posted: Thu Feb 04, 2010 4:29 pm
by sugna
Tried to send this via mail but inbox is full

Hey Larry,

Instructions

Depending on the version things may be different. BACK UP THE FILES YOUR ARE GOING TO EDIT!

Open listusers.php - In the Admin Dir
Go to around Line 151 look for the line below

echo "id."\">".$oneuser->username."\n";

Replace with
echo "id."\">".$oneuser->lastname. ' ' .$oneuser->firstname."\n";

Open class.useroperations.inc.php -in the lib/classes/  dir


Go to line 46

Replace username with last_name

Example:
$query = "SELECT user_id, username, password, first_name, last_name, email, active, admin_access FROM ".cms_db_prefix()."users ORDER BY last_name";

This should make your admin user display Last Name then First Name and put the list in Alpha order by Last Name.

If you have any trouble just send me the files to shanekgardner@gmail.com and I will edt them for you.

Re: Advanced FB + FEU modding needed

Posted: Thu Feb 04, 2010 4:31 pm
by sugna
The last post was in reference to a modification to Admin listuser core files and not related to this post

Larry's inbox is full