Jump to content

Gabriel Torres

Clients
  • Posts

    1,748
  • Joined

  • Last visited

  • Days Won

    4

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Gabriel Torres

  1. 8 hours ago, Miss_B said:

    Another way, would be to delete them with a sql query

    Yeah, this is not a good option, because there are several different things that must be done, such as deleting the topics, deleting the posts, updating counters, etc.

    But thanks for confirming that there isn't an out-of-the box solution. I will hire the developer we use to create such plugin!

  2. @Makoto

    @newbie LAC and me found out a bug with this app.

    When this app is enabled, usergroup promotion rules stop working.

    The bug is here:

    [indisposable_MemberFilter] => Array
    (
    	[indisposable_mf_filter] => any
    )

    /applications/indisposable/extensions/core/MemberFilter/MemberFilter.php

    public function matches( \IPS\Member $member, $filters, $object=NULL )
        {
            if ( !empty( $filters['indisposable_mf_filter'] ) and ( $filters['indisposable_mf_filter'] === 'active' ) )
            {
                return $member->isDisposable();
            }
    
            if ( !empty( $filters['indisposable_mf_filter'] ) and ( $filters['indisposable_mf_filter'] === 'inactive' ) )
            {
                return !$member->isDisposable();
            }
    
            return FALSE;
        }

    $filters['indisposable_mf_filter'] is any

    So the method return FALSE and the rule won't be triggered.

    I had to disable your app for now so usergroup promotion works again.

  3. @Makoto We have been using your app for quite a while now and today we need to set new prefixes to certain forums, but I simply can't find the tags tab in the forums configuration screen. I have uninstalled AT&P a while ago since we were not using it anymore, so I don't know if that is the reason this tab vanished. Please advise.

    This is the screen I am looking for and can't find:

    ss010.png.7b84ced57a0796c3c0e760c976a25c03.png

  4. @Matt If I click on any IPS article, it gives

    Quote

    Sorry, there is a problem

    Something went wrong. Please try again.
    Error code: EX0

    Interesting enough, if I link it first here and a preview is generated, then I can open it.

     

  5. @Makoto Many thanks for adding the Saved Actions feature, it is now "perfect" for us here! 🙂 

    One small note, though. After upgrading, the support tool complained about the database structure. I ran the auto fix and it worked just fine.

    ALTER TABLE `radtags_tags` ADD COLUMN `tag_text` VARCHAR (255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The tag being customized';

     

  6. 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!

     

  7. @Makoto

    Hi!

    1. Any news on the option to auto-prune members with disposable emails and zero posts?

    2. Found a small bug here. The title page in the screenshot below is set to indisposable_change_email while the variable is actually indisposable_changeEmail, so the name of the variable is being displayed.

     

    indisposable.png

  8. @Makoto How are you. Installed the new 1.2.0 version and, still, the prefixes are only shown in the topic list inside the forum, they are not shown at the home page/forums listings/side blocks.

    Because of that, I'm still keeping your app disabled here and using AT&P... 😞

    Cheers.

  9. @Makoto

    Upgraded from ATP, everything was populated and in the ACP seems to be correctly configured, but the prefixes are not displayed before the topic title at the front-end. Editing the post we can see that the prefix is configured correctly there.

    Also found a small glitch, see screenshot.

     

     

    radicaltags.png

  10. 10 hours ago, Makoto said:

    Do you mean registrations, or existing members?

    Existing members. Remember that with the previous version I had to run this manually and took several hours, and for this version you wrote above that the system would do this automatically?

    2 hours ago, Makoto said:

    keep in mind it will only automatically re-identify these members when they log into their accounts.

    That explains it... hehehe

    I've just launched the task to re-identify these members. Thanks for putting this task in the background now! hehehe

     

×
×
  • Create New...