Jump to content

Ryan Ashbrook

Invision Community Team
  • Posts

    12,669
  • Joined

  • Days Won

    13

Community Answers

  1. Ryan Ashbrook's post in My databases disappeared? was marked as the answer   
    It looks like there was a temporary issue with your license - I have refreshed that, and your databases are back now.
  2. Ryan Ashbrook's post in Broken link in AdminCP was marked as the answer   
    This should be fixed now.
  3. Ryan Ashbrook's post in Does IPS supports PostgreSQL? was marked as the answer   
    No, only MySQL is supported at this time.
  4. Ryan Ashbrook's post in Database Field Regex was marked as the answer   
    You are missing your beginning and end delimiters. Try this:
    /^(fa(-[0-9a-zA-Z]+)+)( (fa(-[0-9a-zA-Z]+)+)+)*$/i And then set Apply text formatter to Yes, and then set Formatting Option to All lower-case in case someone enters a valid Font Awesome icon class, but uppercase.
  5. Ryan Ashbrook's post in Renaming a task was marked as the answer   
    I believe key is a reserved keyword in MySQL. Try this.
    \IPS\Db::i()->delete( 'core_tasks', array ('`key`=? AND app=?','steamCleanup','steam') )  
  6. Ryan Ashbrook's post in Possible to require approval for Events Calendar submissions? was marked as the answer   
    Yes, in your Admin CP > Community > Calendars, edit the calendar and set "Events must be approved?" to Yes.
  7. Ryan Ashbrook's post in Repeated log entries "spam-services" issue (nearly 200 entries in the past few days) was marked as the answer   
    This should be fixed on our end now.
  8. Ryan Ashbrook's post in Does IPS Require Python? was marked as the answer   
    It does not.
  9. Ryan Ashbrook's post in [THIS SITE] MFA failing even though correct code was being entered was marked as the answer   
    I've unlocked your account.
  10. Ryan Ashbrook's post in Twitter suddenly won't embed was marked as the answer   
    Unfortunately, from everything I can see, this is happening on Twitter's end. I'm not entirely sure there is much we can do for this right now.
  11. Ryan Ashbrook's post in Searching members by email fails was marked as the answer   
    This is a known issue, and we have a fix coming for it.
  12. Ryan Ashbrook's post in Topic ID column in topic trait was marked as the answer   
    Classes using the trait can overload the method if the column name does not match - in this case, the trait is simply providing a default value.
    Using mapped() would not work, because the "topic" column isn't actually included in the $databaseColumnMap property.
  13. Ryan Ashbrook's post in Question on Newletters... was marked as the answer   
    ACP > Members > Download Member List. Under Data to include, uncheck everything except Email address, and set "Member bulk mail subscription" to Currently subscribed.
  14. Ryan Ashbrook's post in PWA on iOS doesn’t set app name when opening link with external app was marked as the answer   
    Yes, I've just checked with other PWA's as well, and they also have the same issue, so this is a problem in iOS itself. The manifest only has two properties to define the name of the PWA (short_name for locations with limited space and name for anywhere else), and both are set.
  15. Ryan Ashbrook's post in 403 error when editing a plugin was marked as the answer   
    If you can update your Admin CP details in your client area, I can check this for you. However, a 403 typically means that your host has Mod Security or some other firewall / security software in place that is blocking the request.
    I would recommend contacting your host to see if this is the case and, if so, change the configuration to allow the request to go through properly.
  16. Ryan Ashbrook's post in Description resume in forums was marked as the answer   
    We use the Rules settings under the Display Settings tab.

  17. Ryan Ashbrook's post in I do not receive letters about complaints was marked as the answer   
    This is a bug that was fixed in 4.7.6. I would recommend upgrading to the latest version.
    I'm not able to reproduce on the latest version. Are you still seeing this?
  18. Ryan Ashbrook's post in Bulk Email Limitations was marked as the answer   
    As mentioned, there is unfortunately no way to rate limit bulk emails from within the software. I would recommend using a dedicated service, such as SendGrid.
  19. Ryan Ashbrook's post in Commerce, ticket assigned to specific person, lost when replying was marked as the answer   
    When assigning a ticket to a user, ensure that the "Lock to this staff member" option is set. When set, this will force the ticket to be assigned to that person regardless of who replies.

  20. Ryan Ashbrook's post in Delete old accounts was marked as the answer   
    Admin CP > Members. Click the Cog icon on the search bar. You can use this to search for members based on certain criteria. In this case, you would enter the information like so (note that only the second date field for Last activity is changed):

    After you submit your search, there will be a bar at the top that will allow you to prune / delete all members found, or move them to a different group.
    Before performing any mass alteration on your site, please always ensure you take a backup just in case your search is too broad and accidentally prunes accounts that you did not want removed.
  21. Ryan Ashbrook's post in Requirements checker doesn't send license key via HTTPS? was marked as the answer   
    The current version of the file does appropriately use https.
    <?php if ( file_exists( 'conf_global.php' ) and isset( $mysql ) and $licensekey = @$mysql->query("SELECT * FROM " . $INFO['sql_tbl_prefix'] . "core_sys_conf_settings WHERE conf_key='ipb_reg_number';") and $licensekey = @$licensekey->fetch_assoc() and $licensekey and $licensekey['conf_value'] and $lkeyData = @file_get_contents( "https://remoteservices.invisionpower.com/license/{$licensekey['conf_value']}", FALSE, $streamContext ) and $lkeyData = json_decode( $lkeyData, TRUE ) ): ?> This was updated almost two years ago.
  22. Ryan Ashbrook's post in New rules in font.css was marked as the answer   
    They are a part of the Font Awesome framework.
    https://github.com/FortAwesome/Font-Awesome/blob/4.x/css/font-awesome.css
  23. Ryan Ashbrook's post in LicenseKey is generating on a renew product? was marked as the answer   
    No, the key does not regenerate on renew.
  24. Ryan Ashbrook's post in Bug: create new topic throws error:[[Template core/global/forms/autocomplete is throwing an error. was marked as the answer   
    Thanks - I've fixed this for a future release, and applied the fix to this site.
  25. Ryan Ashbrook's post in vb to IPS instruction was marked as the answer   
    Start here:
     
×
×
  • Create New...