AjaxChat Integration (latest version 3.2.1)

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

Previous topic - Next topic

amlucent

I will send you a step by step instructions in a PM.. gimme 10 mins

TheListener

That would be a big help (nervously twitches)

As I am also on aim is it possible for me to ask if you could be in the background as a just in case?

amlucent

oh.. that would be even better

billy2

Hi,  :)

Using 2.0RC1 with Core default theme

Keep getting the following errors in the 'forum error log' running to lots of errors.
Sorry if there has been an answer to this in the previous 90 pages - but I have become 'post blind' and probably missed it


8: Undefined index: enableChatBelowPM
File: ......./Themes/default/Themes.template.php (body_above sub template - eval?)
Line: 252
   


8: Undefined index: enableChatBelowPM
File: ............./Themes/default/GenericMenu.template.php (body_above sub template - eval?)
Line: 252
   

8: Undefined variable: count
File: ................../Themes/default/GenericMenu.template.php (body_above sub template - eval?)
Line: 261
      

8: Undefined index: enableChatBelowPM
File: ....../Themes/default/GenericList.template.php (body_above sub template - eval?)
Line: 252

Cheers for any help
Billy

mrtrc266

@ Billy
Go to Admin/Modification/Chat/ and check all these options

EnabletheShoutBox?
check for ShoutBox on any page or uncheck for only in index page:   
Integrate shout box and chat room?   
chat in popup page?   
Enable online chat users numbering on chat button?   
Show online users below total logged in time section?

mrtrc266

Quote from: Enders on May 08, 2009, 02:12:12 AM
Mm no errors, just that nothing happened except # of users appeared on the header.

Enders I just installed the Chat on my test site HERE with the Silent Wave Theme and it's working flawlessly
 

  • # of users in chat on the button
  • # of users in chat below the user area (top right)
  • list of users in chat on bottom of Board Index.
  • Pops up in new window 800x600
Attatched are the MY index.template.php and style.css files.

If you DO NOT have any other Mods installed just use these, if you do have other Mods installed then try the following.

Put the AJAX Chat Intergration Mod in a Package Parser select SMF 2 RC1 / Install / Only Theme edits (editing a theme to support a mod)

Look for the edits that are required on the index.template (don't pay attention to the "Find") just look for the "Add Afters" "Add befores" and "Replaces" then find where I put them in the files I attatched

Compare the edits with your files and place the code in the same spot

I would say just attatch your files again but I have to get to work.

Hope all that makes sense LOL  ;)


farzad

i found my connection issues were related to my .htaccess file which was performing a variety of rewrites.  you can test if this is your problem by renaming your .htaccess file to see if this fixes any functional problems.


billy2

#1787
Quote from: mrtrc266 on May 09, 2009, 10:06:45 AM
@ Billy
Go to Admin/Modification/Chat/ and check all these options

EnabletheShoutBox?
check for ShoutBox on any page or uncheck for only in index page:   
Integrate shout box and chat room?   
chat in popup page?   
Enable online chat users numbering on chat button?   
Show online users below total logged in time section?

mrtrc266
I have now checked all and  errors seem to have stopped.
but i dont want some of the features that i have now checked.
whats the next step?

****I have now unchecked the ones I really dont want and it seems to be causing no more errors - so far.
****Now back to where I wanted and all seems fine - thanks.

cheers
billy


MisterK

i succesfully instaleed ajax chat but 1 problem after instalation i click on chat but what apeir is just 1 clear page hxxp:www.hun-surprise.com/forum/chat/index.php [nonactive] nothing why ? and what can i do ?

kolt

I uninstalled all the mod and when I installed ajaxchat has no errors any more for the installation, but doen's work again,

I use mkportal, do you think this is the problem here????

TheListener

Are there any animated smileys available for use in the chat and shoutbox?

ɔɔɔɔɔɔuɥoɾ

I would imagine you can overwrite the other smileys on the shoutbox, right click the smiley and find the location, once done, you can upload another smiley to the smiley location with the same filename.


SMF 2.0 RC5

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

primetime

I am a recent convert from PHPbb3. One feature that I had in my Ajax chat was a MOD that allowed me to use Lightbox in the chat. I renamed the BBCode to Niceimg as the tag. I believe it required something called imagick. I had this so my members would not post large pics in the chat but use the bbcode to post smaller pics and when the pic was clicked, it would show the larger pic in a popup.

Does anyone have any code that would allow this in Ajax Chat with SMF 2.0RC1?

Here are the codes that I added in the PHPBB3 admin area to allow this feature..

[NiceImg={URL}]{TEXT}[/NiceImg]

Replacement text..
<a href="{URL}" title="{TEXT}" rel="lightbox[page]">
<center><img src="{URL}" alt="{TEXT}" height="100" width="140" /></a></center>
<p>{TEXT}</p>

Helpline text
[NiceImg=http://Link to the Image.jpg]Title - Dscription[/NiceImg]

Thank you,
Prime

JBlaze

You can edit the /chat/lib files, I think in the AJAXChat.php file, to find where BBC is defined and add it from there.

You can also see the official documentation for Ajax Chat at https://blueimp.net/ajax/#documentation
Jason Clemons
Former Team Member 2009 - 2012

Enders

Mm it still doesn't work o.o. Right now I'm using the shoutbox in a block and my navigation is a drop down. I'll attach my index.template.php o.o.

primetime

Quote from: JBlaze™ on May 09, 2009, 07:36:42 PM
You can edit the /chat/lib files, I think in the AJAXChat.php file, to find where BBC is defined and add it from there.

You can also see the official documentation for Ajax Chat at https://blueimp.net/ajax/#documentation

Thank you for the reply. Unfortunately I am not proficient in coding and dont see the bbcode info in the above mentioned file.

mrtrc266

#1796
Quote from: MisterK on May 09, 2009, 11:40:42 AM
i succesfully instaleed ajax chat but 1 problem after instalation i click on chat but what apeir is just 1 clear page http://www.hun-surprise.com/forum/chat/index.php nothing why ? and what can i do ?

Quote from: kolt on May 09, 2009, 12:23:34 PM
I uninstalled all the mod and when I installed ajaxchat has no errors any more for the installation, but doen's work again,

I use mkportal, do you think this is the problem here? ???

CHMOD your chat/index.php and shoutbox/index.php to 755

Please see this for more help and customizations as well
~~~AJAX Chat Intergration FAQ's & Tips-N-Tricks~~~

mrtrc266

Quote from: Enders on May 09, 2009, 09:19:25 PM
Mm it still doesn't work o.o. Right now I'm using the shoutbox in a block and my navigation is a drop down. I'll attach my index.template.php o.o.

Try this one Enders, once again I just tried it on my test site and it does popup in a new window.


Enders

Thanks mt! It finally worked!

amlucent

I am working on porting a phpbb mod called gwbbcode to SMF and it works so far, but unfortunately my list of bugs is long.   One on my top priority is a bug that it seems to completely bork the Ajax Chat mod.  I will be greatful for any assistance from anyone knowledgeable about ajax chat figuring out what code in ether mod is causing the error.

Thanks.

Download development version of GWBBCODE for SMF

Advertisement: