Page 1 of 1

FlashChat

PostPosted: Sun Jul 01, 2007 7:59 pm
Author: Shana
I just installed flashchat 4.7.11 and used the (zip) files by skywalker in this thread. Although the thread says for Flashchat 4.5.7, the files seemed to work, in that they use the DB and all. The board is 2.0.19 Integramod and functions fine (I know update it <img>) )

Here is the biggest problem. after logging into Flashchat you have an option which allows you to see a persons "profile" When I click on the "profile button" the profile section does come up BUT is showing

this page '?mode=profil&user={$user_id}' (and displays no information)

want to show this page '?viewprofile={$user_id}' (and diplay info)

I changed the code in the inc/cmses/integramodCMS/php & integramodadminCMS from

this:
'profile_path'=>'../profile.php',
'profile_arg' =>'profil&u={$user_id}',

to this:
'profile_path'=>'../profile.php',
'profile_arg' =>'viewprofile&u={$user_id}',

but the page still come up with the 'profil&u={$user_id}' page.
I've cleared cache and everything,

also need to make sure that the profile in readable by anyone, but can only be edited by the actual member.

I'm sure its just something I've overlooked but its driving me crazy, any help would really be appreciated.

to see what I'm talking about, go to http://www.satxinfo.com/chat/flashchat.php and login in as test with passwaord of test
Left click on user "test" and select "profile"

Thanks
S