Jump to content

AlexWebsites

Clients
  • Posts

    2,229
  • Joined

  • Last visited

  • Days Won

    7

Reputation Activity

  1. Thanks
    AlexWebsites reacted to Martin A. in [Bug] IndexNow submits an ACP URL when queue runs from ACP   
    When manually running the queue from the ACP, the keyLocation submitted to IndexNow uses the ACP base url.
    Got errors like these:
    422 invalid_url Array ( [host] => www.site.com/ [key] => 6c076eb62f3b43e8cf6c62a8d69dff7a [keyLocation] => https://www.site.com/admin/<hash>.txt [urlList] => Array ( [0] => https://www.site.com/<url> ) )  
    Issue is here:
    $url = \IPS\Http\Url::internal(''); $data = array( 'host' => \IPS\Http\Url::baseUrl(\IPS\Http\Url::PROTOCOL_WITHOUT ), 'key' => \IPS\Settings::i()->indexnow_key, 'keyLocation' => (string) $url->setPath( $url->data[ \IPS\Http\Url::COMPONENT_PATH ] . $this->getKeyFileName() ), 'urlList' => $urls, ); $url should specify the 'front' base
    $url = \IPS\Http\Url::internal( '', 'front' );  
    Error happened in 4.6, but this file is not touched in 4.7.
  2. Agree
    AlexWebsites reacted to marklcfc in Hump Day: what are some of your community pain points?   
    You need to make it easier to share on social media, just simply being able to add meta images to topics and then that image showing in social media in the embedded link would help no end. Right now it just uses the default share icon for every topic, its so restricted.
  3. Like
    AlexWebsites reacted to Ibai in Ezoic & Invision Compatibility   
    I've always had very bad CPM with adsense so I see no change, very poor results.
  4. Like
    AlexWebsites reacted to Maxxius in (TB) VIP Status for Members [Support Topic]   
    a very interesting suggestion indeed. you got something here. this can even be as a separate mod.
  5. Like
    AlexWebsites reacted to teraßyte in (TB) VIP Status for Members [Support Topic]   
    No, that's the one thing I decided I won't add. There's really no point in forcing someone to buy Commerce and then handle the subscriptions with my app when Commerce itself can already handle paid subscriptions/packages while doing the same thing. It would be a waste of my time to basically write duplicate code.
    Commerce right now returns users to their original group (instead of letting the admins choose) but I am already working on a separate modification that changes the return group for paid subscriptions/packages which should suffice for most people. No ETA just yet though.
     
    This one's another nice suggestion. I won't include it in the next 1.0.1 version since it requires some thinking on how to best implement it, but I'll keep it on my list for a future 1.1.0 version. 👍
  6. Like
    AlexWebsites got a reaction from Matt in Hump Day: subscriptions in Achievements   
    Revisiting this a year later... would be nice to reward active users with a subscription. They stay active for a set amount of time or reach a milestone, they automatically get a subscription.
  7. Like
    AlexWebsites got a reaction from OptimusBain in Member Manual Subscription Upgrades   
    I am playing around with subscriptions and noticed the following two issues:
    Manually added subscribers cannot upgrade their subscription - so if you manually in ACP add a member into a plan, seems they are locked into it and cannot upgrade into a better plan if they so choose in the future. The option does not exist for them on the /subscriptions page. 
    Removing a manually added member from a subscription does not revert to old member group - if you remove a manually added member from a subscription that moved their user group, removing their subscription does not move them back to the user group they were in before the subscription.
  8. Like
    AlexWebsites got a reaction from Michael R in Incorporating Zoom Calls   
    I would be interested as well.
  9. Like
    AlexWebsites reacted to CheersnGears in Two members registered and send private spam messages to all the people   
    They've gotten me before too.  I put all members in a New Members group and they need to post a certain amount of content before they can send more than 2 PMs.
    Thanks. I'm adding it to my CleanTalk ban list
    Edit: CleanTalk wouldn't allow me to add it because it was already part of my ban on Russian Federation IPs.
    I do recommend CleanTalk
  10. Like
  11. Haha
    AlexWebsites reacted to Ehren in Hump Day: show off your community's theme   
    It's always great seeing my themes in the wild, including the customizations you've all made.  👏
    @Ehren has made all of my themes too! 10/10, would recommend 😂
  12. Haha
    AlexWebsites reacted to Ryan Ashbrook in Hump Day: show off your community's theme   
    Currently taking bets on how many times @Ehren is mentioned in this topic.
  13. Like
    AlexWebsites reacted to Nathan Explosion in Spam prevention on contact us form   
    A few of us said goodbye to Mr Jones with this too:
     
  14. Haha
    AlexWebsites reacted to opentype in Hump Day: Bionic Reading in communities   
    Typographer’s nightmare. 

  15. Like
    AlexWebsites reacted to Nathan Explosion in (NE) Hide content   
    Hmmm.
    I'll check more tomorrow.
  16. Like
    AlexWebsites got a reaction from Percival in Word Filter - Rebuild Posts/Content   
    It would be great if there was a feature to rebuild posts after a word filter(s) was added. I know there are some plugins/apps to achieve this but something built in sounds like a no brainer for a complete word filter solution.

    Also, is there a template to use a word filter xml file? Or is this created when you have these on one site and then download?

  17. Like
    AlexWebsites reacted to Nathan Explosion in Add PHP Compatibility to all Marketplace Apps Going Forward   
    A field that would...
    need to be updated with or without any actually changes required to the resource. add additional approvals for IPS to perform ultimately be ignored, with questions still being asked in support topics like "does this support IPS 4.x?" or "does this support PHP 8.x?"  
  18. Like
    AlexWebsites reacted to Chris Anderson in Add PHP Compatibility to all Marketplace Apps Going Forward   
    Many self-hosted servers are setup to support running just one version of PHP.  All PHP scripts need to support that particular version or there will be compatibility issues. 
    Now that PHP 7.4 is approaching it's EOL there will be a concerted effort by developers to ensure their PHP code supports PHP 8.0 and PHP 8.1 in the very near future.
    The challenge is that some developers will release products that will only work when PHP 8.0 or PHP 8.1 is running on a server as they will have decided to abandon support for PHP 7.4 all together.
    So IPS and custom and marketplace apps will support (or not) a variety of vastly different PHP versions for the next several years. 
    With the upcoming release of 4.7 developers are already starting to upload compatible updates of their apps.
    The rule of thumb in the past has been that marketplace submissions had to fully support PHP 7.4 and support for PHP 8 or higher was optional, so there was little reason to note PHP compatibility.
    Now that PHP 8 support is no longer going to be optional but will soon be a necessity the marketplace will need to track PHP compatibility for each new release. 
    After a quick audit of the new marketplace releases, some developers are being very diligent and are clearly noting which PHP versions are supported and some are not.
    It would be nice to put into place a marketplace guideline that all new uploads post 4.7 should clearly state which PHP version or versions that release is fully compatible with.
    That way customers can audit their marketplace purchases to see if all of them will uniformly support a particular PHP version. 
    It would be great if IPS added an additional "File Information" attribute as shown below to allow customers to more readily see and search for PHP version compatibility on this site and in the ACP marketplace.

    Hopefully, PHP 8.2 and beyond we won't have to worry so much about PHP compatibility. 
  19. Like
    AlexWebsites got a reaction from SeNioR- in Word Filter - Rebuild Posts/Content   
    It would be great if there was a feature to rebuild posts after a word filter(s) was added. I know there are some plugins/apps to achieve this but something built in sounds like a no brainer for a complete word filter solution.

    Also, is there a template to use a word filter xml file? Or is this created when you have these on one site and then download?

  20. Like
    AlexWebsites reacted to sound in Hump Day: what features would you like to add to the Alerts System?   
    commerce alert
    monitor the invoices table so that any member with an invoice that is still pending (not paid)  after say 24/48/72 hrs  (settable option) period  gets sent an alert suggesting that they should finish the sale
  21. Like
    AlexWebsites got a reaction from Canis in Hump Day: video streaming coming soon   
    Video streaming sounds great, although I'm self-hosted so I will wait to get excited. I would settle for 3rd party video conversion/streaming from cloudflare 😎
  22. Haha
    AlexWebsites reacted to Marc Stridgen in Does IPS work with MySql8   
  23. Like
    AlexWebsites reacted to Morrigan in Does IPS work with MySql8   
    Yes and it works. That's all I cared about. What @Marc Stridgen said its probably the best info.
  24. Like
    AlexWebsites reacted to Nathan Explosion in (NE) Hide content   
    v4.0.2 is currently pending approval
    NEW
    Added ability to display 'skeleton text' instead of, or aswell as, textual content when hiding all content FIXES
    Fixed issue where HTML content was included in the meta 'description' & 'og:description', resulting in it being printed as text at the top of the page. CHANGES
    None
  25. Like
    AlexWebsites reacted to Marc Stridgen in Does IPS work with MySql8   
    Speed and Reliability will be the main things looking at this
    https://dev.mysql.com/blog-archive/whats-new-in-mysql-8-0-generally-available/#:~:text=MySQL 8.0 implements data-at,include UNDO and REDO logs.
×
×
  • Create New...