Editing User Accounts

Asked by Dylan P

Hi, I was wondering if there is a way to edit individual user accounts? I'm wanting to make it where specific users have "Official" Accounts with a little icon by their name. Is this possible?

Thanks,

 Dylan

Question information

Language:
English Edit question
Status:
Answered
For:
Jisko Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Rubén Díaz (outime) said :
#1

It is only possible if you add the right field to the database and
editing the code for that purpose.

On Thu, Nov 22, 2012 at 10:11 PM, Dylan P
<email address hidden> wrote:
> New question #214991 on Jisko:
> https://answers.launchpad.net/jisko/+question/214991
>
> Hi, I was wondering if there is a way to edit individual user accounts? I'm wanting to make it where specific users have "Official" Accounts with a little icon by their name. Is this possible?
>
>
> Thanks,
>
> Dylan
>
> --
> You received this question notification because you are an answer
> contact for Jisko.

--
Rubén Díaz
GPG id 2354DA5F
http://diazr.com

Revision history for this message
Dylan P (l9esf) said :
#2

Thank you for the quick response man. I appreciate it. I'm sorry, but how would I go about doing that? I'm not too good with MySQL.

Revision history for this message
Rubén Díaz (outime) said :
#3

That's out of the scope of this site, I'm sorry. You should hire a
programmer to do that thing, or learn by yourself.

On Fri, Nov 23, 2012 at 12:31 AM, Dylan P
<email address hidden> wrote:
> Question #214991 on Jisko changed:
> https://answers.launchpad.net/jisko/+question/214991
>
> Dylan P posted a new comment:
> Thank you for the quick response man. I appreciate it. I'm sorry, but
> how would I go about doing that? I'm not too good with MySQL.
>
> --
> You received this question notification because you are an answer
> contact for Jisko.

--
Rubén Díaz
GPG id 2354DA5F
http://diazr.com

Revision history for this message
Banwari (bbamalwa) said :
#4

hey i too need to edit some fields in database for registrations form, i mean i need to add more fields in registration forms,

What I did is
1) i added fields in the USERS table in Database
2) edited registration form @ baseurl/themes/themename/pages/register.php... (take care of Tabindex)
3) edited baseurl/pages/register.php to receive posted data from the form...
4) then at last edited baseurl/includes/db.php to post the data in the database fields accordingly...

and then tried to register

registration was successfull , i received the mail for validation, but the validation was not proper and login fails with
error - user doesn't exists...

then i checked my database with phpMy Admin in the users table there was no entry for my tried registration...

somebody please help if I'm missing something to edit...

Can you help with this problem?

Provide an answer of your own, or ask Dylan P for more information if necessary.

To post a message you must log in.