81
btesec
Re: xoops chat integration (like facebook) ?
  • 2010/3/3 15:19

  • btesec

  • Friend of XOOPS

  • Posts: 623

  • Since: 2007/2/20


just tested and still have the same issue as reported yesterday. Installed fresh from the SVN. are there any requirements or specific settings/configurations, I am using latest ubuntu server, php and MySQL latest versions as well.
thanks

82
Yurdal
Re: xoops chat integration (like facebook) ?
  • 2010/3/3 16:11

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


Tested on XOOPS 2.0.18.2 and 2.4.5 Beta
Block is visible but status is not changeble another users are visibile but when i clik one of the user nothing happens, even not a popup comes up, tested with FF 3.6

In admin section when i click on the module icon get a white screen and later i get redirected to the main page, same as the XIM link on the mainmenu

PHP 5 and MySQL 5

83
culex
Re: xoops chat integration (like facebook) ?
  • 2010/3/3 16:44

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@Yurdal.

Just noticed a dubble index file in /xim/ so try to delete index.html from xim root. No need to have 2 index files.

Your status change is not visible to you but for other users, ie if you change status to "away" other users will see your icon as away, same as you will see their changing status.

Both someone and I have tested the basic script running without problems. I did however have problems running the script in local server, but in live web it works fine. Do you get any javascript errors or XOOPS error ?

@btesec no special configs or dependencies. do you get any errors ?



If you like you can pm a url and I can have a look. Probably something very basic we missed :)

84
btesec
Re: xoops chat integration (like facebook) ?
  • 2010/3/3 18:57

  • btesec

  • Friend of XOOPS

  • Posts: 623

  • Since: 2007/2/20


No errors. I am running an local server

85
btesec
Re: xoops chat integration (like facebook) ?
  • 2010/3/3 18:58

  • btesec

  • Friend of XOOPS

  • Posts: 623

  • Since: 2007/2/20


is there a particular theme u guys are using

86
culex
Re: xoops chat integration (like facebook) ?
  • 2010/3/3 21:58

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


I have just checked with 5 different themes besides my normal. Including zetagenesis and all work, except for one where the update block missed a beat.

The pop-up chat layer still worked though only status when off, the file has now been corrected in svn

in templates/blocks/onlinenow.html

change line 3 from
<li style="list-style-type:none;"><a href="javascript:void(0)" onclick="javascript:chatWith('<{$user.id}>','<{$user.nome}>')"><img src="<{$block.image}>" style="margin-bottom:-3px"><{$user.nome}></a></li>


to
<li style="list-style-type:none;"><a href="javascript:void(0)" onclick="javascript:chatWith('<{$user.id}>','<{$user.nome}>')"><img src="<{$user.status}>" style="margin-bottom:-3px"><{$user.nome}></a></li>


Also I had problems in local server but it worked itself out when I tested in my web (dont know exactely why though)

Just be be sure... you have made the block visible in all pages ?

87
culex
Re: xoops chat integration (like facebook) ?
  • 2010/3/6 21:18

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Just following up on the local test server issues previously mentioned in this thread.

I have just tested the script with a fresh XOOPS and xim install with these system variables

Quote:

XOOPS Version.: XOOPS 2.5.0-alpha1
PHP Version.: 5.3.0
mySQL Version.: 5.1.36-community-log
Server API.: apache2handler
OS.: WINNT


1) copied module
2) Installed, made visible.
3) Made block visible (right side, all pages ,admin + registered user)

A variaty of things are still unclear, but maybe someone has an educated guess to some of my problems.

test 1)
Script do not run in zetagenesis theme, half 'n half in default theme (xoopsTheme->addscript show ANSI charset in javascript in theme header..)
- The script however ran perfect with newly added suico theme.

Test 2)
After testing with suico, script now also work perfect in default theme.

test3) Javascript inserts now appear with good charset in theme and script run ok. Still no good explanation as to why not with zetagenesis theme.

All test are done with FF 3.0.11 and IE 8.0.6

88
kris_fr
Re: xoops chat integration (like facebook) ?
  • 2010/3/6 22:36

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


@ culex : i see tomorrow for zetagenesis

89
culex
Re: xoops chat integration (like facebook) ?
  • 2010/3/6 22:58

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@ kris_fr.: This is only in local server WAMP. In live website with zetagenesis it works perfect.

Actually I cannot get xim to work very nice at all in local server, but it runs nicely in live web.

could be some internal settings in local server interfering with the module I think :)

90
kris_fr
Re: xoops chat integration (like facebook) ?
  • 2010/3/6 23:58

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


i think problem with php version

Login

Who's Online

231 user(s) are online (144 user(s) are browsing Support Forums)


Members: 0


Guests: 231


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