Jump to content

Adriano Faria

Clients
  • Joined

Solutions

  1. Adriano Faria's post in Create group error was marked as the answer   
    Something related to Jobs. Post in my board so I can take a look. đź‘Ť
  2. Adriano Faria's post in Plugin Will Not Uninstall was marked as the answer   
    Fixed. It was indeed an oversight. New version tomorrow. đź‘Ť
  3. Adriano Faria's post in Upgrading plugin removes the plugin was marked as the answer   
    Regarding DEAD TOPIC PROTECTION:
    It's in the file description. đź‘Ť
    Specifically in the ADDITIONAL INFORMATION tab.

  4. Adriano Faria's post in How to remove user group name in profile was marked as the answer   
  5. Adriano Faria's post in Hiring a community designer was marked as the answer   
    https://invisioncommunity.com/third-party/providers/
    https://invisioncommunity.com/forums/forum/506-requests/
  6. Adriano Faria's post in Theme Issues/Forum not fully functional was marked as the answer   
    I would reupload Downloads app. It seems there’s a missing file somehow. 
  7. Adriano Faria's post in How do I override default lang strings was marked as the answer   
  8. Adriano Faria's post in How to re-install Pages app? was marked as the answer   
    See 
    Find in that page: Adding a newly purchased application.
  9. Adriano Faria's post in Notifications error was marked as the answer   
  10. Adriano Faria's post in Make help threads private is it possible? was marked as the answer   
    Edit the forum and uncheck Users can see topics posted by other users?.
    It's placed in the Forum Settings tab.
  11. Adriano Faria's post in Is the ?d= parameter really necessary in Pages categories? was marked as the answer   
    This is used to load the form when the database isn't set on a page, @Gabriel Torres:
    /** * Show the pre add record form. This is used when no category is set. * * @return void */ protected function form() { ... } else if ( \IPS\cms\Pages\Page::$currentPage === NULL and \IPS\cms\Databases\Dispatcher::i()->databaseId === NULL and isset( \IPS\Request::i()->d ) ) { \IPS\cms\Pages\Page::$currentPage = \IPS\cms\Pages\Page::loadByDatabaseId( \IPS\Request::i()->d ); }  
  12. Adriano Faria's post in Lost admincp access and site is off with error at the moment was marked as the answer   
    Try the RECOVERY mode.
     
  13. Adriano Faria's post in HOT mark was marked as the answer   
  14. Adriano Faria's post in Attachment permissions was marked as the answer   
    No, it was removed on IPS4 due to low cost of hosting/external storage so it wouldn’t be a problem, IIRC.
    Per forum: you can control who can download only via permissions.
    Per group: you can control total space for each member of the group.
  15. Adriano Faria's post in Changing FURL in custom apps was marked as the answer   
  16. Adriano Faria's post in Popular Now Block not working for me was marked as the answer   
    Popular (hot) topics are topics with many replies within X minutes, configurable in your ACP. It won’t show if you haven’t topics like that at the moment.
  17. Adriano Faria's post in Download Permissions was marked as the answer   
    It's a per category thing:

     

  18. Adriano Faria's post in Following error when I try to create a theme was marked as the answer   
    Disable the resource ipskit Aaddons and tey again.
  19. Adriano Faria's post in Is there a tool there shows me unneeded tables on DB? was marked as the answer   
    Or you can install a test board with the apps you currently have and compare with the DB of your live board.
  20. Adriano Faria's post in How to disable Pages content from increasing Post Count was marked as the answer   
    You would need a plugin to achieve this:
    With this plugin you can choose to enable/disable post count increase by app.
  21. Adriano Faria's post in Restrict PMs so that members can only PM Staff? was marked as the answer   
    Only with a 3rd-party resource:
     
  22. Adriano Faria's post in Welcome message for new users? was marked as the answer   
  23. Adriano Faria's post in Strange registration from today was marked as the answer   
    Do you use any social media that allows to create accounts? Probably someone created and didn’t go on when prompted to provide the email or a real name. I remember have read old topics like that. Sometimes you can see in online list users browsing without name too.
  24. Adriano Faria's post in Export translation of an app was marked as the answer   
  25. Adriano Faria's post in Hide ads on mobile? was marked as the answer   
    Add a div in your ad and use the following classes:
    ipsResponsive_hidePhone ipsResponsive_hideTablet ipsResponsive_showDesktop