Jump to content

CodingJungle

Clients
  • Posts

    3,066
  • Joined

  • Days Won

    31

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by CodingJungle

  1. I want to apologize for my lack of interest in this. it wasn't intentional, i started work on fixing it, got caught up in work and other projects and just kept back burner'ing the fix, to the point i honestly just forgot about it. I'll honestly start working on it again tonight, and hopefully will have these issues fixed ASAP. I'll see about getting any one who has been affected by keywords renewal period extended for the last 3 months, if i can't, i can offer credit on my site for purchases or renewals on my site. again, i am sorry that its been so long and a show of no interest from me.
  2. I notice this happen on a hidden password field too, i usually work around this issue by turning off required and using appearRequired and using my own custom validation.
  3. i can't duplicate this issue, i have it running on 3 of my sites and the only "empty" ones are ones where the alts have been deleted/dealt with. do you two have any of the automation features enabled? could it be other moderators/admins getting there before you, and deleting/merging the accounts? the primary (the one first logged into) will stay there, even if the alts have been removed, there is an option to delete the primaries that have no alts from the dashboard for cjdml. so i guess what i'm getting at, there could be a reason why the alts don't appear on a primary, can you rule those out?
  4. the IP isn't the only criteria it determines on, its used more of a fallback. like if the account is in the logs, and has no alt accounts attached to it (cause they've been merged/deleted/whatever), it will see if there are other accounts associated with the IP.
  5. sorry these notifications must've gotten lost in the sea of emails i've been getting over the last few weeks. I did not write the app for IPB 3, this is a new app from scratch. this app is very simplistic, it uses cookies to track the members. if they switch browsers or flush their cookie cache, it will be less effective in tracking them. with privacy being a big thing in Europe and the states atm, there aren't a whole lot of viable options when trying to persistently track users over multiple browsers or sessions. its intent is to give you an idea if account duplication is rampant on your site or not, its not meant to be an all encompassing tool. hope that helps. oh i should mention, to those waiting for keywords update, i've been busy and should have an update out sometime this week, hopefully before the weekend. i made more changes than i thought (hence why i changed how it built keywords) and it wasn't just a simple drop back in the old code.
  6. it wouldn't have helped to switch servers, it seems the problem is with my host. i'll contact their support to see how long it will be. i'll test it out, but i don't often uninstall it 🙂
  7. delete messages is still there, the only change there is it follows the global content delete permission for member groups instead of custom ones. the "delete" option in permissions for the rooms has always been a "moderator" type permission, where if they have the permission from the room, then they can delete any messages, the global content delete permissions in groups only allows them to delete their own.
  8. not sure what i could add to the discussion tbh. i've been playing with this: https://www.npmjs.com/package/node-pushnotifications not sure how well it would work in a live situation. it would require a nodejs server, and some sort of interface between it and IPS to be able to get notifications and send them out (alone with what to be sending them).
  9. thanks, when i was looking at the code, seems i introduced a condition on one of the areas it can error out, it can remove all the content, was checking to make sure it wasn't also adding ghost to it. might have to go back to the old algorithm, that i was using to find and replace the words, as it was working and my attempt to improve it seems to have caused issues. you know what they say, don't fix what isn't broken :)
  10. hey @Square Wheels could you do me a favor? can you enable debugging in your constants.php ( \define('DEBUG_LOG', true); ) and enable KW and go to the problem article, you can disable KW after this. then check your system log in support, to see if KW threw any errors?
  11. sorry i missed this one, i have fixed this in the next version that will be release (1.2), i'm waiting for a bug fix on the sortable JS i'm using now to be fixed before i push out 1.2. there are 3 tables for keywords in you database. keywords_cats, keywords_stats and keywords_words (this is the one that holds the keyword data, the other two can safely be ignored, unless stats are important to you).
  12. I was moving when this issue came up, I'm mostly settled in now so i will be working on this, this weekend. sorry for the delay. if you uninstall the app, then yes the keywords are lost (this is something IPS does, removing the tables when the app gets uninstalled).
  13. oh okay, so its linking words that exist in it, but not in the content. hmm yeah that is def a bug.
  14. so it is linking words its not suppose to be linking? what happens if you hover over 'em or click on 'em? do they do anything? are they similar to keywords you do have?
  15. it was a leftover debug call that my clean up script didn't catch (it usually converts the \IPS\Log::debug()). i've uploaded a new version that has fixed this.
  16. it doesn't create topics, you can pull videos links from topics and post (among other nodes). most of the css for the images are at the top of default.css, i'm not entirely sure what you mean by "auto fit" (i'm not really a front end dev, i'm a back end dev, so i try to keep the style/html to a minimum). for anyone interested, I have beta up of babble 2.8 on my site: https://codingjungle.com/babble/
  17. you can find the css for the category listing for you theme in the defaults.css. you will need to confgure the video services like youtube, go to the acp->community->media->settings, you will see several tabs there. on the general and category tab you can tell it which apps to ignore and which nodes/subnodes to ignore. on the services tabs, you will find links to how to get their api keys and how to configure them to work. new version is available, 3.2.1 that should fix the issue.
  18. this was fixed awhile back in the dev branch of the app, for latest fixes/improvements you should check out the repo and the dev or XP branch 🙂
  19. sorry i missed this, this intended behavior. it use to have a description after for selecting URL keyword, that would explain it will just create a hyper link and not make a hovercard. I'll add it back it.
  20. they are both back up now, had to move them to new nodes, god i love cloud computing 🙂
  21. I just tested it on my local and live site, and it appears to be working. it uses a storage extension, n2a_fonts, might check the settings for that in storage configuration to make sure its correctly setup. if it is, feel free to send me a PM on how you have your storage configured. I might be able to setup a test environment to see if there is a problem i can correct.
  22. there is a tar inside the zip, if you are on a mac, its file archiver program has a tendency to extract the tar if there are no other files inside the zip. i guess i forgot to include the instructions.txt when i built the archive. I am not sure how to fix this on a mac tho, i use 7zip in windows and file roller in ubuntu (not much of a mac guy).
  23. it was added in the last version on december 8, its been a long time requested feature.
  24. members don't receive them, only the moderators and admins. again, they can go to account settings->notifications, scroll down and disable any type of notification they don't want to receive, this is a built in IPS feature, and a user setting, there really isn't a good way to "globally" disable it, and still allow it to work if the member wants it too, so they will have to disable receiving the notification if they don't want to receive them. i can do up a quick video on how to do this (again, this a built in IPS feature).
  25. i've released new versions to keywords and media for IPS 4.4 compatibility these are notifications, they can be turned off in user settings: only admins and moderators receive the notification. this is an IPS feature that i've used here, not something i've created up on my own. Might want to review the features and how to use the software with your moderators/staff as this seems to be a training issue.
×
×
  • Create New...