Jump to content

Adriano Faria

Clients
  • Posts

    31,597
  • Joined

  • Days Won

    473

Reputation Activity

  1. Agree
    Adriano Faria reacted to Nathan Explosion in users that are mod queued can edit topics without approval   
    This reminds me of another annoying issue while you are poking around in that area - this is what someone sees if content moderation is enabled on an account after they have replied to a topic:

    If the content must be approved before the content can be edited then an edit link shouldn't be there, and I shouldn't be able to edit (which I can if I click the link)
     
  2. Like
    Adriano Faria reacted to Marc Stridgen in Marketplace in help guides   
    Thank you. Just reported these internally
  3. Like
    Adriano Faria got a reaction from DawPi in Need help contacting developer TDBF   
    New topics and replies are disabled in Marketplace forum for a while now.
  4. Haha
    Adriano Faria reacted to Marc Stridgen in Need help contacting developer TDBF   
    I blame lack of coffee, personally
  5. Like
    Adriano Faria got a reaction from David N. in Post or article with guest comment enabled   
    Disable Post Before Registering. Permit guests to reply in the forum. Make sure replies are moderated in the forum.
    The guest will see:

     
    When approved:

  6. Like
    Adriano Faria got a reaction from kmk in Post or article with guest comment enabled   
    Disable Post Before Registering. Permit guests to reply in the forum. Make sure replies are moderated in the forum.
    The guest will see:

     
    When approved:

  7. Like
    Adriano Faria reacted to teraßyte in Block countries with 404 Error   
    As Adriano mentioned above, you're better off doing something like this at the server level.
    It's possible to write a custom modification for it, but the user would still hit the server, start a request on Invision Community, run queries, use more server resources, etc. If you handle it at the server level they'll be blocked much faster and use fewer resources overall.
  8. Thanks
    Adriano Faria reacted to Nathan Explosion in Limit access only to part of the profile app   
    There we go - fleshed out a bit more...
    https://www.sosinvision.com.br/index.php?/file/40-profile-field-per-user-group/
  9. Like
    Adriano Faria got a reaction from WebCMS in Fixed Tag-Prefix for some sub/forums   
    I don't think so:

     
    New topic:

    The user has to click in ADD TAGS and then select the tag.
    I think the user meant that the tag should already be "selected" when creating a new topic, like this:

  10. Like
    Adriano Faria reacted to Jim M in Fixed Tag-Prefix for some sub/forums   
    Thanks, Adriano. I have clarified my statement with a quote.
  11. Like
    Adriano Faria got a reaction from Jim M in Fixed Tag-Prefix for some sub/forums   
    I don't think so:

     
    New topic:

    The user has to click in ADD TAGS and then select the tag.
    I think the user meant that the tag should already be "selected" when creating a new topic, like this:

  12. Like
    Adriano Faria got a reaction from DawPi in Fixed Tag-Prefix for some sub/forums   
    I don't think so:

     
    New topic:

    The user has to click in ADD TAGS and then select the tag.
    I think the user meant that the tag should already be "selected" when creating a new topic, like this:

  13. Thanks
    Adriano Faria got a reaction from WebCMS in Moderator privilege to approve new members   
    If you want your moderators to manage members in the front end:
    https://www.sosinvision.com.br/index.php?/file/96-manage-validating-members/
  14. Like
    Adriano Faria got a reaction from Marc Stridgen in Moderator privilege to approve new members   
    That's what I said here:
    You can restrict 99,9% of your ACP to a specific group or member and leave only the permission you need:

  15. Thanks
    Adriano Faria got a reaction from WebCMS in Moderator privilege to approve new members   
    That's what I said here:
    You can restrict 99,9% of your ACP to a specific group or member and leave only the permission you need:

  16. Like
    Adriano Faria got a reaction from Marc Stridgen in PHP version help and errors.   
    Your theme is outdated. You’ll have to get a new version.
  17. Like
    Adriano Faria got a reaction from Vasile Rogoz in PHP version help and errors.   
    Your theme is outdated. You’ll have to get a new version.
  18. Thanks
    Adriano Faria got a reaction from konon in Limit JS script loading to specific usergroups   
    You can use \IPS\Member::loggedIn() instead, If you don’t have the $member object.
  19. Thanks
    Adriano Faria got a reaction from konon in Limit JS script loading to specific usergroups   
    {{if !$member->inGroup( array( X, Y, Z ) )}}      Show something  {{endif}}  
  20. Thanks
    Adriano Faria got a reaction from David N. in A member joined 33 mn ago but posted last Friday?   
    In your ACP:
    With this application, you can see what they posted:
    https://www.sosinvision.com.br/index.php?/file/126-post-before-registering-content-viewer/
    and delete it, if you don't want the specific content to go public.
  21. Thanks
    Adriano Faria got a reaction from David N. in A member joined 33 mn ago but posted last Friday?   
    Post before registration enabled?
    Not sure but it can be that.
  22. Like
    Adriano Faria got a reaction from HeavyWolfPL in Retrieve installed plugins and apps   
    For the plugins, no. You’ll need the XML. Applications: download its folder via FTP.
  23. Like
    Adriano Faria reacted to opentype in Plugin/App update count value   
  24. Thanks
    Adriano Faria got a reaction from opentype in Plugin/App update count value   
    Clear the cache.
    case 'plugins': foreach( \IPS\Plugin::plugins() as $plugin ) { if( $plugin->update_check_data ) { $data = json_decode( $plugin->update_check_data, TRUE ); if( !empty( $data['longversion'] ) AND $data['longversion'] > $plugin->version_long ) { $count++; } } } break; \IPS\Data\Store::i()->$key = $count; return (int) \IPS\Data\Store::i()->$key; }  
  25. Thanks
    Adriano Faria got a reaction from SJ77 in Scheduled Posts   
    Choose their groups in the application settings and they will be able to schedule posts or comments.
    That’s what the application I linked does. 
×
×
  • Create New...