New link in the top of page "IRC Chat". |
Register | Login | |||||
Main
| Memberlist
| Active users
| Calendar
| Last Posts
| IRC Chat
| Online users Ranks | FAQ | XPW | Stats | Color Chart | Photo album |
| |
0 users currently in Help & Suggestions. |
Xeogaming Forums - Help & Suggestions - editprofile.php | | | |
Next newer thread | Next older thread |
User | Post | ||
Lyra Silvertoungue Poster Since: 05-24-05 Since last post: 7149 days Last activity: 6925 days |
| ||
When I go to Edit Profile I nodiced that it doesn't remember my yahoo, or msn screenname. To fix that, open editprofile.php and find
squot(1,$loguser[aim]); then add under it squot(1,$loguser[msn]); squot(1,$loguser[yahoo]); That should fix the problem. |
|||
Xeoman Ball and Chain Trooper Administrator Since: 08-14-04 From: 255 Since last post: 132 days Last activity: 120 days |
| ||
Well it does still save it in the database [the info], and it would show up in imlist.php, but yeah this is a bug I've been meaning to fix.
First post here too? Interesting. Anyways, thanks for the heads up, I'll see if it works later today when I get the time to edit this. |
|||
Xeoman Ball and Chain Trooper Administrator Since: 08-14-04 From: 255 Since last post: 132 days Last activity: 120 days |
| ||
Odd, that actually didn't fix it.
I didn't have those lines in there though, but it still doesn't seem to work. |
|||
Lyra Silvertoungue Poster Since: 05-24-05 Since last post: 7149 days Last activity: 6925 days |
| ||
Originally posted by Frightened Child It didn't work becaue the you must likely have $loguser[yahoo] set to something else, It shouldn't be 'yahoo' it should be what you have it set as. Find $inpt=aim VALUE="$loguser[aim]" SIZE=30 MAXLENGTH=30> Under that will be yahoo, and msn, find what db names you use. |
|||
Xeoman Ball and Chain Trooper Administrator Since: 08-14-04 From: 255 Since last post: 132 days Last activity: 120 days |
| ||
Nope, because that's exactly how I already have it setup.
(I understand variables) squot(1,$loguser[yname]); squot(1,$loguser[msnname]); [Further down in the layout of editprofile] $inpt=yname VALUE="$user[yname]" SIZE=30 MAXLENGTH=30 $inpt=msnname VALUE="$user[msnname]" SIZE=30 MAXLENGTH=30 I'm sure my queries are correct too: ,yname='".addslashes($yname)."',msnname='".addslashes($msnname)."' And yes, those variables match with the db names that are in the db, it wouldn't make sense to see any SN's here then if they didn't match. (Last edited by Xeomega on 06-09-05 11:23 AM) |
|||
Lyra Silvertoungue Poster Since: 05-24-05 Since last post: 7149 days Last activity: 6925 days |
| ||
With all that working I don't know why its not working. Is there a change I can look at the file, and work on why its now working right? (Last edited by Frightened Child on 06-09-05 11:33 AM) |
|||
Xeoman Ball and Chain Trooper Administrator Since: 08-14-04 From: 255 Since last post: 132 days Last activity: 120 days |
| ||
Alright everyone this has been fixed thanks to Frightened Child.
Again, I got $user mixed up with $loguser ... Well it works now. When you go to edit your profile, and if you have an Yahoo SN or MSN SN it'll actually appear in the field now. |
Next newer thread | Next older thread |
Xeogaming Forums - Help & Suggestions - editprofile.php | | |