Jump to content

Ramsesx

Clients
  • Posts

    1,060
  • Joined

  • Last visited

  • Days Won

    3

Reputation Activity

  1. Thanks
    Ramsesx reacted to Jim M in Background processing after conversion horrible, horrible slow   
    You would want to up the number there as 1 is default settings.
    Additionally, it’s worth mentioning if you’re still hitting a white screen, this could be a server error you’re hitting and simply ignoring this and reloading the page will not allow this to progress. You will need to engage your hosting provider to figure out the error and if it is a software error, please pass it to us here. 
  2. Thanks
    Ramsesx reacted to Marc Stridgen in Emoji questions   
    You would need to edit and save in order for them to reparse.
  3. Thanks
    Ramsesx reacted to Marc Stridgen in Background processing after conversion horrible, horrible slow   
    Given its timing out, it would certainly be worth approaching your hosting company on this, as it seems your mysql instance is timing out there
  4. Thanks
    Ramsesx reacted to Daniel F in Background processing after conversion horrible, horrible slow   
    Depending on your server it’s also worth to try to increase following constant values
     
                    // Maximum number of things to rebuild per cycle for background tasks
                    'REBUILD_INTENSE' => 1, // For extremely intensive routines, such as rebuilding images
                    'REBUILD_SLOW'    => 50,    // For routines that take a while
                    'REBUILD_NORMAL'    => 250,    // For most routines
                    'REBUILD_QUICK'    => 500,    // For routines that are fast
                    
        
  5. Thanks
    Ramsesx reacted to Marc Stridgen in Background processing after conversion horrible, horrible slow   
    Check mysql is optimised so things arent timing out after very short periods too. This could also cause issues
  6. Thanks
    Ramsesx reacted to opentype in Background processing after conversion horrible, horrible slow   
    You could always run it from the ACP in the browser. 
  7. Thanks
    Ramsesx reacted to Andy Millne in Photo Competition (Support Topic)   
    This is intentional. Invision Community builds these dynamically but they're not relevant for this so are added as blank entries.
  8. Thanks
    Ramsesx reacted to Jim M in Help needed with Twitter log in options   
    We have not upgraded to version 2 yet.
  9. Thanks
    Ramsesx reacted to Claudia999 in Photo Competition (Support Topic)   
    I think it was the language string „menutab__competition_icon“. You must not translate this language string.
  10. Thanks
    Ramsesx reacted to Claudia999 in Photo Competition (Support Topic)   
    Hi @Ramsesx,
    In our site it's translated in "Das war knapp! %s landete auf Platz %s im Fotowettbewerb %s."
  11. Haha
    Ramsesx got a reaction from WP V0RT3X in Marketplace 1 license for 1 site?   
    Yeah, I knew this was coming. 😃I think none of my several suggestions (31) were implemented so I guess I will save the time. 
  12. Thanks
    Ramsesx reacted to Randy Calvert in setting up cronjob after conversion   
    That’s a question you would need to pose to your host. Normally you would not need to divide the command up like that. They should be able to tell you what the mapping should be. 
  13. Like
    Ramsesx got a reaction from OptimusBain in Possibility to set time range for featured content   
    This would be a great asset for my workflow to have the option to set a time range of featured content (records, posts etc.).
  14. Thanks
    Ramsesx got a reaction from My Sharona in Possibility to set time range for featured content   
    This would be a great asset for my workflow to have the option to set a time range of featured content (records, posts etc.).
  15. Thanks
    Ramsesx reacted to opentype in Marketplace 1 license for 1 site?   
    There can be limitations. If there are, you would see it in the conditions listed with the product purchase. 
  16. Like
    Ramsesx reacted to opentype in Pages Feature requests: Improving filters   
    Since I am using Pages databases a lot, I always run into the same problems. Here are two related to filters. (I could probably add more, but I was dealing with these recently.)
    Checkbox as a filter.
    This option is unfortunately missing. I often need to give optional filter choices, e.g. as here on Amazon:

    With Pages, there is no option to do this. The Yes/No field isn’t optional. Using it would only ever allow one choice in the filter set (Yes or No). Filtering across all records without a choice for this field would become impossible. So it’s almost unusable. The Checkbox Set for some reason can be used as expected, but it only makes sense for multiple choices per field. For one field, it would still create the “select all/none” interface. 
    Solution: Allow checkbox field to be a filter, where no selection doesn’t do anything and a selection show all records with this checkbox checked.
    Pages relationship fields as filter.
    I always struggle with this one as well. This field makes Pages database so powerful and gives us a competitive advantage over other software. 
    Filters per radio, select box and so on are fine when there is a fixed set of options the admin can set up in advance. But what if that is not the case? What if the list of options needs to grow and needs their own database entries as well? For example, the publishers and authors of a book database. If they are set up as related databases, it’s impossible to filter the book records, because the relationship field cannot be used as a filter. But it is something users would expect. 
    Solution: Allow the relationship field to be used as filter with one or multiple options. 
  17. Like
    Ramsesx got a reaction from Jordan Miller in Hump Day: farewell 😔   
    Now that I've got used to your excessive cheerfulness, you're leaving already? Too bad, I wish you all the best in your new job @Jordan Miller

  18. Like
    Ramsesx got a reaction from Matt in Hump Day: farewell 😔   
    Now that I've got used to your excessive cheerfulness, you're leaving already? Too bad, I wish you all the best in your new job @Jordan Miller

  19. Like
    Ramsesx reacted to Gary in My revamped editor skin   
    I like what you've done with the icons, @SeNioR-.
    I am also a fan of Font Awesome icons. They are just so aesthetically pleasing.
    For those that want a replacement for the stock PNG sprites, I have discussed this with the devs and they are definitely aware of it. Without giving anyone empty promises, I would watch this space. 😉
  20. Haha
    Ramsesx got a reaction from Daniel F in Hump Day: farewell 😔   
    Now that I've got used to your excessive cheerfulness, you're leaving already? Too bad, I wish you all the best in your new job @Jordan Miller

  21. Like
    Ramsesx reacted to Charles in Hump Day: farewell 😔   
    You will be missed, Jordan. I remember flying out to Las Vegas to meet you and when you ran up to me thinking "oh great, he's a hugger." I look forward to what you can do at AWS and expect discounts.
  22. Thanks
    Ramsesx reacted to Gary in bug: message: mp4 isn't supported but it is   
    Hi @Ramsesx,
    Thanks for highlighting this. I will pass it onto the dev team for review.
    In the meantime, and what @teraßyte was explaining, you can click the 'Drag files here to attach, or choose files...' and upload your .mp4 file that way which will not display the error message.
    I will follow up once I've heard back from the team.
  23. Thanks
    Ramsesx reacted to Nathan Explosion in bug: message: mp4 isn't supported but it is   
    It's because CKEDITOR introduced a change in their clipboard plugin (I think it was v4.19 of that) that produces the message.
    It looks like it can be 'worked around' in code but it is up to IPS if they want to account for the new functionality that was introduced by CKEDITOR.
  24. Like
    Ramsesx reacted to Askancy in Mass edit forum icons   
    They could introduce the system as the edit topic title... Holding down the forum name/description opens the form to edit it, and for the icon, a modal to load a new icon...
    How they could also speed up a user's group change from public profile, user ban etc... 
  25. Thanks
    Ramsesx reacted to Ryan Ashbrook in vb to IPS instruction   
    Start here:
     
×
×
  • Create New...