AjaxChat Integration (latest version 3.2.1)

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

Previous topic - Next topic

lexa90

#3620
^ Did you try install it manually ?

EDIT:

I have some massive errors can u help me fix them

QuoteOnly show the error messages of this URL  http://balkanwarez.org/index.php?action=suggest;suggest_type=member;search=code;sesc;xml;time=1251112598361
Apply Filter: Only show the errors with the same message
8: Undefined index: chat
Only show the errors from this file
File: /home/balkanwa/public_html/Sources/Subs.php
Line: 3737

Quotehttp://balkanwarez.org/index.php?amp;action=register;sa=usernamecheck;xml;username=Josip%40
Only show the errors with the same message
8: Undefined index: chat
Only show the errors from this file
File: /home/balkanwa/public_html/Sources/Subs.php
Line: 3737


.HuNTeR.

@timexley
if you are using utf8 encoding you should add text string to your language file manually

TheListener

Hunter I tried a manual edit recently and have lost the scrollbar in my chat.

Is there a way i can get it back?

I was trying to get one of the forum staff so her membergroup would be able to kick/ban people in chat.

smonk

I will help you find your scrollbar if you can help me allow guests to shout.  ;)

ɔɔɔɔɔɔuɥoɾ

Quote from: smonk on August 24, 2009, 12:33:45 PM
I will help you find your scrollbar if you can help me allow guests to shout.  ;)

go to member permission settings and make sure shoutbox is checked off for view and use


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

smonk

Quote from: johncccccc on August 24, 2009, 01:01:32 PM
Quote from: smonk on August 24, 2009, 12:33:45 PM
I will help you find your scrollbar if you can help me allow guests to shout.  ;)

go to member permission settings and make sure shoutbox is checked off for view and use

yep.  I am good there.  I actually started describing this problem back around reply 3581 . . .

www.simplemachines.org/community/index.php?topic=257973.msg2224538#msg2224538

lexa90

Quote from: lexa90 on August 24, 2009, 06:51:58 AM
^ Did you try install it manually ?

EDIT:

I have some massive errors can u help me fix them

QuoteOnly show the error messages of this URL  http://balkanwarez.org/index.php?action=suggest;suggest_type=member;search=code;sesc;xml;time=1251112598361
Apply Filter: Only show the errors with the same message
8: Undefined index: chat
Only show the errors from this file
File: /home/balkanwa/public_html/Sources/Subs.php
Line: 3737

Quotehttp://balkanwarez.org/index.php?amp;action=register;sa=usernamecheck;xml;username=Josip%40
Only show the errors with the same message
8: Undefined index: chat
Only show the errors from this file
File: /home/balkanwa/public_html/Sources/Subs.php
Line: 3737

OK here is the line where error is please help me fix this :(

3717: ), rtrim(file_get_contents($sourcedir . '/' . $filename))));
3718: }
3719: else
3720: require_once($sourcedir . '/' . $filename);
3721: }
3722:
3723: function setupMenuContext()
3724: {
3725: global $context, $modSettings, $user_info, $txt, $scripturl;
3726:
3727: // Set up the menu privileges.
3728: $context['allow_search'] = allowedTo('search_posts');
3729: $context['allow_admin'] = allowedTo(array('admin_forum', 'manage_boards', 'manage_permissions', 'moderate_forum', 'manage_membergroups', 'manage_bans', 'send_mail', 'edit_news', 'manage_attachments', 'manage_smileys'));
3730: $context['allow_edit_profile'] = !$user_info['is_guest'] && allowedTo(array('profile_view_own', 'profile_view_any', 'profile_identity_own', 'profile_identity_any', 'profile_extra_own', 'profile_extra_any', 'profile_remove_own', 'profile_remove_any', 'moderate_forum', 'manage_membergroups', 'profile_title_own', 'profile_title_any'));
3731: $context['allow_memberlist'] = allowedTo('view_mlist');
3732: $context['allow_calendar'] = allowedTo('calendar_view') && !empty($modSettings['cal_enabled']);
3733: $context['allow_moderation_center'] = $context['user']['can_mod'];
3734: $context['allow_pm'] = allowedTo('pm_read');
3735:
3736: $num = empty($modSettings['enableChatButtonNo']) ? 0 : count(chatOnlineUsers());
==>3737: $chatButton = $txt['chat'];
3738: $chatButton .= ($num > 0) ?  ('('.$num.')') : '';
3739: $chatLink = str_replace("index.php", "chat/index.php", $scripturl);
3740: if (!empty($modSettings['chatPopUp']))
3741: $chatLink .= '" onclick="openWindow(this.href);this.blur();return false;';
3742:
3743:
3744: $cacheTime = $modSettings['lastActive'] * 60;
3745:
3746: // All the buttons we can possible want and then some, try pulling the final list of buttons from cache first.
3747: if (($buttonData = cache_get_data('menu_buttons-' . implode('_', $user_info['groups']) . '-' . $user_info['language'], $cacheTime)) === null || time() - $cacheTime <= $modSettings['settings_updated'])
3748: {
3749: $buttons = array(
3750: 'home' => array(
3751: 'title' => $txt['home'],
3752: 'href' => $scripturl,
3753: 'show' => true,
3754: 'sub_buttons' => array(
3755: ),
3756: ),
3757: 'help' => array(

TheListener

Lexa90

Sorry bud but I haven't got a clue.


timexley

Quote@timexley
if you are using utf8 encoding you should add text string to your language file manually

Awesome - thanks hunter - that was exactly the pointer I needed! We are using UTF8. Will edit the files as you suggested - everything working perfectly now. Many thanks.

.HuNTeR.

@lexa90
if you are using any language other than english or using utf8 you should add $txt['chat'] with your desired string to modification.[yourlanguage].php file

lexa90


DarioRed

How to remove
Quotex user is in chat.:
from online user statistic?

And how to move shoutbox to bottom of page?


ishaan

Hello Brother..
  I am installed your  AjaxChat Integration (latest version 3.2.1). My SMF version is  1.1.10. the mod installation is successful. But when i try to type on shout bux this MSG is coming.
QuoteChatBot: Error: Connection status: 500



Kindly plzz help me  :-[



I know my English is not good. sry

TheListener

You need to set your permissions.

Go to the AJAX CHAT links in my signature.

ishaan

#3635
Thank You!! TheListener :)

mike s

I'm having trouble as well.

I installed this version to a brand new clean test system and it went in no issues and said it was succesful. Yet when I hit the Chat button, I get a pop-up window open for http://www.xxxxx.com/smf/chat/index.php that states :500 Internal Server Error  The page cannot be displayed.  Return to home page

I checked the users permissions and set on with SMF to allow them chat.
Using my FTP profile I check the above mentioned file and it has permissions of 666. I tried setting it to 777 (allow execute) but to no avail.

Uninstalled and reinstalled with the same results.

what am I missing?

regards, Mike.

TheListener

Mike try setting the permissions as 755 NOT 777

mike s

thx for fast reply...that worked. much appreciated.

Bobn

Anyway to add an enter or chat button to the shoutbox?  Some members dont know to just hit enter.

Advertisement: