111
culex
Re: xoops chat integration (like facebook) ?
  • 2010/12/6 0:19

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@Stance

Yes it is Having the idea that in the week to come I'll fix the small bug with permissions. Really should have done this before but never thought about it. As it is now the block is visible only to the blocks you choose in block permissions, but the footer is visible for all. Hoping to include the fix tomorrow but I want to collect what ever else comes up before making 1.01
Programming is like sex:
One mistake and you have to support it for the rest of your life.



112
culex
Re: xoops chat integration (like facebook) ?
  • 2010/12/6 0:15

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@Mazarin

Quote:
Thx. The error is now gone...but the problem remains


Ahh 2.4.3. I was getting so much use to 2,4,5 that I forgot about the others hehe..

After install in 2.40 - 2.4.3 etc etc update system-module in preferences/modules then all should be good.
Programming is like sex:
One mistake and you have to support it for the rest of your life.



113
culex
Re: xoops chat integration (like facebook) ?
  • 2010/12/5 20:16

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@mazarin I stand corrected, also I found this, but this is simply a notice, not a breaking error. And in my case I could complete the AMS submit with no problems. I have removed the notice and corrected the misplacement of $block['set'];

Here are the fixes for today + I have made the version 1.00 RC to stop the system notice for showing wrong

@Stance I think most or your inputs have been corrected
Programming is like sex:
One mistake and you have to support it for the rest of your life.



114
culex
Re: xoops chat integration (like facebook) ?
  • 2010/12/5 11:03

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Hmm just tested with submit.php but I dont have this error, submission is working correct. (fresh install of xoops 2.4.5 and AMS 3.00 final)

Anyone else have this ?
Programming is like sex:
One mistake and you have to support it for the rest of your life.



115
culex
Re: xoops chat integration (like facebook) ?
  • 2010/12/4 23:31

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Quote:

When using the XIM block together with AMS, the submit article page of AMS gives me this error:

Information: Undefined index: set i fil /modules/xim/blocks/b_instantmessenger.php rad 90


This probably only happens when your not logged in. With anonymous users this loop is undefined
Programming is like sex:
One mistake and you have to support it for the rest of your life.



116
culex
Re: xoops chat integration (like facebook) ?
  • 2010/12/3 15:27

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@stance thanks so much for testing and displaying ideas and found bugs

Here are my temporary replyes to you inputs.

Quote:
1- I think there should be an Options link in this block, i can't see it. I've checked the template of xim_tiny_footerbar and there seems that div is coded but it comes as display:none with no imagebutton to display it.


It's possible tiny is missing this option. I'll have to test. Most our conserns has been with jquery and making containers work so maybe footers has been left out a little. I'll have to come back to this after testing. But in block and normal footer options defininately is present.

Quote:
2- It says "There is a newer version" although the newest version is installed. I think this is because the system counts current version 0.991 as 0.99.


Correct. Also I noticed. Xoops modules are using only 2 decimals and my update file is using 3. This will be corrected when going 1.00 1.01 etc etc

Quote:
3- The more important thing here is, there are no "Preferences" link here. I've uninstalled and reinstalled XIM to get the Preferences link and bookmarked it just because of this.


In admin for xim the preferences are located in the right corner. There are 2 icons (I believe the 1st is preferences and 2nd is admin)

Quote:
4- The users list sometimes come empty, sometimes full. I don't know why. May be because i was working on the xim_tiny_footerbar template. Not sure. Besides, i've received some messages twice or three times from the sender.


This problem also happened with normal footer when user is "Hidden"...I'll look into this, should be easily fixed

Quote:
5- And while checking the classes, i've seen a buddy class which has methods for creating a friendlist etc. Is this a coming feature or another thing i didn't see in this version?


This is a comming feature we have prepared. I think andrax is working on this but in 1.00 but this will come after 1,00

Quote:
6- A scrollbar for the users list is needed.

This is true, but unless a very simple fix for this comes up this will not be fixed until after 1.00[/quote]

Quote:
I've disabled the module access of a user group while the footer is on.


I havent noticed this before. Maybe something caching could be, try to clean caches... or maybe something in 2.50 (my maintests has been with 2.4.5 and there I havent noticed) but I'll give it some testing

Programming is like sex:
One mistake and you have to support it for the rest of your life.



117
culex
Re: xoops chat integration (like facebook) ?
  • 2010/12/2 17:22

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@Stance The invisible status is in the options in the block

Dont know about the images not showing. Only time I have seen this in my tests is if the user dont have uploaded an avatar. But I'll try to reproduce
Programming is like sex:
One mistake and you have to support it for the rest of your life.



118
culex
Re: xoops chat integration (like facebook) ?
  • 2010/12/2 14:28

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@jimmyx if jquery already exists in xoops_lib then you do not have to overwrite it. Just make sure it is a relative new version (xim's version is 1.4.2)

@Mazarin looks familiar this error... but I cannot reproduce it. So a solution is a wildshot. Look in firebug to see if you have more than 1 includes of jquery.ui ?

EDIT: I just read up on this error a little. The "..is not a function" sometimes occur when you have multible versions of jquery or jquery.Ui included in same page. OR it sometimes happens with a windows cache. So check wich jquery & jquery.UI is included and clean xoops caches. Hopefully this would solve it
Programming is like sex:
One mistake and you have to support it for the rest of your life.



119
culex
Re: xoops chat integration (like facebook) ?
  • 2010/11/30 20:55

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@Try update module in preferences, you dont have any errors ?

@mazarin did you uninstall the previous version ? This version needs a new install due to new tables. If you did uninstall/install then yes it could be. Any errors in fireBug ??
Programming is like sex:
One mistake and you have to support it for the rest of your life.



120
culex
Re: xoops chat integration (like facebook) ?
  • 2010/11/30 11:42

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@Oswaldo...correction messages from admin DOES go to all users in your site, not only users of Xim

The svn structure has changes a little.. Now you get in your archieve-file.

modules/xim
xoops_lib/

Content of xim goes to your modules and content of xoops_lib goes into what every you have called this folder localy.
Programming is like sex:
One mistake and you have to support it for the rest of your life.




TopTop
« 1 ... 9 10 11 (12) 13 14 15 ... 49 »



Login

Who's Online

166 user(s) are online (102 user(s) are browsing Support Forums)


Members: 0


Guests: 166


more...

Donat-O-Meter

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

Latest GitHub Commits