CodingJungle Posted September 1, 2017 Author Posted September 1, 2017 i've upgraded the socket.io from 1.4.5 to 2.0.3, as well as elephant.io to the latest version (seems there was some issues with php 7.1 )
CodingJungle Posted September 1, 2017 Author Posted September 1, 2017 @superj707 downloads plus 2.1 released.
Claudia999 Posted September 1, 2017 Posted September 1, 2017 12 hours ago, Kjell Iver Johansen said: The menucount does only show for people inside the chat - not for people not in the chat. Thats how it is on my sites - that both have the chatservice.. Thanks for this info. Now I have ArrowChat. There is no menucount too and this is the most unlikely feature for my users.
Unlucky Posted September 1, 2017 Posted September 1, 2017 got the new version of babble installed just had a report in that sound is not working now - any ideas
Unlucky Posted September 1, 2017 Posted September 1, 2017 latest other problem reported... " We can now post but it is still not right, many occupants not showing on the list so difficult to strike up a conversation. " Hi, By the time I posted last problem we have another... "further to my telling you about the issues with chat room not showing who is in it has now got worse ppl are being kicked out ait seems when someone enters the the mainly it did work or a bit this morning but is back to how it was again now"
CodingJungle Posted September 1, 2017 Author Posted September 1, 2017 9 hours ago, Unlucky said: just had a report in that sound is not working now - any ideas make sure the urls on the sound tab in configuration are correct, and they have them enabled in their settings. 9 hours ago, Unlucky said: got the new version of babble installed 2.4.0 is the latest version? i haven't released the next one yet. 3 hours ago, Unlucky said: " We can now post but it is still not right, many occupants not showing on the list so difficult to strike up a conversation. " after about 3 hours with the assistance of two laptops, my desktop, 3 fire tablets, a ipad and my phone, i am able to reproduce the issue reliably now with just my laptop and desktop. i'm working to see how to fix it, as it is a race condition in the code (there is still a mobile device hangup, but one step at at time).
CodingJungle Posted September 2, 2017 Author Posted September 2, 2017 alright i think i fixed the online list. i'm gonna test it out some more and try to get a new version tomorrow. same with the chat service version, which will have the fixes in it that the self hosted will have. On 8/31/2017 at 2:32 PM, Kjell Iver Johansen said: The menucount does only show for people inside the chat - not for people not in the chat. Thats how it is on my sites - that both have the chatservice.. 20 hours ago, Claudia999 said: Thanks for this info. Now I have ArrowChat. There is no menucount too and this is the most unlikely feature for my users. this will be fixed in the next version.
SJ77 Posted September 2, 2017 Posted September 2, 2017 the new downloads is amazing!!! Thank you. The amazon review style looks GREAT!! CodingJungle 1
CodingJungle Posted September 2, 2017 Author Posted September 2, 2017 1 hour ago, superj707 said: The amazon review style looks GREAT!! you can thank @Adriano Faria for that one, he gave me the idea SJ77 and Adriano Faria 1 1
CodingJungle Posted September 3, 2017 Author Posted September 3, 2017 Babble 2.4.1 with improved online list (hopefully it is finally fixed, in my testing i wasn't able to reproduce any of the previous issues). you will need to follow the upgrade guide here: https://codingjungle.com/tutorials/babble/upgrade-from-240-to-241-self-hosted-r34/ Foolboy 1
Unlucky Posted September 3, 2017 Posted September 3, 2017 Hi, Latest member issue reported this lunchtime "further to my telling you about the issues with chat room not showing who is in it has now got worse ppl are being kicked out ait seems when someone enters the the mainly it did work or a bit this morning but is back to how it was again now and getting worse no sound now "
jair101 Posted September 3, 2017 Posted September 3, 2017 I am interested in keyword tooltips. I have few questions: 1. Is it easy to change the styling from link to something similar to the way IPS does it, like for example when you type ACP ? I find the link a bit obtrusive. 2. Can the keywords tooltips be pulled from pages records or even do external api calls? I guess the first one can be achieved with Automatic Rules, but it would be great if the tooltip has the flexibility to do everything. 3. Are the keyword tooltips applied when the topic is published or they are also retroactively applied to all posts containing the keywords? I will have to refresh the tooltip data frequently (linked to the previous question I asked), which probably means deleting and recreating the tooltips on each day (with the help of automation rules).
CodingJungle Posted September 3, 2017 Author Posted September 3, 2017 4 hours ago, Unlucky said: Hi, Latest member issue reported this lunchtime "further to my telling you about the issues with chat room not showing who is in it has now got worse ppl are being kicked out ait seems when someone enters the the mainly it did work or a bit this morning but is back to how it was again now and getting worse no sound now " the sounds are working for me if they are enabled, i can't reproduce that issue at all. i am releasing 2.4.2 where i have loosened up the timings a bit on the babble.js 4 hours ago, jair101 said: 1. Is it easy to change the styling from link to something similar to the way IPS does it, like for example when you type ACP ? I find the link a bit obtrusive. there are two css classes that get applied to the keywords they are "keyword" and "keywordurl" that you can style in your customs.css to make them appear any way you like. 4 hours ago, jair101 said: 2. Can the keywords tooltips be pulled from pages records or even do external api calls? I guess the first one can be achieved with Automatic Rules, but it would be great if the tooltip has the flexibility to do everything. at this time you can't use external API's, but you can link to IPS Page Databases (as you can create a URL keyword and provide the link to the record). 4 hours ago, jair101 said: 3. Are the keyword tooltips applied when the topic is published or they are also retroactively applied to all posts containing the keywords? I will have to refresh the tooltip data frequently (linked to the previous question I asked), which probably means deleting and recreating the tooltips on each day (with the help of automation rules). they are done at display runtime, so they always appear "up to date". jair101 1
jair101 Posted September 3, 2017 Posted September 3, 2017 9 minutes ago, CodingJungle said: at this time you can't use external API's, but you can link to IPS Page Databases (as you can create a URL keyword and provide the link to the record). 4 hours ago, jair101 said: My question was more like if it is possible to parse pages records or blocks in the tooltip. I.e., if I can use template tags in the tooltip or it is only editor and some pure html?
CodingJungle Posted September 3, 2017 Author Posted September 3, 2017 2 minutes ago, jair101 said: My question was more like if it is possible to parse pages records or blocks in the tooltip. I.e., if I can use template tags in the tooltip or it is only editor and some pure html? it is a codemirror editor (as a lot of request when i first came out with it was to allow full html useage, and the cke editor doesn't allow that). it doesn't do template logic at this time, but i might consider adding it in a future version, as it is n't "hard" to do, and i do something similar already in my CJ Menu application, so i could probably scarf the code from it. so to answer your question, it can do bbc, some editor stuff and raw html and of course plain text jair101 1
Zen Geek Posted September 4, 2017 Posted September 4, 2017 Using the latest 2.4.1 babble version. We are unable to switch rooms. I can click on another room, but it takes me back to the default room.
CodingJungle Posted September 4, 2017 Author Posted September 4, 2017 3 hours ago, Zen Geek said: Using the latest 2.4.1 babble version. We are unable to switch rooms. I can click on another room, but it takes me back to the default room. yeah noticed this last night when working on the chat service update, i will be releasing 2.4.3 later today after a little more testing (having a labor day bbq, so things are going a bit hectic around the house atm).
Zen Geek Posted September 4, 2017 Posted September 4, 2017 1 minute ago, CodingJungle said: yeah noticed this last night when working on the chat service update, i will be releasing 2.4.3 later today after a little more testing (having a labor day bbq, so things are going a bit hectic around the house atm). No problem, enjoy the holiday! Thank you
CodingJungle Posted September 4, 2017 Author Posted September 4, 2017 2 hours ago, Zen Geek said: No problem, enjoy the holiday! Thank you babble self hosted and chat service 2.4.3 both released, has the room fix in it, and further tweaks to the "online list" to improve reliability (noticed an issue last night with guest accounts). Zen Geek 1
Kjell Iver Johansen Posted September 4, 2017 Posted September 4, 2017 30 minutes ago, CodingJungle said: babble self hosted and chat service 2.4.3 both released, has the room fix in it, and further tweaks to the "online list" to improve reliability (noticed an issue last night with guest accounts). I have this Node issue whren trying to connect. Is it the same version? I downloaded 2.4.3and that was the number I had earlier also..
CodingJungle Posted September 4, 2017 Author Posted September 4, 2017 2.4.2 was the last version. 2.4.3 was just released. Make sure u have the right one the self hosted and chat service has the same version now Foolboy 1
SJ77 Posted September 8, 2017 Posted September 8, 2017 Eagerly awaiting the next downloads plus. Looking forward to the banner option in the personal store. Also, wondering if we can have an option to make "other files from submitter" random instead of by date? That way we can see different files all the time if submitter has many files. really enjoying all of your work. Thank you
CodingJungle Posted September 8, 2017 Author Posted September 8, 2017 5 hours ago, superj707 said: Also, wondering if we can have an option to make "other files from submitter" random instead of by date? That way we can see different files all the time if submitter has many files. really enjoying all of your work. Thank you this option is already there. go to ACP->Community->Downloads->Settings, click on the "Downloads Plus" Tab, and scroll below the "Status" stuff, you should see "Author Files" Header, and with the two options for author files, if random is enabled it will go by random, if disabled it will do by date. you can also set how many to display. i should remind you "random" can be a bit "costly" on the db query if there are a lot of files. so if you are having slow queries, its more than likely it. if it becomes an issue, i'll setup a "cache" for it and have it refresh every 10 minutes or so. 5 hours ago, superj707 said: Eagerly awaiting the next downloads plus. Looking forward to the banner option in the personal store. other apps took precedent last week and this week (babble mainly), this weekend it will probably be duplicate member app, its been neglected. if it was a kid and i was its father, it would be in a state home for how badly i've neglected it. so hopefully next week i can turn my attention back to downloads plus, get questions redone and finish up guides and roadmaps and add in a few other features i've been thinking about (like a full listing of support reports for any of the files i have, as it is tedious going between files lol). SJ77 1
Unlucky Posted September 11, 2017 Posted September 11, 2017 Any ETA on the beefed up duplicate member logger?
CodingJungle Posted September 12, 2017 Author Posted September 12, 2017 On 9/11/2017 at 8:03 AM, Unlucky said: Any ETA on the beefed up duplicate member logger? Hopefully by the end of the week. decided to rewrite it and come at it from a different approach.
Recommended Posts