Jump to content

CodingJungle

Clients
  • Posts

    3,066
  • Joined

  • Days Won

    31

Reputation Activity

  1. Thanks
    CodingJungle got a reaction from SJ77 in CodingJungle's Apps [support topic]   
    how'd that get in there...i'll get it fixed and push a new version
  2. Thanks
    CodingJungle got a reaction from Millipede in CodingJungle's Apps [support topic]   
    it wont be this week, but next weekend i def can see about adding an option of "merge group into mobile" and it will merge them on the group that is set to replace the primary menu. 
  3. Like
    CodingJungle got a reaction from BakuEdi in CodingJungle's Apps [support topic]   
    on my site there are 2 main packages, one starting at $75 (its has a term of 6 months, and the subscription fee is $30 every 6 months) and then there is the one package which is $95 and then $50 once a year for the subscription. here on IPS it is $75 i believe with a $35 every six month subscription fee. 
    I prefer purchases to be on my site, as the license key and renewals are all handled automatically (no delays), but if bought from here, there can be delays (as i am not always available) as it needs to be done manually. 
  4. Like
    CodingJungle got a reaction from BakuEdi in CodingJungle's Apps [support topic]   
    it's fully integrated into your site, there are no redirects to any of my servers. my servers are only there to facilitate the transfer of messages. 
    you can see it in action here:
    https://codingjungle.com/babble/
  5. Like
    CodingJungle got a reaction from BakuEdi in CodingJungle's Apps [support topic]   
    yes, the chat service version was specifically created so users could use it on the communities in the cloud. 
  6. Thanks
    CodingJungle reacted to Circo in CodingJungle's Apps [support topic]   
    @CodingJungle I wanted to pop in and say GREAT JOB on fixing the duplicate members app.  It's working better than ever, I can not thank you enough.  I came over to update my review on the file listing and it's not letting me.  Need to upgrade to 5 stars.
     
    EDIT: I sent a report in to IPB about not being able to edit my old review and they fixed it.  5 stars well deserved!
     
  7. Like
    CodingJungle got a reaction from Martin A. in CodingJungle's Apps [support topic]   
    @Square Wheels and @liquidfractal the issue should be fixed now in 3.1.7
  8. Like
    CodingJungle got a reaction from Square Wheels in CodingJungle's Apps [support topic]   
    @Square Wheels and @liquidfractal the issue should be fixed now in 3.1.7
  9. Like
    CodingJungle got a reaction from Ambulance in Quick request if you have 2 minutes...   
    The Good: it didn't eat my deskcat, The Bad: it doesn't make breakfast ?
  10. Thanks
    CodingJungle got a reaction from LiquidFractal in CodingJungle's Apps [support topic]   
    what was the issue? @Martin A. is in a slack channel i troll, i can get with him to figure out  a solution. 
  11. Thanks
    CodingJungle got a reaction from Metmet in CodingJungle's Apps [support topic]   
    i'm not familiar with that theme, does it work on the default theme or does it still throw this error?
    i've fixed this in the next version.
    1, yes i have, it supersedes the acronym's, so if you have an acronym and a keyword both with the same name, the keyword will win out.
    2. yeah, just got late to the party 🙂 was thinking a black friday sale was gonna be on well, black friday or cyber monday 🙂 
    it uses its own classes. there are  a few different css files depending on what you are using.
    block.css will control the look and feel of block menu types. 
    mega.css will control how the mega sub menus will look.
    traditional.css will control how the single column sub menus will look.
    cjmg.css contains all the other styling.
    there is also cjmg_custom.css that loads after all these to allow easily override the css rules in the other css.
  12. Like
    CodingJungle got a reaction from Sonya* in CodingJungle's Apps [support topic]   
    i'm not familiar with that theme, does it work on the default theme or does it still throw this error?
    i've fixed this in the next version.
    1, yes i have, it supersedes the acronym's, so if you have an acronym and a keyword both with the same name, the keyword will win out.
    2. yeah, just got late to the party 🙂 was thinking a black friday sale was gonna be on well, black friday or cyber monday 🙂 
    it uses its own classes. there are  a few different css files depending on what you are using.
    block.css will control the look and feel of block menu types. 
    mega.css will control how the mega sub menus will look.
    traditional.css will control how the single column sub menus will look.
    cjmg.css contains all the other styling.
    there is also cjmg_custom.css that loads after all these to allow easily override the css rules in the other css.
  13. Like
    CodingJungle got a reaction from VladislavD in CodingJungle's Apps [support topic]   
    i thought i had answered this on my site, but it doesn't seem to have been saved (will need to look into as why). i've replied there, but i will reply here as well.
    yes it will work with mobile devices, it will be styled like links for your theme will. you can aslo style them differently using the class for css keywordUrl  (this is for keywords that are URLS) and keyword (this is for KW that aren't URLS). 
  14. Thanks
    CodingJungle got a reaction from Millipede in CodingJungle's Apps [support topic]   
    it would seem you have an app installed that has a content router extension, but it doesn't have a container class (or it is missing the property for it).
    i've put a check in the code to make sure this property is populated and/or the class actually exist before passing it to the form helper.
     
    when i first activated php 7.2 on my cpanle/easyapache 4 server, it was missing the php-mbstring and php-mysql, and all i had to do was go rebuild it with the missing plugins and it worked fine, so i'd imagine it is something similar for you, as there are a few plugins IPS needs to run properly.
    I've gone ahead and rolled back to a early version of the codebase, before the php 7 syntax was introduced and then back ported the fixes (changing them to work in php 5.6 as well).  I will be releasing this shortly. 
    most of my new stuff and new major versions for any of my apps will be written with php 7+ in mind. just a friendly reminder, php 5.6 and php 7.0 will reach EOL this december.
     
    its next in my queue to take a look at.
  15. Like
    CodingJungle got a reaction from Cyboman in CodingJungle's Apps [support topic]   
    so its the automated one that isn't working? cause last time it was reported, i tested the manual (since they both use the same code) and it was working there. must be a hiccup in the flow that is causing it then, i'll check it out.
     
    its not a bug, its a debug message, i meant to type in debug instead of log, that way it would only work if the constant is defined for it, its been fixed in this latest version.
    working on UI and stabilizing the features i've added, all i can really say for ETA, possibly in the next 3 weeks or so. Since it is a huge upgrade from v2, i want to make sure everything is working and stable before releasing. 
    check the rooms perms, does the banned group have permissions to use babble? if they don't and this is still possibly, i'll dive a bit deeper into what could be causing this. 
    this has been fixed in the latest version of dplus.
    i'll reply in the PM you sent thanks. 
  16. Haha
    CodingJungle got a reaction from Fierce God in Quick request if you have 2 minutes...   
    The Good: it didn't eat my deskcat, The Bad: it doesn't make breakfast ?
  17. Haha
    CodingJungle reacted to Matt in Quick request if you have 2 minutes...   
    Hi all,
    I have a request that will only take a few minutes of your time, and will give you something in return.
    We're finally getting around to creating books and guides to help new customers get comfortable on the Invision Community platform.
    I'm looking for a few positive quotes and 'soundbites' we can use on a few pages around the site, on social media and in these guides.
    Hopefully you've got nice things to say. @LaCollision gave us a very nice quote a while back.
    So things like:
    That sort of thing. If you have a specific use for Invision Community, then we'd love to hear from you.
    If you are happy to leave a comment, please also leave your name and URL to your site.
    If the site is safe for work, then we'll link back to it when using any quotes on our site and on social media.
    We get a fairly health bit of traffic so I'm sure you'll get a good number of click throughs too.
    If we get 20 useable quotes, I'll post an exclusive picture of Charles and Lindy holding a hotdog from 2008. I did not seek their permission before making this promise.
    Thanks for reading!
  18. Haha
    CodingJungle got a reaction from LiquidFractal in CodingJungle's Apps [support topic]   
    i just figured people would realize that is for the hovercard settings ? but i can change the lang string.
    yeah in the acp->community->keywords settings, there is an option for default width, if you don't set the custom width for a kw, it will use this one. 
    i just figured you really wanted to get your point across ? 
  19. Thanks
    CodingJungle got a reaction from LiquidFractal in CodingJungle's Apps [support topic]   
    I wasn't able to reproduce this one either 4.3.3 or 4.3.4, so i'm not sure what the issue was. if you could check your system logs in the ACP under support, they might contain the error message, if so feel free to PM the error message (since it will more than likely contain sensitive info, like paths).
    the ones with the hovercard get a css class applied to them called "keyword" and the url types get a class of "keywordUrl", so you should be able to target those two specifically and achieve the desired results. other wise they will just look like normal links ? 
     
    it was working when i went there saturday...i'll check it again. at this point i'm thinking maybe its something on your site that is causing this, as i didn't see any errors in the console that were related to babble, and the modal popup you have, kept redirecting me to a different part of the site, but i'll check it again later tonight to see if there is anything actually wrong with the service or babble. 
  20. Thanks
    CodingJungle got a reaction from SJ77 in CodingJungle's Apps [support topic]   
    are you not on IPS 4.3? cause the last 2 versions have been for 4.3
  21. Like
    CodingJungle got a reaction from Sirmadsen in CodingJungle's Apps [support topic]   
    4.3 is in beta, i don't support the beta releases.
  22. Thanks
    CodingJungle got a reaction from SJ77 in CodingJungle's Apps [support topic]   
    loaded up 4.3 tonight, and installed dplus, it seems to be the only problem with it was they change \IPS\Content\ReportCenter interface to a \IPS\Content\Reportable trait. changed that, all seems to be working now.
  23. Thanks
    CodingJungle got a reaction from SJ77 in CodingJungle's Apps [support topic]   
    with no time table from IPS when 4.3 will go from beta to finale (it really seems to be on a cats meow when they make that decision), i myself can't be certain if downloads plus will be available for the release of it (as i haven't even upgrade my development boards to 4.3, as i'm still working on apps for clients that are still in 4.2.7/8).
    It has also been in my experience, that i have had things working in beta 1 of a new release, only for it to go to finale and the app does not work or malfunctions on the last beta or the finale (so its usually not worth the time to get it working on the alpha's or the early beta's). so i usually wait till the finale is available before releasing anyway (due to the changes that i've seen happen from say like beta 8 with the next release being finale and my app not working or malfunctioning between to those 2 releases).
  24. Like
    CodingJungle got a reaction from Cyboman in CodingJungle's Apps [support topic]   
    What I've uncovered:
    looking further into this "online list issue", i have uncovered a few things.
    i implemented a routine to check the online list, with active connection what i discovered was this: between 20 to 30 users out of about 1300 appeared not to be connected. when i contrasted this list with another list that is kept (to avoid multiple connections into the same room by the same user from disappearing from the online list when one of those connections are closed), the 20 to 30 users that were "stuck" were all listed 50+ times in the "connection" list, compared to 1 to 2 for the other 1300 connected users. this can occur when multiple connections to the same room as the same user happen.
    so what i can figure out best  what is happening, they aren't getting cleared out when they disconnect cause the system thinks that have another open connection (which is due to excessive connections).
     
    how to fix:
    there are 3 things i've added  to help mitigate this.
    first: when a user disconnects now, when it checks the other connections they might have, it will verify that those connection are actually active, if not it will remove them.
    second: i've decreased the heartbeat detection from 60 seconds to 30 seconds, hopefully with the reduction in the heartbeat it will be able to remove inactive connections better.
    and finally, i've added in a "zombieKiller" task. each user when they connected will be given a 15m time stamp, that gets updated every 10 minutes when connected (this will also update every time they send a message or send a whisper). this task will run every 5 minutes on the chat service and it will go thru the online list. when it finds one that has an expired it will remove them from the online list.
    Release:
    I will be testing these  out a few more days to make sure there aren't any unforeseen problems that might occur from any of the new task/functions added to the chat service or to the app itself. these features will also be included with the self hosted. if there aren't any issues, 8pm sunday (central standard time) i will be releasing it on my site and here in the MP. I will also be taking the chat service down for a few hours to upgrade the servers. i will be sending out an email to all the clients of the chat service to let them know about the chat service down time.
    if this problem persist after this and the cause again is users with 50+ connections to the same room, i will implement a  connection cap of 5 (which should be enough for desktop/laptop/phone and tablet).  there shouldn't be any reason i can think of why a person would need 50+ connections made to the same room  as the same user.
  25. Like
    CodingJungle got a reaction from Kjell Iver Johansen in CodingJungle's Apps [support topic]   
    not trying to diminish your issue here, but gonna try to put it into perspective. as of 1 hour ago, the North American server had a little bit over 2k users on it, with 36 sites connected to it. out of those sites, i can only confirm that 1 site has reported this issue (and that is in the last month). so the problem isn't that its happening, it's that its not happening to the vast majority of sites that run it, so whatever the cause is, its something specific (as i can only reproduce it under weirdest of circumstances and not even reliably at that point.). the one way i can reproduce it is to go to a babble page, and just hit f5 like 30 times in a row, and the other way is to open up about 20 tabs to the same room while logged in as the same user. there is a final way i did recently discover, going to a room as a guest then logging in, the guest and my account will be there, but the guest will disappear as i leave (as they "share" connections).
    with as few sites actually reporting the issue (on the chat service) and afaik only you have been the only one who has reported it with the self hosted, i can no longer justify the time to fix this in the current version, with the next major version on its way that has a revamped from the ground up online list. i know its an annoying problem, but i spent over a month last summer chasing my tail on the online list and this is actually a far far less reported problem than the other issues that were reported from the online list before.
    bug fixing is sorta like triage, you have to take the most serious first, then work you way down to the stubbed toes. sorry if this disappoints anyone, but there is really only 1 of me and only so many hours in the day.
×
×
  • Create New...