Advanced FB + FEU modding needed

A place to make for-pay "CMS made simple" job offerings
Locked
Larry
Forum Members
Forum Members
Posts: 10
Joined: Sun Sep 07, 2008 9:37 pm

Advanced FB + FEU modding needed

Post 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
viebig

Re: Advanced FB + FEU modding needed

Post 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
Coldman
Power Poster
Power Poster
Posts: 318
Joined: Sun Jun 22, 2008 5:33 am

Re: Advanced FB + FEU modding needed

Post 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.  ;)
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
viebig

Re: Advanced FB + FEU modding needed

Post by viebig »

maybe next time you could give my direct contacts...

just kidding  ::)
User avatar
sugna
Forum Members
Forum Members
Posts: 196
Joined: Wed Oct 10, 2007 3:04 pm

Re: Advanced FB + FEU modding needed

Post 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.
User avatar
sugna
Forum Members
Forum Members
Posts: 196
Joined: Wed Oct 10, 2007 3:04 pm

Re: Advanced FB + FEU modding needed

Post 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
Locked

Return to “Help Wanted (commercial)”