201
culex
Re: xoops chat integration (like facebook) ?
  • 2010/4/12 17:06

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@Dante7237 using firefox the following javascript includes in your page gives "File not found"

xim/js/chat.js
xim/js/configdiv.js
xim/js/configscript.js
xim/js/soundmanager2.js
xim/js/sm_default.js

And also a good deal of the css/files

To me it looks like the files are not on your server or maybe have been touched by some renaming ?

or maybe the block is not made visible in all pages ?



202
culex
Re: xoops chat integration (like facebook) ?
  • 2010/4/11 20:14

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


check to see if javascript is enabled in Opera, sometimes this error is because of this.

Also check the docs/install.html I have some advice in this about whitescreen etc, but I think this is the first I see from this kind of error, I have Opera 9.64 and no such error




203
culex
Re: xoops chat integration (like facebook) ?
  • 2010/4/11 11:39

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Thank you Kris :) I have added your language files to svn both iso and utf-8 :)

I have also added Danish translation, dont really know why it was not there from the beginning

Fixed double define.: I think this one language define was intentional but now I cannot remember why I put there hehe... for now I removed so maybe it was there for no reason :) :) :)



204
culex
Re: xoops chat integration (like facebook) ?
  • 2010/4/11 1:57

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Think you need to clean also the comments in the sql file. I just checked to make sure and it gives ok install in my website...


Try downloading the and replacing all content in sql file with this...

http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsModules/xim/trunk/sql/mysql.sql?revision=4702



205
culex
Re: xoops chat integration (like facebook) ?
  • 2010/4/10 21:09

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Well some idiot (culex that is ..sorry guys ) was trying to make more MySQL 4x friendly and forgot to roll back.

I have now corrected my error back to rev 4683 wich was working...

I have updated the svn

or change sql file to this content instead

CREATE TABLE `xim_chat` (
  `
idINTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
  `
frommediumint(8unsigned NOT NULL,
  `
tomediumint(8unsigned NOT NULL,
  `
messageTEXT NOT NULL,
  `
sentDATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
  `
recdINTEGER UNSIGNED NOT NULL DEFAULT 0,
  
PRIMARY KEY (`id`)
)
ENGINE InnoDB;

CREATE TABLE `xim_pers_conf` (
  `
idint(1unsigned NOT NULL auto_increment,
  `
usernametext NOT NULL,
  `
soundint(1NOT NULL default '1',
  `
statusint(1NOT NULL default '2',
  
PRIMARY KEY  (`id`)
ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=;


I think we'll have to desite weather to use MyIsam or InnoDb but for now this works :)



206
culex
Re: xoops chat integration (like facebook) ?
  • 2010/4/10 18:54

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


The module is still in pre 1.0 state, hopefully soon (1-2 weeks) to be released as 1.0 official release.

At the moment it's being tested and some final small bugs and twitches are being elliminated.

It's (so far) fully functional and running as it's supposed, but some changes can still be added in the svn trunk prior official release, so you'll have to keep an eye on this thread before this to keep the module updated.

Until then you can test from here.
http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsModules/xim/trunk/

Just rename the downloaded folder trunk -> xim



207
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=;



208
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



209
culex
Re: SmartSection 2.14 is not updated
  • 2010/4/6 14:15

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


hmm doesn't help much this notice.

Did you try to clean caches ?

with ftp empty these folder (exept the index.html files)

xoops_data/caches/smarty_cache/

&

xoops_data/caches/smarty_compile/

And try to see if your browser display differently :)



210
culex
Re: SmartSection 2.14 is not updated
  • 2010/4/6 8:50

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Any errors in the system->modules->update screen ?

If no errors then try to clean cache files and see if this helps




TopTop
« 1 ... 18 19 20 (21) 22 23 24 ... 49 »



Login

Who's Online

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


Members: 0


Guests: 212


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