Jump to content

Adriano Faria

Clients
  • Joined

Solutions

  1. Adriano Faria's post in Restrict "Sign in as..." for some admins was marked as the answer   
    Edit the group in ACP -> Members -> Administrators and set it as Restricted, if it isn’t then remove the following permission:

  2. Adriano Faria's post in Stock replies icon not showing up in editors was marked as the answer   
    You need to create stock replies first. The button will show up after that.
    https://invisioncommunity.com/news/product-updates/editor-stock-replies-r1233/?do=findComment&comment=222828
  3. Adriano Faria's post in Upon login 500 internal error new issue was marked as the answer   
    Read about Recovery Mode (Self hosted only) here:
     
  4. Adriano Faria's post in Commerce as a ticket system? was marked as the answer   
    Sure.
    No:

  5. Adriano Faria's post in all login areas broken was marked as the answer   
    You are using an outdated version of Links Directory. Version for IPS 4.6 doesn't has this issue.
    You don't even show as purchaser of this app! 🤷‍♀️
  6. Adriano Faria's post in Can't find place to enter status update was marked as the answer   
    It appears in your profile above the Activity Stream.
  7. Adriano Faria's post in Error code: 2F173/H getting this as an Admin was marked as the answer   
    Check the permissions to view the forum. It is related to permissions.
  8. Adriano Faria's post in PHP8 Tried to add File to Downloads was marked as the answer   
    Disable the Radical Tags app and try t again.
  9. Adriano Faria's post in How to Promote Our Picks?? was marked as the answer   
    Have you enabled it in the ACP? If don’t, type Picks in the ACP search and enable it.
  10. Adriano Faria's post in "About me" in the profile was marked as the answer   
    It’s the profile field. If the user fill this field (or any other Editor profile field) will appear as a new tab in user profile. 
  11. Adriano Faria's post in What is wrong with this code? was marked as the answer   
    See the method attachmentLookup. It’s wrong. 
    Open same extension from any other and compares to yours.
  12. Adriano Faria's post in Missing Source button on editor was marked as the answer   
    Enable HTML posting for your group. 
  13. Adriano Faria's post in anyone know what error 4X196/3 is..? was marked as the answer   
    /* If we don't have any available payment methods, show an error */ if ( \count( $paymentMethods ) === 0 and !$amountToPay->amount->isZero() ) { \IPS\Output::i()->error( 'err_no_methods', '4X196/3', 500, 'err_no_methods_admin' ); }  
  14. Adriano Faria's post in Files/Download - Query to return info was marked as the answer   
    downloads_files contains file information, like file name, submitter, date, path, category, number of comments/reviews, ratings, etc.
    downloads_fields and downloads _ccontent contains extra fields information. 
    downloads_downloads contains information about who downloaded a file and when.
  15. Adriano Faria's post in How to get MArketplase support topics "infobox"? was marked as the answer   
    ACP -> Community -> (Forums) Settings -> Topic Summary Settings
  16. Adriano Faria's post in Enable "Recent Profile Visitors" by default? was marked as the answer   
  17. Adriano Faria's post in Possible to auto send a private message to new users? was marked as the answer   
  18. Adriano Faria's post in A "Who posted" block? was marked as the answer   
    Not out of the box.
    This plugin adds a block but not a sidebar block:
     
  19. Adriano Faria's post in Integração do RD Station com o Invision Community was marked as the answer   
    @Karina Harumi, o idioma oficial aqui é inglês. Dificilmente alguém irá traduzir e postar.
    Use o Google Translator e edite seu post. Suas chances aumentarão.
  20. Adriano Faria's post in Widget visibility settings? was marked as the answer   
    Make sure your configuration method starts with:
    public function configuration( &$form=null ) { $form = parent::configuration( $form );  
  21. Adriano Faria's post in Cannot change friendly URLs was marked as the answer   
  22. Adriano Faria's post in Usergroup icons that show next to usernames was marked as the answer   
    Edit the group and add the FA icon in the Group Formatting. Example:
    Will produce:

     

     
    You can also give users the ability to add their own FA icons:
     
  23. Adriano Faria's post in How to clean up attachment files after deleting content? was marked as the answer   
    Orphaned attachments are deleted regularly on a task that runs once per day, if I’m Not mistaken. 
    If you want to test it, go to Tasks and find one related to attachments or clean and run the task.
    EDIT: The task is cleanupattachments and runs at every 12 hours.
  24. Adriano Faria's post in restrict moderated members from posting in a forum was marked as the answer   
    Version 1.0.1 submitted to the marketplace:

    User can't create new topics in the chosen forums:


    Or reply to existing topics in chose forums:

  25. Adriano Faria's post in Manual approve new members was marked as the answer   
    Yes, on ACP go to Notifications Settings and find A new member requires admin validation on Member Accounts. 
    On a side note, take a look at this plugin:
    It can save you some time.