Jump to content

Shariq Ansari

Clients
  • Posts

    305
  • 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

Posts posted by Shariq Ansari

  1. On 1/5/2020 at 8:02 AM, RoleplayUK said:

    @Makoto Is it possible to add prefixes to a saved action ? This worked with ATP but not with Radical tags or at least I haven't found it yet!

    For the record, we'd like this added as well, it's something we used with ATP.

  2. @Makoto All I'm seeing on the "Advanced Tools" page is an option to "lowercase all tags" - I run it, and it says it completed, but the message remains the only option on the "Advanced tools" page and doesn't go away.

    I'm looking for the option to migrate from the Advanced Tags & Prefixes plugin...

    1. No problem with the 4.X version of the add-on being charged for separately.
    2. Problem with things continuing to break on 4.X updates... I get that the finger can be pointed in both directions, IPS devs & add-on devs, but finger pointing isn't helping all that much... right now there's a 4.1.19 update marked as security-related that breaks this add-on, leaving two options:
      1. Update, be secure, and break the add-on.
      2. Wait, be less secure, and hope the add-on is fixed or that IPS patches to 4.1.19.1

    Both options are poo. Whatever can be done to prevent poo options being forced on us is an improvement.

  3. 6 minutes ago, Kevin Carwile said:

    Probably. I believe blue jeans have the same problem. :p

    I've always felt good software to be more flexible & more capable than apparel; not sure the jeans metaphor is :P-worthy... if you're saying there's no way to make the plugin scale well with large numbers of groups without configuring PHP, I'll take your word for it. I just assume that the max_input_vars property exists for a reason, and that designing software to require its continued increase probably subverts that reason...

  4. 12 minutes ago, Kevin Carwile said:

    Or maybe excessive configurations could use server settings that would support that excess. Such as increasing the max_input_vars to account for the requirement.

    @Kevin Carwile If you increase it once, isn't that just delaying an inevitable problem down the road, where instead of 68 member groups, now it's 168, and it needs to be increased again?

  5. 5 minutes ago, Kevin Carwile said:

    When you do the math, it adds up to a lot of form variables.

    I'm not sure what to do here. Do you really need 68 different member groups?

    I haven't bought the product yet but I'm considering it, and would potentially have a need for similar quantities... is it really that unreasonable? Ideally the product could scale as needed and do something like:

    • Processing the form submission in batches, somehow...
    • Rather than submitting thousands of form variables, use JavaScript to take all of that data and aggregate it into a single variable, which would get deserialized/parsed on the other end (even possible?)
  6. On 10/31/2015, 12:58:28, Kevin Carwile said:

    You may want to adjust some settings on your server so that scripts arent prematurely halted after 30 seconds.

    @Kevin Carwile Just curious, why would doing something as (seemingly) simple as adding a category result in a script execution time like that?

  7. I see the problem. I would qualify this as an IPS bug. There is a hook added to GC which modifies the member dropdown menu to add the "collab memberships" link. The hook uses a function which is in the GC application. When you disabled the application, the function becomes inaccessible... but the GC hook is not taken out of the compiled theme template and so a bad method call is left in your page.

    @Kevin Carwile - What would be the fix? Rebuild of theme? So recommendation to IPS is to prompt (or automatically) rebuild themes on disabling of any applications, or...?

×
×
  • Create New...