Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Convert
Wordpress to Elxis
with
Elxis importer
!
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Technical support
»
where "insert into #__users.."
« previous
next »
Print
Pages: [
1
]
Author
Topic: where "insert into #__users.." (Read 4895 times)
D_Sky
Newbie
Posts: 2
where "insert into #__users.."
«
on:
October 14, 2009, 22:10:15 »
I have to add some fields in the registration so I need make some changes to insert query
But
I cant find where "insert into #__users... " is
help me pls asap
thanks!
Logged
CREATIVE Options
Authorized Elxis Professional
Elxis Community
Hero Member
Posts: 2334
Professional services for Elxis CMS
Re: where "insert into #__users.."
«
Reply #1 on:
October 14, 2009, 23:14:24 »
Into your Elxis DB.
phpMyadmin -> Your DB
Logged
D_Sky
Newbie
Posts: 2
Re: where "insert into #__users.."
«
Reply #2 on:
October 15, 2009, 08:46:32 »
No, I mean
where Insert query have its place in php files? in what file of Elxis(maybe even string of it) insert query situated?
Where $query = "insert into #__users.......";
$database->setQuery($query....)
or something like that...
I have to edit it, so every time someone registred - more fields will be inserted into DB.
I already add some fields into registration form and see that it send data to index.php, but where data go then, where it inserted in DB?
And it will be good if somone will said where autorization function?
«
Last Edit: October 15, 2009, 11:33:53 by D_Sky
»
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: where insert into elx_users
«
Reply #3 on:
October 15, 2009, 13:31:01 »
There is no insert query. See class
mosUser
includes/Core/elxis.php
«
Last Edit: October 15, 2009, 15:00:31 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Technical support
»
where "insert into #__users.."