Jump to content

AlexWebsites

Clients
  • Posts

    2,232
  • Joined

  • Last visited

  • Days Won

    7

Reputation Activity

  1. Like
    AlexWebsites got a reaction from Ibai in Ezoic & Invision Compatibility   
    Do you have any cache setting via htaccess?
    Are you doing anything with caching cookies either Ezoic or cloudflare?
  2. Like
    AlexWebsites got a reaction from Ibai in Ezoic & Invision Compatibility   
    I would download the htaccess from the acp as bare. Save this version to revert to after testing. See if your problem is resolved. If it is, work backwards to see if there is an issue/conflict.
  3. Thanks
    AlexWebsites got a reaction from OptimusBain in Assigning subscription to a forum   
    The only way to do this is create a usergroup that has access to the forum(s) and download(s). Create a subscription and have the user moved to that usergroup upon purchase.
  4. Like
    AlexWebsites got a reaction from Jurgis in IPS renewal price increased?   
    Here it is:
     
  5. Like
    AlexWebsites reacted to Ryan Ashbrook in New notification when content is approved in 4.6   
    Unfortunately, not at this time. We are investigating a short term temporary fix, and a longer term more permanent fix, however I do not have anything to report at this time, I'm afraid.
  6. Like
    AlexWebsites got a reaction from MeMaBlue in (NB40) Ads After X Posts   
    Any word on how's he doing? 
    This does seem to work with 4.6 but throws an error in the logs when using php 8. I reverted to 7.4 on IPS 4.6.
  7. Agree
    AlexWebsites reacted to Interferon in Videobox   
    It is possible to extract an image from the MP4 file with this project:
    https://github.com/PHP-FFMpeg/PHP-FFMpeg
    I would prefer to host our videos on our own site, but our users will always choose the easiest route, which is currently to drag a video file onto Discord. We're trying to nudge our users away from Discord and onto our website, and requiring a separate image thumbnail is just one more annoyance that makes them prefer to post things on Discord.
    You think this is not important, but from a user behavior standpoint it's critical.
  8. Thanks
    AlexWebsites got a reaction from Ibai in Ezoic & Invision Compatibility   
    I don't cache or optimize much through ezoic as it causes template issues. My current leap settings:

  9. Like
    AlexWebsites got a reaction from Ibai in Ezoic & Invision Compatibility   
    I've recently moved one of my sites over to Ezoic. It was pretty easy through cloudflare. I had to disable some of the JS, CSS and minify settings under LEAP though, because of issues.  For disabling ads to subscriber groups, have you tried setting a meta tag under disable ads by page? Create a meta tag and then wrap it to show only for certain user groups you don't want to show ads to. Create the name and content, something like:
    {{if member.inGroup('x')}} <meta name="ezoicstopads" content="subscribers" /> {{endif}}
     
     
  10. Like
    AlexWebsites got a reaction from AlexJ in Forum Index data-pagecontroller for each view   
    There could be so many css element designs tailored to each view, hiding content, etc...missed opportunity IMHO.
  11. Like
    AlexWebsites got a reaction from AlexJ in Forum Index data-pagecontroller for each view   
    I'd like to re-suggest this as its relatively impossible to my knowledge, to target css elements per forum view currently. 
  12. Like
    AlexWebsites got a reaction from OptimusBain in Different forum view by member types.   
    I third the feature.
  13. Agree
    AlexWebsites reacted to The Old Man in Google Fonts integration outed   
    Hi IPS,
    Please can you fix the the Google Fonts integration as the new improved API has been out for some time now?
    Themes > Core > Global > Global > includeCSS template:
    {{if ( theme.headline_font && theme.headline_font !== 'default' ) || ( theme.body_font && theme.body_font !== 'default' ) }} {{if theme.headline_font == theme.body_font}} <link href="https://fonts.googleapis.com/css?family={expression="\IPS\Http\Url::encodeComponent( \IPS\Http\Url::COMPONENT_FRAGMENT, \IPS\Theme::i()->settings['body_font'] )"}:300,300i,400,400i,500,700,700i" rel="stylesheet" referrerpolicy="origin"> {{else}} {{if ( theme.headline_font && theme.headline_font !== 'default' )}} <link href="https://fonts.googleapis.com/css?family={expression="\IPS\Http\Url::encodeComponent( \IPS\Http\Url::COMPONENT_FRAGMENT, \IPS\Theme::i()->settings['headline_font'] )"}:300,300i,400,500,400i,700,700i" rel="stylesheet" referrerpolicy="origin"> {{endif}} {{if ( theme.body_font && theme.body_font !== 'default' )}} <link href="https://fonts.googleapis.com/css?family={expression="\IPS\Http\Url::encodeComponent( \IPS\Http\Url::COMPONENT_FRAGMENT, \IPS\Theme::i()->settings['body_font'] )"}:300,300i,400,400i,500,700,700i" rel="stylesheet" referrerpolicy="origin"> {{endif}} {{endif}} {{endif}} I know the old links are still compatible Google provid the new V2 links some time ago, they supposedly offer various improvements, new variable fonts, reduced latency, smaller code, display: swap etc.
    The new link are similar to:
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap" rel="stylesheet"> Or for the variable fonts versions:
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300..700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:slnt,wght@-10..0,300..700&display=swap" rel="stylesheet"> https://developers.google.com/fonts/docs/css2
    https://web.dev/variable-fonts/
     
     
     
  14. Like
    AlexWebsites reacted to Ehren in Google Fonts integration outed   
    Thanks @The Old Man
    This has been on my radar for a while - I'll pass it onto the team to see what they think! 🙂
  15. Like
    AlexWebsites reacted to Marc Stridgen in Blogs configuration   
    As mentioned above, we are using pages for our articles, with customised templates, rather than the blog system. You would need to use pages in order to achieve what you wish above
  16. Like
    AlexWebsites got a reaction from SeNioR- in Blogs configuration   
    IPS uses the pages app for their Blogs section. Not the blogs app.
  17. Like
    AlexWebsites got a reaction from Askancy in Forum Index data-pagecontroller for each view   
    There could be so many css element designs tailored to each view, hiding content, etc...missed opportunity IMHO.
  18. Like
    AlexWebsites got a reaction from Manuel Molina in Blogs configuration   
    IPS uses the pages app for their Blogs section. Not the blogs app.
  19. Like
    AlexWebsites reacted to SeNioR- in Forum Index data-pagecontroller for each view   
    I join. I miss it too.
  20. Like
    AlexWebsites reacted to Maxxius in Forum Index data-pagecontroller for each view   
    Me also supporting this idea 🙂
  21. Like
    AlexWebsites reacted to Joy Rex in Fluid View Forum Sidebar - Hide/Unhide?   
    I really like the Fluid view, but it would be great if there was a way to hide the forum selection sidebar once you've made your selections so the other sidebar items aren't pushed down because of it being at the top, or maybe move it to a modal when you activate Fluid view?
  22. Like
    AlexWebsites reacted to Randy Calvert in Edit Content within Moderator Approval Queue   
    The reported content section and the approval queue are two different things.  If you are asking about removing multiple reported content items...

    Check the box next to each report you want to remove.  It will pop up a small window in the bottom center to change the status of those reports or delete them.  
    If you're referring to the Approval Queue itself...  instead of dealing with the approval queue to deal with spam, just mark the user as a Spammer.  It will ban the member and delete ALL content from that user.  It will be like they never existed.  
  23. Thanks
    AlexWebsites reacted to Morrigan in Invisible reaction icon   
    .ipsReact_button { filter: grayscale(0%) brightness(100%); } It will make it look normal. The problem is that the default is meant for the heart and doesn't work well on the yellow emojis.
  24. Like
    AlexWebsites reacted to Daniel F in IndexNow does not show up searching ACP   
    That's it:) Just enable it and it will automatically submit new content to https://api.indexnow.org/indexnow
  25. Thanks
    AlexWebsites reacted to IveLeft... in Cloudflare   
    If your running CSF firewall then you can enable the stopforumspam IPs in 
    /etc/csf/csf.blocklists by removing (un commenting) the # behind the last line of each block
    # Stop Forum Spam # Details: http://www.stopforumspam.com/downloads/ # Many of the lists available contain a vast number of IP addresses so special # care needs to be made when selecting from their lists STOPFORUMSPAM|86400|0|http://www.stopforumspam.com/downloads/listed_ip_1.zip # Stop Forum Spam IPv6 # Details: http://www.stopforumspam.com/downloads/ # Many of the lists available contain a vast number of IP addresses so special # care needs to be made when selecting from their lists STOPFORUMSPAMV6|86400|0|http://www.stopforumspam.com/downloads/listed_ip_1_ipv6.zip  
×
×
  • Create New...