Jump to content

Adriano Faria

Clients
  • Joined

Solutions

  1. Adriano Faria's post in Moderator groups to moderate different categories/content was marked as the answer   
    Go to Content tab and uncheck Approve there. It will make it appears in all apps.
  2. Adriano Faria's post in How do I control what groups are displayed under a profile image on the forums? was marked as the answer   
  3. Adriano Faria's post in How long do app purchases take to appear? was marked as the answer   
    See:
     
  4. Adriano Faria's post in count($select) causes a 500 server error was marked as the answer   
    I don’t see the ->first() there.
    $count = \IPS\Db::i()->select( 'count(*)', 'hangman_phrase', array('status=0 AND member_id!=?', $member->member_id ) )->first(); print $count; You have 2 arrays there and forgot the ->first ().
  5. Adriano Faria's post in How to override/hook internal JS files was marked as the answer   
  6. Adriano Faria's post in Newer topics show 0 views? was marked as the answer   
  7. Adriano Faria's post in Function to use in frontend to get member profile fields was marked as the answer   
    See: https://invisioncommunity.com/forums/topic/458169-using-custom-profile-fields-in-the-welcome-email/?do=findComment&comment=2827843
    To get the group ID:

     
    To get the profile field ID:

     
    Field in the user profile:

     
    Example:
    {{$field = \IPS\Member::loggedIn()->profileFields( \IPS\core\ProfileFields\Field::PROFILE )['core_pfieldgroups_1']['core_pfield_3'];}} Value: {$field} Output:

     
    I'm not sure but *I think* there's a way to get the field by ID but I couldn't find examples.
  8. Adriano Faria's post in Remove + Create â–¼ link in header? was marked as the answer   
    You can also probably hide via custom CSS ( li cCreate ).
  9. Adriano Faria's post in "xxxxx is also here" was marked as the answer   
  10. Adriano Faria's post in How to disable theme switching was marked as the answer   
    By having a theme only.
    Actually, you can have several as long as only one is available to to you then the selector won’t show up.
  11. Adriano Faria's post in Error on website was marked as the answer   
    This?
     
  12. Adriano Faria's post in Help to create search section in search was marked as the answer   
  13. Adriano Faria's post in Remove Top Posters/Popular Days/Popular posts sidebar on long topics? was marked as the answer   
    Find in Forums settings:

  14. Adriano Faria's post in Migration to a new server with a new php version was marked as the answer   
    Use the RECOVERY MODE to access the Admin CP and disable 3rd-party resources. One of them is outdated. 
     
  15. Adriano Faria's post in Any way to set the global default for Account Settings :: Content View Behavior? was marked as the answer   
    You can change the default option in ACP -> Members-> Profiles settings if I’m not mistaken. 
  16. Adriano Faria's post in Blogs and Gallery not showing up after purchase addition? Looking for guidance was marked as the answer   
    Take a look:
     
  17. Adriano Faria's post in Trying to get Signatures to show up. was marked as the answer   
    You add them in Account Settings, not in profile.
  18. Adriano Faria's post in how can i enable the 'mark as solution' feature was marked as the answer   
    Edit a forum and find Enable Solved? in Display Settings tab.
  19. Adriano Faria's post in create new discussion disable for guests was marked as the answer   
    Disable POST BEFORE REGISTERING in your Admin CP.

  20. Adriano Faria's post in Searching for specific archived post? was marked as the answer   
    Search doesn't include archived posts.
  21. Adriano Faria's post in Member group table was marked as the answer   
    core_groups.
  22. Adriano Faria's post in Admin can see all topic followers? was marked as the answer   
    Nope, it doesn't show:

  23. Adriano Faria's post in Upgrade to Version 4.6.11 issues was marked as the answer   
    Go to ACP -> System -> Get Support -> Clear system caches.
    Probably will fix.
  24. Adriano Faria's post in Attempting to find this plugin was marked as the answer   
    By the screenshots, it should be the first one above. 
  25. Adriano Faria's post in How to remove "messenger" feature was marked as the answer   
    ACP -> Applications -> click in System to expand. Find Messenger and click in the padlock. Remove selection from all groups.