121
culex
Re: xoops chat integration (like facebook) ?
  • 2010/4/3 20:18

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Sounds great Mazarin :) also I havent had any mayor issues. I did have a small one consearning the soundmanager javascript I installed making a "XX is undefined", but this is an "lazy load issue" I'll sort out rather quickly.

The official release is due in this month I think, someone is away the next 2 weeks because of exams (good luck) and work, but sounds like he has some features planned.

But what needs to be done as I see it is the following.

1) Fixing any upcomming bugs (hopefully none)
2) Adjusting the commenting in the php files.

I have high hopes for releasing around the 18th but let's see if my bet stands the test of time

122
Mazarin
Re: xoops chat integration (like facebook) ?
  • 2010/4/4 21:22

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


A request: Can you please put a button to log out on the footer bar. I'm too lazy to go into the user page (and my visitors won't find it)

123
culex
Re: xoops chat integration (like facebook) ?
  • 2010/4/5 12:50

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


hehe yeah I dont think that'll be a problem.

124
Mazarin
Re: xoops chat integration (like facebook) ?
  • 2010/4/5 18:36

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Some bugs (or something) found:
- " im", i.e. a space followed by the letters im (not capital) are removed in conversations
- The help text for the button "Messages" is a constant. Should be changed into a language variable

That's all for now

125
culex
Re: xoops chat integration (like facebook) ?
  • 2010/4/6 5:30

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@Mazarin ah yes your right... Solution = "Don't use "im" in chats" *lol*

Strange we didnt caught this. I think this is because we use jquery rename function with im()... Guess we'll have to rename to some bogus word instead like xim_blabla or something. I'll see into this later today.

The "messages" text is part of the javascript and is stationary in the browser but somehow should be posible to overwrite using language define. It's one of these issues we put a little in the back as it was not the most important but we'll get to this also before release :)..

But nice spotted these two, thanks Mazarin

126
culex
Re: xoops chat integration (like facebook) ?
  • 2010/4/7 19:15

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


I have added some changes to the svn.

In short.:
- the " im" magic trick is gone. I have replaced the jquery renamed functions from im() to xoops_im().
- The "Message" is now language defined,
- soundmager is using lazy load to not fire empty,
- The blinking chat.title is now stripped for html so only showing "culex says..." not "<a href='....'>culex says....",
- sql file now supporting both MySql 4 & 5
- changelog is updated and so is todo

127
Mazarin
Re: xoops chat integration (like facebook) ?
  • 2010/4/7 20:35

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Still get the following error when trying to install to a MySQL 4 DB:

You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=utf8 AUTO_INCREMENT=1' at line 9

128
culex
Re: xoops chat integration (like facebook) ?
  • 2010/4/7 22:27

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Yeah Iy looks like the default chatset is a problem for MySql 4x.. So try to delete so the lines in both tables instead read

TYPE=MyISAM AUTO_INCREMENT=;

129
ghia
Re: xoops chat integration (like facebook) ?
  • 2010/4/8 7:56

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Try to have an upgrade to MySQL 5, because with v4 and UTF-8, you may also run into weird problems, with eg XOOPS permissions.

130
Mazarin
Re: xoops chat integration (like facebook) ?
  • 2010/4/8 14:42

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


I wish I could, but it's up to my host I'm afraid.

Login

Who's Online

221 user(s) are online (157 user(s) are browsing Support Forums)


Members: 0


Guests: 221


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits