Community Answers
-
Adriano Faria's post in Desired Restriction: Only Topic Starter can Reply was marked as the answer
There's a 3rd-party resource:
-
Adriano Faria's post in [Pages] author's answers to users' reviews aren't being saved was marked as the answer
-
Adriano Faria's post in Can't create new post after update SyntaxError was marked as the answer
I’d download the current package and upload the folder applications / core / interface / ckeditor.
I had problem a couple of times where this folder were simply empty or missing files, not sure how.
-
Adriano Faria's post in Major Problems with Latest Update. was marked as the answer
Rebuild the cache in your ACP.
-
Adriano Faria's post in Force bulk mail to usergroup regardless of their privacy settings was marked as the answer
If you mean the restriction to receive news and information, which bulk mail relies on:
-
Adriano Faria's post in Can I increase Reaction Limit? was marked as the answer
It’s a per group option. Edit the group and go to Social tab probably.
-
Adriano Faria's post in Upgrade to 4.7.9 stuck at "Manual Action Required" was marked as the answer
Same happened to me last week when I upgraded a client’s board from 4.1.19.4 to 4.7.9. Not sure it was exactly there or these queries, I ran manually 3 or 4 times, always asking for the same queries, then I opted to run via upgrade and then it went ahead.
-
Adriano Faria's post in Giphy stopped functioning was marked as the answer
Working fine on my online board:
Check out the API key. If you use a custom key, switch to the public one just to test.
-
Adriano Faria's post in Edited 1st Post in Topic and it Gets Moved to Both of Thread was marked as the answer
-
Adriano Faria's post in Max File Size – Where do I find that setting? was marked as the answer
Edit the group you want and find:
-
Adriano Faria's post in Cannot uninstall outdated Pages application was marked as the answer
Yes, the folder is cms.
-
Adriano Faria's post in Has there been a change to email support? was marked as the answer
It’s been like that for a year now or so.
Basic support starts in the forums and they can move it to a ticket if they judge is necessary.
-
Adriano Faria's post in IPS Archive Version? was marked as the answer
Example: /applications/core/data/versions.json
This file will contain all versions from that app. The latest one is the version in use.
All apps must have this file.
-
Adriano Faria's post in MemberACPProfile extension not working was marked as the answer
This is one example from one of my resources:
class _Main extends \IPS\core\MemberACPProfile\MainTab
{
/**
* Get left-column blocks
*
* @return array
*/
public function leftColumnBlocks()
{
return array(
'IPS\membernotes\extensions\core\MemberACPProfileBlocks\AccountData',
);
}
/**
* Get main-column blocks
*
* @return array
*/
public function mainColumnBlocks()
{
return array(
'IPS\membernotes\extensions\core\MemberACPProfileBlocks\Notes',
);
}
/**
* Get right-column blocks
*
* @return array
*/
public function rightColumnBlocks()
{
return array();
}
/**
* Get Output
*
* @return string
*/
public function output()
{
return parent::output();
}
}
Mobile phone. No way to use CODE tag.
-
Adriano Faria's post in Disable "About Me" was marked as the answer
Go to ACP -> Members -> Profiles Fields and disable it there.
EDIT: I don’t think you can disable it; only remove it.
You can disable it per group with a 3rd-party resource:
-
Adriano Faria's post in Is there a solution for preventing individual members from receiving PM? was marked as the answer
I guess this one can:
You better confirm with @A Zayed first.
-
Adriano Faria's post in [This site] "Solutions" in the Avatar container not present in all subs was marked as the answer
I believe it shows up only in forums where the solved is enabled.
-
Adriano Faria's post in Requiring Approval For New User's First Post Globally was marked as the answer
It’s a group thing. Edit the group you want, probably Members, and you’ll see it in Content tab: Require approval before content shows?.
Enable it and enter 1 in after field and choose approved items of content on the other field.
-
Adriano Faria's post in Disallow guests from purchase in Downloads was marked as the answer
Just a closure on this. I'll leave the solution here as it may help someone else.
@Daniel F just responded to the ticket and to work like IPS, you need to remove the permission from your first group (Members, Visitors on IPS) to download, then Guests won't be able to purchase it.
Thank you @Jim M.