is getting the var "user_email" and puts it vallue in the form.
In a previous acces_user_class it was possible to call the user profile from the profile tabel only by setting up this:
Code:
$update_profile->user = $_GET['get_user'];
now its not possible anymore.
What do I have to do instead of this to call an other user profile with the ext_user_profile class?
I hope you can give me a hand before I'm going mad ... tom
« Last Edit: May 08, 2007, 01:38:58 am by tomz »
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: May 08, 2007, 08:05:09 am »
look like you need learn a little bit more about classes, objects, methods etc, check the manual for the basic knowledge first (I can't see whats you problem)
OMG!I am geek
Posts: 57
394 credits Members referred : 0
... like you ...learn a little bit more about (your) classes, objects, methods etc ... (?)
yes
Why does this:
Code:
$update_profile->user = "user1";
show the usere profile with the ext_user_profile class in version 1.8.2 and in 1.9.6 not?
« Last Edit: May 08, 2007, 11:00:27 am by tomz »
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #3 on: May 08, 2007, 11:22:34 am »
can't say why this is (it's more than a year ago)
OMG!I am geek
Posts: 57
394 credits Members referred : 0
« Reply #4 on: May 08, 2007, 02:21:41 pm »
two qustions to this method 1. can I use the var $new_id in sprint? It seems not working. 2. How do I get for example the language? To call it like the followin does not work. Whats wrong?
Quote
$update_profile = new Users_profile_new; echo "profile city: ".$update_profile->get_profile_data('language');