AjaxChat Integration (latest version 3.2.1)

Started by .HuNTeR., August 27, 2008, 12:59:06 AM

Previous topic - Next topic

nomnomfish

wow, i just cannot get it to display the number of users in chat or no users in chat at the bottom where it says users online.  >:(

could someone walk me through this painful process? :D
thanks
A cool site I have come across: Nom Nom Fish - Internet Fishing
Control the Nomming Monster to Nom real fish! | Osama Dead Shirts

mrtrc266

Quote from: rsanchez78118 on February 05, 2009, 11:40:07 PM
wow, i just cannot get it to display the number of users in chat or no users in chat at the bottom where it says users online.  >:(

could someone walk me through this painful process? :D
thanks

Hmmm, did you upload the BoardIndex.template.php  that I edited? Cuz I tried your BoardIndex.template.php  on my site and it worked just fine. Be sure to enable it in the Admin Section....

Admin/Features and Options/Basic Features and set it to your liking with these settings...

Enable the ShoutBox?   
Enable online chat users numbering on chat button?   
Show online users below total logged in time section?   

Also be sure to add the language strings if your theme has it's own language folder.

Add to to bottom of /Themes/yourtheme/languages/Modifications.english.php

//Begin AjaxChat Integration
$txt['chat'] = 'Chat';
$txt['chat_aUser'] = ' user is in chat';
$txt['chat_users'] = ' users are in chat:';
$txt['chat_no_user'] = 'No user is in chat.';
$txt['enableShoutBox'] = 'Enable the ShoutBox?';
$txt['enableChatButtonNo'] = 'Enable online chat users numbering on chat button?';
$txt['enableChatBelowPM'] = 'Show online users below total logged in time section?';
$txt['permissionname_chat_access'] = 'Access to chat';
$txt['permissionhelp_chat_access'] = 'Users can use the chat or can\'t.';
$txt['permissiongroup_chat'] = 'Chat';
//End AjaxChat Integration

nomnomfish

#282
ya i used the one u edited...still nothing

Enable the ShoutBox?    have
Enable online chat users numbering on chat button?   dont have
Show online users below total logged in time section?   dont have

it only shows the "enable the shoutbox" checkbox...
i dont have the other two...

i added the code to my /Themes/yourtheme/languages/pages.english.php file
still nothing
A cool site I have come across: Nom Nom Fish - Internet Fishing
Control the Nomming Monster to Nom real fish! | Osama Dead Shirts

mrtrc266

#283
Quote from: rsanchez78118 on February 06, 2009, 12:13:42 AM
ya i used the one u edited...still nothing

Enable the ShoutBox?    have
Enable online chat users numbering on chat button?   dont have
Show online users below total logged in time section?   dont have

it only shows the "enable the shoutbox" checkbox...
i dont have the other two...

i added the code to my /Themes/yourtheme/languages/pages.english.php file
still nothing

Are you sure you have the latest version AjaxChat_Integration_2.2.zip ? I know a previous version only had the "Enable the ShoutBox" feature but the latest version should have all these features.

Enable the ShoutBox?
Enable online chat users numbering on chat button?
Show online users below total logged in time section?

Try to enable your default "core" theme and see if those options are in there.

nomnomfish

i enabled the default-core theme and it shows the users in chat there but not my custom blackrainv2 theme
A cool site I have come across: Nom Nom Fish - Internet Fishing
Control the Nomming Monster to Nom real fish! | Osama Dead Shirts

nomnomfish

#285
i have 1.2.2

looks like i need to upgrade?
how do i go about the upgrade?
just install in the admin package section?
or do i need to uninstall the other? then install the new?
A cool site I have come across: Nom Nom Fish - Internet Fishing
Control the Nomming Monster to Nom real fish! | Osama Dead Shirts

mrtrc266

#286
Quote from: rsanchez78118 on February 06, 2009, 12:35:36 AM
i have 1.2.2

looks like i need to upgrade?
how do i go about the upgrade?
just install in the admin package section?
or do i need to uninstall the other? then install the new?

Uninstall the old and then intstall the new. Be sure to use a Package Parser to remove all edits from your custom theme

nomnomfish

im workin on the uninstall process, ill post back 2morrow when i finish.
thanks for all your help mrtrc266, and thanks for joining our swamp rat community.
i checked yours out, and you have a pretty nice forum yourself... :D
A cool site I have come across: Nom Nom Fish - Internet Fishing
Control the Nomming Monster to Nom real fish! | Osama Dead Shirts

mrtrc266

Quote from: rsanchez78118 on February 06, 2009, 01:14:18 AM
im workin on the uninstall process, ill post back 2morrow when i finish.
thanks for all your help mrtrc266, and thanks for joining our swamp rat community.
i checked yours out, and you have a pretty nice forum yourself... :D

NP at all, hope it works out for ya. Thanks for the comps on the Mansion, very nice site you have too. Mine is currently closed for reg, you have to join www.railbirds.com and hit some poker table first :D.

I'll check back in the morn.

djrem

Quote from: rsanchez78118 on February 06, 2009, 12:33:50 AM
i enabled the default-core theme and it shows the users in chat there but not my custom blackrainv2 theme

You need to manually install the edits to your custom themes.

ohioreef

Quote from: mrtrc266 on February 05, 2009, 04:12:38 PM
Be sure to backup, then proceed with the install. When you're done post the following files and I'll take a look

./Sources/BoardIndex.php Test failed
./Sources/ManagePermissions.php Test failed
./Themes/default/BoardIndex.template.php Test failed

I tried that on my test board and it crashed the board. I ended up just reinstalling it. I'm afraid to risk that on my main site, it is much larger. Could I possibly send you those files before the mod for you to look at?

Gary

mrtrc266

Quote from: ohioreef on February 06, 2009, 10:20:04 AM
Quote from: mrtrc266 on February 05, 2009, 04:12:38 PM
Be sure to backup, then proceed with the install. When you're done post the following files and I'll take a look

./Sources/BoardIndex.php Test failed
./Sources/ManagePermissions.php Test failed
./Themes/default/BoardIndex.template.php Test failed

I tried that on my test board and it crashed the board. I ended up just reinstalling it. I'm afraid to risk that on my main site, it is much larger. Could I possibly send you those files before the mod for you to look at?

Gary

Yes go ahead and attatch those 3.

Wolfie1

Hi, I installed my chat in the smf-forum/chat and all is working great but when I installed the integration mod, nothing happened. Nothing showed in the admin panel, no shoutbox thing in the basic features section or anything.

I just upgraded to 1.1.8 and was wondering if that was why.

mrtrc266

Quote from: Wolfie1 on February 06, 2009, 12:37:03 PM
Hi, I installed my chat in the smf-forum/chat and all is working great but when I installed the integration mod, nothing happened. Nothing showed in the admin panel, no shoutbox thing in the basic features section or anything.

I just upgraded to 1.1.8 and was wondering if that was why.

Are you using the default theme? If not switch to the default theme and see if anything shows up there.

ohioreef

#294
Quote from: mrtrc266 on February 06, 2009, 11:47:26 AM
Yes go ahead and attatch those 3.

Thank you, here they are.......

I have already downloaded copies of all the files that need modified. I have manually modified all of them except the 3 below. If you could help me get these last 3 modified I'd be very grateful!

mrtrc266

Quote from: ohioreef on February 06, 2009, 12:56:33 PM
Quote from: mrtrc266 on February 06, 2009, 11:47:26 AM
Yes go ahead and attatch those 3.

Thank you, here they are.......

Ok I did all the edits for this version AjaxChat_Integration_2.2.zip, the only thing I wasn't able to test was the Boardindex.php but the edit is there. I tried the Boardindex.template.php and ManagePermissions.php on my forum and as you can see in the pics it worked just fine.

Try installing the MOD again and use these. Hope this works for you.

ohioreef

I believe it is working now, at least appears to be. I have noticed some new errors in the forum error log......I'll see how persistent they are and repost if there are issues.

Thank you very much for your help!!!!

qtime

it's working great!
1 problem for me is not to see the total members in the chatbox, but I can live with that.
Does someone know how to change the standard style if a member enters the room?

qtime

Quote from: qtime on February 06, 2009, 04:28:55 PM
it's working great!
1 problem for me is not to see the total members in the chatbox, but I can live with that.
Does someone know how to change the standard style if a member enters the room?
solved the style problem
find it in the config.php
$config['styleDefault'] = 'XXXXX';

ohioreef

I am getting multiple errors. I will copy a couple below. Thel all seem to have the same issue:

8: Undefined variable: modSettings
File: /homepages/7/d162731726/htdocs/forum/Themes/default/Display.template.php (eval?)
Line: 724

8: Undefined variable: modSettings
File: /homepages/7/d162731726/htdocs/forum/Themes/default/Recent.template.php (eval?)
Line: 724

8: Undefined variable: modSettings
File: /homepages/7/d162731726/htdocs/forum/Themes/default/PersonalMessage.template.php (eval?)
Line: 724

8: Undefined variable: modSettings
File: /homepages/7/d162731726/htdocs/forum/Themes/default/EzPortal.template.php (eval?)
Line: 724



Are these indicating a problem with the modsettings file? Other than these errors in the error file it seems to running fine.

Advertisement: