Jump to content

Ryan Ashbrook

Invision Community Team
  • Posts

    12,669
  • Joined

  • Days Won

    13

Community Answers

  1. Ryan Ashbrook's post in PHP 7 to 8 conversion was marked as the answer   
    If you go to your Admin CP > System > Get Support > PHP8 Incompatible Customizations then it will tell you what it detects as incompatible.
  2. Ryan Ashbrook's post in Is there a quick way / application for a read-only mode? was marked as the answer   
    ACP > Members > Groups.
    Click the Lock icon for each one and remove posting permissions for each forum / section. Faster to do it this way, than per forum.
  3. Ryan Ashbrook's post in Embedding images in forum from the gallery was marked as the answer   
    In the Editor, in the attachment area - click Other Media > Insert existing attachment.
    It will then list files uploaded elsewhere in the suite, including Gallery images.
  4. Ryan Ashbrook's post in Search - Title Boost was marked as the answer   
    Items where the search term is found in the title will show higher up in the results list than items where the search term only appears in the body of content when sorting results based on Relevancy.
    The higher the number, the higher those items will show in the results. 
  5. Ryan Ashbrook's post in 4.7.2.1 issue edittor Pages was marked as the answer   
    Thanks - I have submitted a fix for this issue for a future release.
  6. Ryan Ashbrook's post in Duplicate email notifications when a new version is uploaded was marked as the answer   
    Thanks - I have fixed this issue for a future version.
  7. Ryan Ashbrook's post in Google/Apple Pay Automatic Renewals was marked as the answer   
    Unfortunately, this is not possible at this time.
  8. Ryan Ashbrook's post in Search interface on this site? was marked as the answer   
    Yes, this comes standard as a part of the 4.7.1 update. 🙂 
  9. Ryan Ashbrook's post in Admin validation at registration: not receiving email notifications on new registrations was marked as the answer   
    Go to your Admin CP, click the bell in the top right, then click Notification Settings on the top right of the menu.
    On that page, look for this section, and select either "Yes - once until addressed" or "Yes - every occurrence", depending on your preference.
     

  10. Ryan Ashbrook's post in About poll tool was marked as the answer   
    Only Forums, Blogs, and custom fields in certain areas support Polls at this time.
  11. Ryan Ashbrook's post in 4.X DB Schema Question: Total posts by a member was marked as the answer   
    If you click the link to Recount, it will give you the option to do either that individual member, or all members.

  12. Ryan Ashbrook's post in MyIASM to InnoDB suggestion in ACP - Question why some tables are MyIASM was marked as the answer   
    The only table that would have been created during upgrade would have been the calendar_events table - and technically, it wasn't actually created but rather renamed from the old cal_events table for the Calendar application.
    I am unsure of the other two tables - the first one looks like a third party application, and the second one looks to have been a copy of the posts table (which was renamed to forums_posts). Searching through both IPS4 and IP.Board 3, and there is no reference at all to any "posts2" table.
    Regardless of where they came from, it is fine to simply change them to InnoDB.
  13. Ryan Ashbrook's post in [Gallery] see all the "Featured Images" was marked as the answer   
    You can use an Image Feed block that only shows Featured Images.

  14. Ryan Ashbrook's post in Curious about consistency end of upgrade/update. was marked as the answer   
    Actually, there's quite a bit more to it than that. 🙂
    There are some specific circumstances where even if you go from, for example, 1.2.3 to 1.2.4, then it can all be done within the AdminCP. If there are more significant changes, however, then it will send you to the full upgrader.
  15. Ryan Ashbrook's post in Notification Flood from Product Purchase (1 per item qty) was marked as the answer   
    Yes, in this case, you (or anyone specified under the Purchase Notifications setting for the package) would receive an email for every purchase generated of that particular package. These emails are unique to the actual purchase itself, even if purchased alongside other purchases of the same package type.
    These emails, however, do not go out to the user - they would receive the standard invoice paid notifications, which will have grouped them all together (since those emails are unique to the invoice that was generated, not the purchases themselves).
  16. Ryan Ashbrook's post in How to Query DB to Return # of Posts was marked as the answer   
    $count = \IPS\Db::i()->select( 'count(*)', 'forums_posts' )->first(); print $count;  
  17. Ryan Ashbrook's post in Problems with Mobile Menu was marked as the answer   
    This is indeed a bug - it has been fixed in the latest release, so I recommend upgrading and revert / re-apply any changes that have been made to the mobileNavigation template (if any changes have been made).
  18. Ryan Ashbrook's post in "Top Downloads" plugin not pulling correct counts was marked as the answer   
    The block is based on the download logs as configured for your categories. So, if you've recently changed these to retain downloads indefinitely, then this would not be applied retroactively.
    So, for instance, if all of your categories previously only retained 7 days worth of download logs, and then those were updated to keep download logs forever, then the previous logs would not be applied because they have already been removed.
    Looking on your site there, the Download Log for your most downloaded file only has 11 pages, totaling 103 downloads, though the file itself has seen itself been downloaded over 17,000 times. So what happened here, is those logs were likely pruned.
  19. Ryan Ashbrook's post in [HERE] searching downloads was marked as the answer   
    I took a look at the logs, and this was indeed a temporary issue while we are working on a few things. It should be fine now.
  20. Ryan Ashbrook's post in Downloads Application Page loading extremely slow, time to first byte is more than 15 Seconds was marked as the answer   
    I believe this issue is related to the amount of categories you have. I have identified where the problem is, and have submitted a fix for a future version.
  21. Ryan Ashbrook's post in Upgrade problem was marked as the answer   
    I've fixed this issue for the next release - for now, you can proceed with the manual download (the download button will provide only the changed files - not the full suite download).
  22. Ryan Ashbrook's post in Upgrading my hosting plan was marked as the answer   
    I refreshed your license data - in your Admin CP, go to License Key and click "Refresh License Data" and that should update everything.
  23. Ryan Ashbrook's post in How do I create a status page for my website? was marked as the answer   
    Something like this may work:
     
  24. Ryan Ashbrook's post in member_photo_url was marked as the answer   
    Where are you seeing this being shown? I've done a search through the files, and I'm not seeing this string being used anywhere. The string itself was removed in 4.5.0 (specifically, the first beta).
  25. Ryan Ashbrook's post in Daily post/message limit for groups? Is it posiible? was marked as the answer   
    Are you referring to just for the forums app? If so, then that is not currently possible.
    If you mean across the entire community, then yes - when editing a group, under the Content tab, search for the Posting Limits setting.
    For PM's, they have their own limit - see the Messaging section under the Social tab when editing a group.
×
×
  • Create New...