Jump to content

auto generating fields


necer_cheniki

Recommended Posts

You might get a response if you gave us a little more info.  Are you using a forum software like SMF, PHPbb, IPB, etc?  If you are then you can most likely download a modification for it that will allow you to add custom profile fields.

 

No, I want to develop this feature for may website.

Link to comment
Share on other sites

All you have to do is create a form allowing you to choose a name, etc for your new field.  You might want to have options to choose from to set the type of field such as image, text, link, etc.  After you have a form, create a mysql table where you can save the information from the form.  Once you have that,  all you need to add is a database loop to your edit profile page that loops through the results of the custom profile fields.  Also, make sure when you're creating the custom fields that you have the script alter your members table accordingly.

Link to comment
Share on other sites

All you have to do is create a form allowing you to choose a name, etc for your new field.  You might want to have options to choose from to set the type of field such as image, text, link, etc.  After you have a form, create a mysql table where you can save the information from the form.  Once you have that,  all you need to add is a database loop to your edit profile page that loops through the results of the custom profile fields.  Also, make sure when you're creating the custom fields that you have the script alter your members table accordingly.

 

Thank you.

So using ALTER instruction, I add new fields, right ?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.