Jump to content

Adriano Faria

Clients
  • Posts

    31,847
  • Joined

  • Days Won

    475

Community Answers

  1. Adriano Faria's post in Turn Off All Board Emails was marked as the answer   
    See Email Debugging on
     
  2. Adriano Faria's post in Possible to remove double spacing with Enter? was marked as the answer   
  3. Adriano Faria's post in Overloading of logs can cause problems? was marked as the answer   
  4. Adriano Faria's post in 4.7.10 IN_DEV error with PHP 8.1 was marked as the answer   
  5. Adriano Faria's post in Desired Restriction: Only Topic Starter can Reply was marked as the answer   
    There's a 3rd-party resource:
     
  6. Adriano Faria's post in Highlighting some posts was marked as the answer   
    You can recommend a post:
     
  7. Adriano Faria's post in [Pages] author's answers to users' reviews aren't being saved was marked as the answer   
  8. 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. 
  9. Adriano Faria's post in Major Problems with Latest Update. was marked as the answer   
    Rebuild the cache in your ACP. 
  10. 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:
     
  11. 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. 
  12. 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.
  13. 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.
  14. Adriano Faria's post in Edited 1st Post in Topic and it Gets Moved to Both of Thread was marked as the answer   
  15. 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:

  16. Adriano Faria's post in Cannot uninstall outdated Pages application was marked as the answer   
    Yes, the folder is cms.
  17. 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. 
  18. 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.
  19. 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.
  20. 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:
     
  21. Adriano Faria's post in New User Settings Tab was marked as the answer   
  22. 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.
  23. 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.
  24. 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.
  25. 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.
×
×
  • Create New...