Community Answers
-
Adriano Faria's post in 4.7.5 - moderation checkboxes vanished was marked as the answer
Confirmed.
I'll send a fix now via message. Test and let me know if it fixes so I can update the marketplace file.
Tks.
-
Adriano Faria's post in How to turn off the "New Images" feature in Gallery index page? was marked as the answer
You can't; there is no option/setting for this but there goes a tiny plugin to do it:
Remove New Images Block in Gallery Index 1.0.0.xml
-
Adriano Faria's post in Issue with the Members block and showing birthdays was marked as the answer
Birthdays were removed from the Calendar, so there's no widget anymore. In the Members widget, it is tied to online status?
Anyway, I'll leave a suggestion:
-
Adriano Faria's post in When changing a file (downloads) to "hidden" what table is the message stored in that is associated? was marked as the answer
core_soft_delete_log
-
Adriano Faria's post in Managing images in the gallery by users was marked as the answer
No. Move is a moderator permission. You can certainly achieve this with a custom plugin.
-
Adriano Faria's post in Updating data in a database table when installing a new version of an app was marked as the answer
In the Dev Center, add the upgrade.php in the Version currently being developed version then build application and choose Build New Version. The ID Number (long version) should be higher than the version you have in marketplace. You should change the Version (human version) too but that's not required.
Save. Download. Test in another install.
-
Adriano Faria's post in Unable to create new theme was marked as the answer
It is probably an issue related to a resource called ipskitaddons. Disable it and try again.
-
Adriano Faria's post in Is it possible to mention/notify all users at once? was marked as the answer
-
Adriano Faria's post in Increasing the number of reactions was marked as the answer
Edit the group you want in ACP -> Members -> Groups and find:
You will find it in Social tab.
-
Adriano Faria's post in Filter a thread to view content posted by user/yourself? was marked as the answer
You can using a marketplace resource:
-
Adriano Faria's post in Random post approval? was marked as the answer
Maybe you have restricted links?
-
Adriano Faria's post in 'Search in' always showing after update was marked as the answer
Your theme is outdated. Ask your designer to update it to 4.7.1.
-
Adriano Faria's post in 4.7.1 update - pages / news not in activity was marked as the answer
https://invisioncommunity.com/forums/topic/468666-a-problem-with-dates/
-
Adriano Faria's post in Can not found in Marketplace was marked as the answer
That’s because you’re in 4.7 but the resource is 4.6 yet. You have to ask to the dev to make it compatible with 4.7 then it will show up in your ACP.
-
Adriano Faria's post in SQL Toolbox removed? was marked as the answer
Yes:
https://invisioncommunity.com/release-notes/
-
Adriano Faria's post in Commerce application installation was marked as the answer
It is called nexus.
-
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.
-
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 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 ().
-
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.
-
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 ).