Jump to content

Joy Rex

Clients
  • Posts

    886
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Joy Rex

  1. The biggest issue with using FA5 is which method to use - SVG+JS will render (in my opinion) cleaner icons than the other (older) method, which is using the webfont. One important thing to consider when using the SVG+JS method is performance - if you have dozens of icons on screen, the JS has to find all the <i> elements and replace them, and using ::before and ::after pseudo elements can degrade performance even further.
  2. There was a great addon for IPS 3.x that automatically moved inactive members to a restricted group, gave them time to reactivate their account, and if they didn't, it would delete their account after a set period of time. Here's an addon that somewhat emulates that functionality:
  3. So... your plugin basically gives a control panel for the icons that are (presumably) hard-coded in the default IPS template? I'm surprised IPS doesn't have a control panel in the ACP to do that already! One thing to note - some of the icon classes have changed with FA5, as does the main FA class - it's no longer just "fa" but now can be "fas" (font awesome solid), "far" (font awesome solid), and "fab" (font awesome brands). Does your plugin change all the classes inside the <i> element to account for this?
  4. Does this use FontAwesome 4 or 5, and if using 5, is it using webfonts or the JS+SVG implementation?
  5. Well, you can turn your forum off and display a message for maintenance. You really should consider setting up a development site, getting a copy of your current forum up and running in that development environment, then upgrading the development version to see what breaks in going from 3.4.9 to 4.2.x - the post conversion as well as the database conversion alone can take a long time depending on how big your forum is. Once you've got everything ironed out in the development environment, you now have an idea what to watch out for when converting your live site. I'd also recommend communicating this change well in advance to your community so they are prepared for any downtime.
  6. Issues like this (where features are removed) should be better documented by IPS, especially for those considering upgrading to their latest products (either willingly or unwillingly due to EOL on the 3.x series of products). Apologies if it is documented somewhere, but if not, this should be a high-priority item, especially with 3.x being EOL and a lot of customers having to consider upgrading to keep in line with support.
  7. I would open a ticket with Support if you haven't already as it appears there is incompatible syntax in the upgrader related to your use of MariaDB.
  8. Ah, OK - so it is a bit like my example - a way to collect data from users beyond the open text posting area. This might be useful for my community! Need to upgrade to 4.x first though.
  9. What would be an example where this addon would be useful to a community?
  10. So if I understand what this addon does, it allows you to "extend" IPB by building custom forms, allowing user content to be consumed into a database table(s)? Would this be possible with this addon: If I wanted my users to be able to add entries into a Discography, and then display their entered content say in a Pages display, would this be suitable for this, or would using strictly Pages for that be more appropriate? An example of what this could be used for might help in understanding the potential of the addon.
  11. It turned out to be a Flash avatar (that happens to be interactive) that caused the issue - I did check the group colors, and all the quotes were single quotes, so it wasn't that (as far as I can tell).
  12. The map installed fine for me, worked fine (few users added pins, etc.) but then when I checked it later, I get just a large gray square, no map - unless - I click "show friends" and then it shows just me and the person(s) who are my friends. Any ideas? I'm thinking it might be a pin someone added that's causing it to bomb... I turned Firebug on in Firefox, and here was the error it gave me: And the resulting script that caused the error: missing ) after argument list
×
×
  • Create New...