Jump to content

sudo

Clients
  • Posts

    640
  • Joined

  • Last visited

Reputation Activity

  1. Like
    sudo reacted to cpinc in Mark messages as unread.   
    Thank you, @Adriano Faria!
  2. Like
    sudo reacted to WP V0RT3X in Bookmarks - Support Topic   
    Hello @Fosters, I've got an idea for future versions of this addon. In most cases the bookmarks button doesn't really fit to the rest of the theme like here...

    So how about replacing it with a simple icon like this?

    Best regards
  3. Like
    sudo reacted to cpinc in Mark messages as unread.   
    My community uses messages quite a bit, and sometimes I want to read a message right away but reply later on.
    It would great if I could mark a message as unread in this scenario so I remember to get back to it after. 
    Just like with email, basically.
  4. Agree
    sudo got a reaction from AlexWright in GraphicsMagick Support   
    Hi
    We have been doing test migrations and I noticed a huge amount of memory usage from Imagick on our install which reminded me that there is another option, GraphicsMagick which was a branch from Imagick a few years ago.
    Generally it runs much faster and lighter than Imagick and also it seems to have less security issues. It does have some limitations over Imagick but most of them seem to be related to more advanced image processing so I *think* they would not be an issue for IPB.
    If php was directly calling the Imagic binary rather than the php wrapper you used to be able to directly swap them out and it would mostly work if I recall.
    Just a thought.
  5. Thanks
    sudo reacted to Adriano Faria in Restrict viewing of banned member profiles   
    403.
  6. Thanks
    sudo reacted to Adriano Faria in Restrict viewing of banned member profiles   
    Made a quick plugin: Block Banned Profiles.xml

    The only issue here is that the system treats regular banned and spammer banned in the say way (at least I couldn't identify a difference quickly) so it will block all banned profiles.
  7. Like
    sudo got a reaction from AlexJ in Similar Content on Post Screen   
    No problem, I love the addon but I think our members would prefer a more compact view given the redraw size when it expands out but I will ask and see what the survey group think.
  8. Thanks
    sudo reacted to bfarber in GraphicsMagick Support   
    It wouldn't be too hard to create a plugin to add support for this leveraging the GMagick extension.
    I don't think we would add native support in the software unless there was some level of demand, however.
  9. Thanks
    sudo reacted to The Old Man in Videos Support   
    It's $45.
  10. Thanks
    sudo reacted to Michael.J in Videos Support   
    I'm using IPB's internal comments system. This is something that would be best implemented in IPB itself instead of me adding a custom comments system with reply support.
    Noted for the next update. If you've got ftp access to your files, let me know and I can pass along an edit for you to test this sooner.
    You can purchase copyright removal here. I can't offer it in the ips marketplace.
    Using the default followed content notification. So basically it will send the same notification that a topic, download or blog entry would use for example.
    Playlist support is not really supported unless you enable "paste embed" support for your group and add the custom playlist html from Youtube.
    Primarily supports video embed/oembed links but does have basic html5 video upload support.
  11. Like
    sudo got a reaction from Adriano Faria in Similar Content on Post Screen   
    No problem, I love the addon but I think our members would prefer a more compact view given the redraw size when it expands out but I will ask and see what the survey group think.
  12. Like
    sudo reacted to Adriano Faria in Similar Content on Post Screen   
    I see. But the plugin uses automatically search results templates from the apps and search results is expanded only. 
  13. Thanks
    sudo reacted to Adriano Faria in Similar Content on Post Screen   
    No, because:
    and it is not a FORUM plugin, as stated. It is a SUITE WIDE plugin.
  14. Thanks
    sudo reacted to Martin A. in Manifest caching   
    What he's saying is that one week is quite a long while to cache something without a "cache buster" in the request URL. The cache buster is the string of random characters you see in the CSS and JS requests, and it is used to detect changes to the file. When a file changes, the cache buster changes, and it will thus look like a new file to those who have cached it.
    The manifest file does not have that added to the URL, and with a week of cache time any changes to the manifest may take up to week to take effect.
  15. Like
    sudo reacted to EricT in Limited Email Content   
    Suggestion : Give the ability to avoid external links on email content
    Two reasons : 
    - avoid spam & dangerous links on emails
    - avoid the sparkpost problem : if a link from their blacklist is in the email content, your account is suspended.
    I can sponsor this feature
  16. Like
    sudo reacted to Gabriel Torres in Suggestions for improvement on Schema.org tags for Pages   
    Hi,
    The current version of IPS generates Schema.org tags automatically. I have a few suggestions to improve this feature.
    These tags are automatically generated in the Pages app, but all databases receive the "Article" schema.
    For example, if my database is a database with books, it still receives an "Article" schema at the end of the page, whereas a "Book" schema would be more appropriate.
    To solve this, I customized our "Books" database template to use "microdata", so our books have the correct Schema tags. So, we end up with two schemas for the record, one saying that it is a book and another saying it an article.
    So, I'd prefer to disable the Schema.org tags generated automatically by IPS per database. I don't know if the current version has this feature already. If not, that is my first suggestion, for advanced cases where we'd prefer to configure microdata manually with a custom template.
    Also, for database with news, the "NewsArticle" schema would be more appropriate, so maybe a configuration to select between Article/NewsArticle?
    My second suggestion is regarding the "description" tag, that is missing. It would be great if we could configure it somehow, e.g., pointing out which field stores the article description. If empty, fill it with the meta description tag. And, if that is empty as well, get the first sentence from the article.
    Anyway, just my two cents.
    Cheers!
     
  17. Thanks
    sudo reacted to teraßyte in Advanced Tags & Prefixes - IPS 4.x   
    @Kevin Carwile Found a few more errors on the front-end this time around (the one above was in ACP). Here's a list below (all missing root namespaces - also IPS is custting down on call_user_func_array & func_get_args as well):
    Whoops\Exception\ErrorException thrown with message "You have used a function (in_array) that should be called from the root namespace for performance reasons (applications/advancedtagsprefixes/hooks/forumLastPostPrefix.php::270)." if ( isset( static::$contentItemClass ) and \IPS\Settings::i()->tags_enabled and in_array( 'IPS\Content\Tags', class_implements( static::$contentItemClass ) ) ) ==== Whoops\Exception\ErrorException thrown with message "You have used a function (is_null) that should be called from the root namespace for performance reasons (applications/advancedtagsprefixes/hooks/nodeModel.php::66)." There are 2 "is_null" instances on the same line here. if ( static::isTaggable() === TRUE and !is_null( static::$permApp ) and !is_null( static::$permType ) ) === Whoops\Exception\ErrorException thrown with message "You have used a function (in_array) that should be called from the root namespace for performance reasons (applications/advancedtagsprefixes/hooks/nodeModel.php::233)." if ( isset( static::$contentItemClass ) and \IPS\Settings::i()->tags_enabled and in_array( 'IPS\Content\Tags', class_implements( static::$contentItemClass ) ) ) === In the hook "applications/advancedtagsprefixes/hooks/forumLastPostPrefix.php" replace 3 instances of "call_user_func_array/func_get_args": return call_user_func_array( 'parent::setLastComment', func_get_args() ); with: return parent::setLastComment($comment); === In the hook "applications/advancedtagsprefixes/hooks/forumLastPostPrefix.php" replace 1 instance of "call_user_func_array/func_get_args/is_null": $result = call_user_func_array( 'parent::lastPost', func_get_args() ); if( !is_null( $result ) ) with: $result = parent::lastPost(); if( !\is_null( $result ) ) === In the hook "applications/advancedtagsprefixes/hooks/forumLastPostPrefix.php" replace 1 instance of "is_array/in_array": is_array( \IPS\Member::loggedIn()->modPermission( 'forums' ) ) and in_array( $this->_id, \IPS\Member::loggedIn()->modPermission( 'forums' ) ) with: \is_array( \IPS\Member::loggedIn()->modPermission( 'forums' ) ) and \in_array( $this->_id, \IPS\Member::loggedIn()->modPermission( 'forums' ) )  
  18. Like
    sudo reacted to teraßyte in Advanced Tags & Prefixes - IPS 4.x   
    @Kevin Carwile Here's a quick bug report after I upgraded the application to 3.2.0 on a site I manage for someone:
    PHP Warning: Declaration of IPS\Content\advancedtagsprefixes_hook_addPrefixToForm::tagsFormField($item, $container) should be compatible with IPS\Content\_Item::tagsFormField($item, $container, $minimized = false) in 141 on line 407  
    The fix is to simply update line 233 in the hook from:
    public static function tagsFormField( $item, $container ) to:
    public static function tagsFormField( $item, $container, $minimized = FALSE ) and also line 260 from:
    parent::tagsFormField( $item, $container ) to:
    parent::tagsFormField( $item, $container, $minimized )  
    👍
  19. Like
    sudo reacted to kmk in Wiki-like-editing is useless at this moment   
    I started using the wiki mode, please release something it seems a serious problem. 
  20. Like
    sudo reacted to sadams101 in Large community? You have a problems with sitemap!   
    @DawPi has completed the custom sitemap application that I mentioned which handles all posts. You can see an example of it here:
    https://www.celiac.com/sitemap_posts.php
    but it is modeled after the existing sitemap--but this one handles just forum posts. We were not able to add a minimum word count to this application, as one person suggested, because it slowed things down and put a load on the CPU. We were, however, able to add the ability to exclude certain forums, for example my site has around 25 different forums, so I was able to exclude a general chit chat and a technical support forum that are more or less off the main topic of my site.
    Whether or not this will be a benefit or liability in Google search is an open question, but I'll follow up here with any noticeable changes, positive or negative.
    I believe this will have positive results, simply because we are making it easier for Google to index specific content and allow them to provide more relevant search results for any given query. Currently Google's results may send people to a topic page like this one /page/10/, and the person who searched will still have to fish on it for the specific results of their query. With all posts indexed, Google should be able to send the person directly to the content that answers their query...at least that is my hope here.
    Anyone interested in this app can contact @DawPi
    Here is a screenshot of the admin page:

  21. Like
    sudo got a reaction from sobrenome in Render-blocking CSS   
    Here is a pretty good breakdown of the various head options:
    https://3perf.com/blog/link-rels/
  22. Like
    sudo reacted to TheWorldNewsMedia.org in Feedback on Clubs   
    Yes. Each club needs it's own block 
    and 
    the 
    RECENT ACTIVITY IN MY CLUBS
    needs to a block we can add across the site on many pages since it is "personalized" to the member over time as they join more clubs.
  23. Like
    sudo got a reaction from Hegnauer.io in Wiki-like-editing is useless at this moment   
    Bump on this permission again. Would really make things a bit easier and safer.
  24. Like
    sudo reacted to QWio in Wiki-like-editing is useless at this moment   
    This is an absolute must. +1
  25. Like
    sudo reacted to Adriano Faria in How to check IP adresses in a poll   
    It will show to admins only:

    View IP Address from Poll Voters.xml
×
×
  • Create New...