Jump to content

Mark

Clients
  • Posts

    36,220
  • Joined

  • Last visited

  • Days Won

    114

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Mark

  1. I really like this idea, but it is very hard to implement - I even tried making a mod at one point, but it just had too many drawbacks: The only way one could really do it would be to add a tag if the reply or multi-quote button was used with the quoted person's ID in - which isn't hard but, someone could always copy and paste another persons post (which isn't feasible to be filtering out) - and what if someone quotes several posts in their reply, but you are only ignoring one? It would be difficult to not show half of a persons post...
  2. Let me rephrase that: upgrading would be a mess. Especially as it's so critical to get right (IT Crowd reference: "You don't want to end up in the middle of invalid memory!") and such a difficult thing to test - the only way to test it would be to create a test site filled with fake data, logging the way everything should be, running the upgrader and checking it all converted properly; and doing that is going to be very easy to make a mistake, or miss something. Unless there is some major compelling reason that they should never be used that I'm not aware of (if there is, please share: You didn't say why comma separated strings are so bad) I'd much rather know that the upgrader isn't going to be undertaking database structure changes for the sake of it.
  3. What's so bad about comma separated strings? If they used linking tables for everything that is comma-separated or serialised, the database would be a mess.
  4. How do you suggest it is done? And why not use regexes? They work fine...
  5. Mark

    ipb_member_sync

    Would be helpful if custom profile fields were passed to on_create_account. The only way to get that data now is to add $fields->out_fields to the function call in action_public/register.php and action_admin/member.php
  6. Just thought I'd let you know all the Nexus modules have a license agreement when you go to download it except the hosting one.
×
×
  • Create New...