Author Topic: Additional text boxes in registration  (Read 21264 times)

0 Members and 1 Guest are viewing this topic.

Offline DarkNeo

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Additional text boxes in registration
« Reply #15 on: January 31, 2006, 10:32:32 PM »
@DarkNeo:

Quote

Visit your database and locate "4images_users" table in your database. Open this table and after user_email add a new column for every field you want naming the field user_adress or whatever you've named the previous fields in the last few steps.


This part is also indicated on how to implement within in your PHPMyAdmin (or to your relative software tool you might be currently using). How better do you want it to be ? ;)

If you do not know how to operate mySQL at all, I'd suggest seeking on Google and read free tutorials from results.

That part i know but what about vchar and so on like the codes what u have to put all in the fields.

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Additional text boxes in registration
« Reply #16 on: January 31, 2006, 10:40:30 PM »
Ok, so :

Quote

user_adress, VARCHAR 255, NOT NULL


Offline DarkNeo

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Additional text boxes in registration
« Reply #17 on: February 01, 2006, 04:58:11 PM »
He man Thx that what im talking about.

Thx  :wink:

Offline sajwal

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: Additional text boxes in registration
« Reply #18 on: June 11, 2006, 09:49:54 PM »
This was a great tutorial for newbies like us...but when a user tries to change his profile he gets the following error:

Parse error: parse error, unexpected $ in /home/vsajwal/public_html/gallery/member.php on line 1148 I think some changes are to be made in this page too perhaps...i am really new to php... :roll:

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Additional text boxes in registration
« Reply #19 on: June 11, 2006, 10:14:23 PM »
restore member.php from backup and try again

P.S. make sure you upload .php and .html files in ASCII mode and not BINARY
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline sajwal

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: Additional text boxes in registration
« Reply #20 on: June 13, 2006, 01:33:36 AM »
Thankyou V@no...its done....u ppl are really made of some different clay.. :P

Offline Lysander

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Additional text boxes in registration
« Reply #21 on: January 30, 2007, 02:15:29 PM »
Guys i can't show under templates/defult/details.html

When i'm put like that for example;

Code: [Select]
<td valign="top" class="row1"><b>{lang_user_lens}</b></td>
<td valign="top" class="row1">{user_lens}</td>

But its look blank  :(

Offline Lysander

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Additional text boxes in registration
« Reply #22 on: January 31, 2007, 08:24:37 AM »
Can someone help me plz ????  :roll: