Jump to content

CoffeeCake

Clients
  • Posts

    1,916
  • Joined

  • Days Won

    24

Reputation Activity

  1. Thanks
    CoffeeCake got a reaction from Scott Allen in -200 Error Cannot Upload large images to Gallery   
    No idea. The logs should help reveal what's going on.
  2. Haha
    CoffeeCake got a reaction from Linux-Is-Best in Php Error Message   
    Look, @Daniel F..... we have to admit defeat. AlienOrigins obviously knows we're deep in the pockets with big PHP and have never touched this stuff in our lives. We are no match for his deductive reasoning skills.

  3. Haha
    CoffeeCake got a reaction from Mazzoni in Better badge look in Topic   
  4. Like
    CoffeeCake got a reaction from SeNioR- in Better badge look in Topic   
  5. Agree
    CoffeeCake got a reaction from Jordan Miller in CP-Admin: Analytics three levels   
    ...
    Analytics solutions aren't intrusion detection systems. If you need something that's looking for suspicious behavior, that solution should be ingesting your web server's logs or, more ideally, sit in front of your web server via something like a firewall and use things like inspection.
    Matomo and Google Analytics are simply tools that help you understand your audience. You can only control the software running on your services and cannot force any user or robot to run software client side.
  6. Like
    CoffeeCake reacted to Rikki in Hump Day: Achievements Improvements   
    Badges already support this - when you create the rule that awards the badge, you can enter a member-facing summary of the rule, e.g. "You posted 50 replies!".
  7. Haha
    CoffeeCake got a reaction from IveLeft... in Php Error Message   
    Sorry, just looked at your profile, @AlienOrigins. I realized I forgot a third, equally plausible factor that may be resulting in the error you're seeing.
    Yeti in the server.

    Busted.
  8. Haha
    CoffeeCake got a reaction from Linux-Is-Best in Php Error Message   
    It's totally still there. Good luck.

  9. Haha
    CoffeeCake got a reaction from SeNioR- in Php Error Message   
    Look, @Daniel F..... we have to admit defeat. AlienOrigins obviously knows we're deep in the pockets with big PHP and have never touched this stuff in our lives. We are no match for his deductive reasoning skills.

  10. Haha
    CoffeeCake got a reaction from Dean_ in Php Error Message   
    Sorry, just looked at your profile, @AlienOrigins. I realized I forgot a third, equally plausible factor that may be resulting in the error you're seeing.
    Yeti in the server.

    Busted.
  11. Haha
    CoffeeCake got a reaction from Dean_ in Php Error Message   
    It's totally still there. Good luck.

  12. Thanks
    CoffeeCake reacted to Dean_ in Hump Day: Achievements Improvements   
    Will there be anything for the mobile viewing? Or are we to limited on space?
  13. Agree
    CoffeeCake reacted to zyx in Announcement as notification   
    It'd be great if there were an option for announcements to be pushed out as notifications to specific user groups (as in the little bell notifications, rather than a box above the forum/sidebar as it currently is).
    Not sure if there is a reason this isn't included, but I'm sure many people would have uses for this.  🙂 
  14. Like
    CoffeeCake got a reaction from Linux-Is-Best in Hump Day: Achievements Improvements   
    If the bug tracker is any indication, you need client testing before it will be ready for production.
    What's the plan for releasing alpha/beta releases for testing purposes to self-hosted clients?
    We're not particularly interested in achievements and will likely not activate them in our community, however speaking from a 4.6 release as a whole the changes look like they would benefit from testing code revisions and third-party integrations.
  15. Like
    CoffeeCake got a reaction from Cyberg Studio AS in Learning to code   
    Yes, find reputable and recognized places for knowledge, just as you'd search for any other product or service online. 🙂
    Depending on your learning style, seek out paid or free training/courses from reputable providers (consider looking into MOOCs) or go straight to the source for documentation:
    PHP: https://www.php.net/docs.php MySQL: https://dev.mysql.com/doc/ Javascript: https://developer.mozilla.org/en-US/docs/Web/JavaScript HTML/CSS: https://www.w3.org/standards/webdesign/htmlcss
  16. Thanks
    CoffeeCake got a reaction from Claudia999 in Hump Day: Achievements Improvements   
    Things look a bit different this time around. With 4.5, there was the "alpha" domain hosted site, then there was a series of beta releases, followed by full releases that may as well have been beta releases. It didn't go as smoothly as maybe would be ideal.
    So I'm wondering if we take our lessons learned, and have adjusted things perhaps, what the plan this time is for 4.6.
  17. Like
    CoffeeCake got a reaction from alphamale in Learning to code   
    Invision (broadly) uses five languages:
    Front End - things that run in the context of a user's browser:
    JavaScript (often in the form of reusable libraries) CSS (Cascading Style Sheets) HTML (HyperText Markup Language) - all web sites use this, and Backend - things that run on a server:
    PHP -- what actually runs on the server In addition, SQL is used through extraction layers in PHP via MySQL (or its swap in, MariaDB).  
    You will also find some use of JSON and XML. And you will find interactions with other technologies via PHP such as elasticsearch and Redis.
    Your ability to establish working proficiency in any of these and then to develop an understanding of the existing codebase is an exercise we can only speculate about. I'd recommend looking for open, free courses that touch on the basics of PHP and front-end web development and see for yourself your ability to pick things up. Many of us have no formal education on these things and have largely taught ourselves. Many of us have formal education in one or more of these areas.
    If you have the desire and drive, you're most of the way there.
  18. Thanks
    CoffeeCake got a reaction from Daniel F in Inserted link re-directs to forum home, security feature ?   
    The hostname of the link you posted contains an underscore. Underscores are not supposed to be used in hostnames and violate the RFCs for valid hostnames. My guess would be that CKEditor is doing something with this link.
    Posting it here as a test. Test link
  19. Thanks
    CoffeeCake got a reaction from Daniel F in Inserted link re-directs to forum home, security feature ?   
    Looks like the same behavior happens here. You should encourage whoever administers that site to consider a hyphen instead of an underscore. In other words, dev-tc instead of dev_tc.
  20. Like
    CoffeeCake got a reaction from panzerscope in Inserted link re-directs to forum home, security feature ?   
    The hostname of the link you posted contains an underscore. Underscores are not supposed to be used in hostnames and violate the RFCs for valid hostnames. My guess would be that CKEditor is doing something with this link.
    Posting it here as a test. Test link
  21. Thanks
    CoffeeCake got a reaction from Gauravk in Data storage choice - which one is better and why?   
    Practically every allocated resource and configuration on your server(s), your community's usage of various features, resources allocated/consumed by the various services and tools powering your community, your community's guest to member ratio, and the design and architecture of your server(s) setup.
  22. Like
    CoffeeCake got a reaction from Jim M in Data storage choice - which one is better and why?   
    These are decisions that require a technical understanding and cannot be realistically answered within the scope of a post here. Depending on a multitude of factors, the best choice may vary and IPS gives flexibility in that regard.
    If you don't understand something, don't use it until you do.
    If you do not have the personal time or skillset to seek out and obtain an understanding of these things, then consider hiring someone who does:
    https://invisioncommunity.com/third-party/providers/
  23. Haha
    CoffeeCake got a reaction from Linux-Is-Best in MS IE warning   
    This is all you need:

  24. Thanks
    CoffeeCake got a reaction from Gauravk in How to increase mobile logo size?   
  25. Agree
    CoffeeCake got a reaction from MEVi in Moderation tool, Content encryption level   
    I'm sorry, would you please repeat?

    I thought you were asking for the ability to introduce end-to-end encryption on content on publicly viewable content, so that those without the password see encrypted gobbly gook, yet with the password, a person can see the deciphered text.
    What is the use case for this? What problem are you trying to solve?
    If it's to limit who can see something, why not control that with permissions at the container level?
    If it's to encrypt things in transit, why not use SSL and database encryption?
×
×
  • Create New...