Solutions
-
Adriano Faria's post in Moderator groups to moderate different categories/content was marked as the answerGo to Content tab and uncheck Approve there. It will make it appears in all apps.
-
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
-
Adriano Faria's post in How long do app purchases take to appear? was marked as the answerSee:
-
Adriano Faria's post in count($select) causes a 500 server error was marked as the answerI 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 ().
-
Adriano Faria's post in How to override/hook internal JS files was marked as the answer
-
Adriano Faria's post in Newer topics show 0 views? was marked as the answer
-
Adriano Faria's post in Function to use in frontend to get member profile fields was marked as the answerSee: 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.
-
Adriano Faria's post in Remove + Create â–¼ link in header? was marked as the answerYou can also probably hide via custom CSS ( li cCreate ).
-
Adriano Faria's post in "xxxxx is also here" was marked as the answer
-
Adriano Faria's post in How to disable theme switching was marked as the answerBy 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.
-
Adriano Faria's post in Error on website was marked as the answerThis?
-
Adriano Faria's post in Help to create search section in search was marked as the answer
-
Adriano Faria's post in Remove Top Posters/Popular Days/Popular posts sidebar on long topics? was marked as the answerFind in Forums settings:
-
Adriano Faria's post in Migration to a new server with a new php version was marked as the answerUse the RECOVERY MODE to access the Admin CP and disable 3rd-party resources. One of them is outdated.
-
Adriano Faria's post in Any way to set the global default for Account Settings :: Content View Behavior? was marked as the answerYou can change the default option in ACP -> Members-> Profiles settings if I’m not mistaken.
-
Adriano Faria's post in Blogs and Gallery not showing up after purchase addition? Looking for guidance was marked as the answerTake a look:
-
Adriano Faria's post in Trying to get Signatures to show up. was marked as the answerYou add them in Account Settings, not in profile.
-
Adriano Faria's post in how can i enable the 'mark as solution' feature was marked as the answerEdit a forum and find Enable Solved? in Display Settings tab.
-
Adriano Faria's post in create new discussion disable for guests was marked as the answerDisable POST BEFORE REGISTERING in your Admin CP.
-
Adriano Faria's post in Searching for specific archived post? was marked as the answerSearch doesn't include archived posts.
-
Adriano Faria's post in Member group table was marked as the answercore_groups.
-
Adriano Faria's post in Admin can see all topic followers? was marked as the answerNope, it doesn't show:
-
Adriano Faria's post in Upgrade to Version 4.6.11 issues was marked as the answerGo to ACP -> System -> Get Support -> Clear system caches.
Probably will fix.
-
Adriano Faria's post in Attempting to find this plugin was marked as the answerBy the screenshots, it should be the first one above.
-
Adriano Faria's post in How to remove "messenger" feature was marked as the answerACP -> Applications -> click in System to expand. Find Messenger and click in the padlock. Remove selection from all groups.