Jump to content

Adriano Faria

Clients
  • Posts

    31,587
  • Joined

  • Days Won

    473

Reputation Activity

  1. Thanks
    Adriano Faria got a reaction from PPlanet in 4.7.15 changes   
    You should add in the Changes affecting third-party developers and designers the new parameter in the \IPS\Node\Model::setLastComment().
    This is breaking/locking the apps and crashing the whole board install and requires the immediate attention of the developer.
  2. Thanks
    Adriano Faria reacted to Nathan Explosion in Admin posting in a scheduled thread?   
    https://www.sosinvision.com.br/index.php?/file/292-scheduled-comments/
  3. Thanks
    Adriano Faria got a reaction from My Sharona in "Let's confirm you are human" challenge issue   
  4. Thanks
    Adriano Faria reacted to *Salvo* in Where is the error if I see in my language %s instead of datas?   
    Thank you very much @Adriano Faria, like many years ago, you solved my problems. Missing your online users today and latest topics, But got 'sticky notes' that is superbe.
    The translation was obsolete (about 11 years), found and uploaded a version less old (2022) and everything worked as intented to do.
    Again thank you, it's a pleasure to see you here.
  5. Thanks
    Adriano Faria got a reaction from *Salvo* in Where is the error if I see in my language %s instead of datas?   
    The way to fix this is display the lang bit key and compare it with the English. You’ll see your translation isn’t right. 
  6. Thanks
    Adriano Faria got a reaction from Verto in Add a new field to the user registration form from an application.   
    You need to add a hook to \IPS\core\modules\front\system\register::buildRegistrationForm(), make your validation and then you can "save" the data via the memberSync extension.
    public static function buildRegistrationForm( $postBeforeRegister = NULL ) { $form = parent::buildRegistrationForm( $postBeforeRegister ); //add your fields return $form; }  
  7. Thanks
    Adriano Faria got a reaction from Michael Collins in Enable "Recent Profile Visitors" by default?   
    There's a topic somewhere here on IPS with a manual query. I tried to find but I couldn't... try it.
    Keyword: view_sigs.
  8. Thanks
    Adriano Faria reacted to Chris59 in Page -> List of all Badges?   
    Check this . i maked this as a suggest and Adriano made one
    https://www.sosinvision.com.br/index.php?/file/296-achievements-overview/
  9. Like
    Adriano Faria got a reaction from Jim M in I forgot how ModCP works   
    Add the group or members as Moderators in the ACP.
  10. Like
    Adriano Faria reacted to Nathan Explosion in Report type   
    I think this means you want to have the editor hidden. If so, custom CSS:
    li#_report_message{ display:none; }  
  11. Thanks
    Adriano Faria got a reaction from WebCMS in Live pages to guest users   
    Oh, he is CiC; I didn't pay attention to that. Good to know it can be handled by a constant. 👍
  12. 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:

  13. 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:

  14. Like
    Adriano Faria got a reaction from .Ian in Auto follow topics   
    … and if you also want to new members follow specific forums/topics, you can use this:
    https://www.sosinvision.com.br/index.php?/file/50-auto-follow-content/
  15. Thanks
    Adriano Faria got a reaction from Thomas P in User marked as Spammer still shows "About me" spam in profile   
    It should. It isn’t. That’s what I meant.
  16. Like
    Adriano Faria got a reaction from Thomas P in User marked as Spammer still shows "About me" spam in profile   
    The profile is visible and accessible to anyone. You’ll have to edit their profile to remove the information you judge spam.
  17. 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)
     
  18. Like
    Adriano Faria reacted to Marc Stridgen in Marketplace in help guides   
    Thank you. Just reported these internally
  19. 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.
  20. Haha
    Adriano Faria reacted to Marc Stridgen in Need help contacting developer TDBF   
    I blame lack of coffee, personally
  21. Like
    Adriano Faria got a reaction from Marc Stridgen 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:

  22. Like
    Adriano Faria got a reaction from Robert Angle 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:

  23. 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.
  24. 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/
  25. 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:

×
×
  • Create New...