Community Answers
-
Adriano Faria's post in Make field required was marked as the answer
If I’m not mistaken, profile fields will appear in registration screen if you’re using the full form option. Quick form won’t show them.
-
Adriano Faria's post in Alert to multiple members (not groups) was marked as the answer
@Joey_M @Joel R
Quick one:
Will send only to multiple members, no groups.
Please let's continue this conversation on my board. What other feature are you missing?
-
Adriano Faria's post in Disallow users from canceling invoices was marked as the answer
Since this is a service-related charge, we believe the user should not be able to cancel the invoice on the front end. To address this, we opted to hide the cancel button using CSS. Also and just in case the user already knows the URL to cancel the invoice:
A hook on IPS4 will throw an error message when trying to cancel the invoice. The PENDING status is restored via Invoice Listener on IPS5. -
Adriano Faria's post in Search posts by a user in a topic to hide/delete them. was marked as the answer
https://www.sosinvision.com.br/index.php?/file/48-user-posts-in-topic/
-
Adriano Faria's post in Prevent certain groups from adding hyperlinks was marked as the answer
You can do that with a 3rd-party resource:
See:
https://www.sosinvision.com.br/index.php?/file/194-enhanced-links-moderation/
-
Adriano Faria's post in Custom applications: increase posts number and show in profile was marked as the answer
See if it has the Content Router extension.
-
Adriano Faria's post in Saved Actions for moderators was marked as the answer
The permission Can use saved actions? must be enabled for the moderators.
-
Adriano Faria's post in Activity Feed > Exclude particular forums from appearing in newsfeed (and side widget) was marked as the answer
I don’t remember any new feature to accomplish this so create a new stream, set it as default and choose all type of content, including topics, and use the option to narrow by forums and choose all forums, except the ones you don’t want their topics to be listed. All the other streams will remain showing these forums.
To mention only one disadvantage, you will have to remember to add new forums when you create them, otherwise they won’t show up in the stream.
-
Adriano Faria's post in Updating member_group_id was marked as the answer
Yep.
update core_members set member_group_id = X where member_group_id = Y
A backup is always recommended.
-
Adriano Faria's post in Background processes impossible to run now was marked as the answer
https://invisioncommunity.com/forums/topic/476913-typeerror-delete-user/
-
Adriano Faria's post in After today's update, the post content box is completely gone was marked as the answer
Rebuild the cache in your ACP -> System -> Support.
-
Adriano Faria's post in How do I get multiple texts below and above my profile picture? was marked as the answer
This seems to be secondary groups:
https://www.invisioneer.org/files/file/350-axen-secondary-groups-indicator/
-
Adriano Faria's post in How can I do this? Like Test Posting was marked as the answer
Edit a forum and find:
-
Adriano Faria's post in Where is the error if I see in my language %s instead of datas? was marked as the answer
The way to fix this is display the lang bit key and compare it with the English. You’ll see your translation isn’t right.
-
Adriano Faria's post in I forgot how ModCP works was marked as the answer
Add the group or members as Moderators in the ACP.
-
Adriano Faria's post in Post or article with guest comment enabled was marked as the answer
Disable Post Before Registering. Permit guests to reply in the forum. Make sure replies are moderated in the forum.
The guest will see:
When approved:
-
Adriano Faria's post in A member joined 33 mn ago but posted last Friday? was marked as the answer
Post before registration enabled?
Not sure but it can be that.
-
Adriano Faria's post in Plugin/App update count value was marked as the answer
Clear the cache.
case 'plugins': foreach( \IPS\Plugin::plugins() as $plugin ) { if( $plugin->update_check_data ) { $data = json_decode( $plugin->update_check_data, TRUE ); if( !empty( $data['longversion'] ) AND $data['longversion'] > $plugin->version_long ) { $count++; } } } break; \IPS\Data\Store::i()->$key = $count; return (int) \IPS\Data\Store::i()->$key; }
-
Adriano Faria's post in Members can't answer the poll was marked as the answer
Edit their groups and enable Can vote in polls? in Content tab.
-
Adriano Faria's post in Default search option showing as Pages? was marked as the answer
https://www.sosinvision.com.br/index.php?/file/302-remove-pages-from-search/
-
Adriano Faria's post in Topic Opening for each new Download Submission? was marked as the answer
Yes. Edit the category you want and enable it in the Forum Topics tab.
-
Adriano Faria's post in Can't edit our signatures here? was marked as the answer
They disabled it a while ago.
-
Adriano Faria's post in My site won’t let do description was marked as the answer
If other JS are working and only the Editor isn’t, check the content of the following folder: / applications / core / interface / ckeditor.
Somehow I got mine emptied a while ago. Editor worked after re uploading this folder.
-
Adriano Faria's post in Is it possible to have "About Me" tab selected when clicking on profile link? was marked as the answer
https://www.sosinvision.com.br/index.php?/file/107-profile-tabs-organizer/