Jump to content

Ryan H.

Members
  • Posts

    4,489
  • Joined

  • Last visited

  • Days Won

    9

Reputation Activity

  1. Like
    Ryan H. got a reaction from Morrigan in Advanced Tags & Prefixes - IPS 4.x   
    I've considered it, sure. I intend to do something about it in time, same as for expanding it to other apps. Been putting some plans together. Haven't started anything yet though.
  2. Like
    Ryan H. got a reaction from Meddysong in Advanced Tags & Prefixes - IPS 4.x   
    Yeah, permanent thing. I can't feel good about demanding renewal forever. No telling what the future will hold. That's a retroactive change.
  3. Like
    Ryan H. got a reaction from Meddysong in Advanced Tags & Prefixes - IPS 4.x   
    I've considered it, sure. I intend to do something about it in time, same as for expanding it to other apps. Been putting some plans together. Haven't started anything yet though.
  4. Like
    Ryan H. got a reaction from Joel R in Advanced Tags & Prefixes - IPS 4.x   
    I've considered it, sure. I intend to do something about it in time, same as for expanding it to other apps. Been putting some plans together. Haven't started anything yet though.
  5. Like
    Ryan H. got a reaction from GrooveOnBeat in Advanced Tags & Prefixes - IPS 4.x   
    You can use any HTML for formatting. So yes, you may use font icons or svg if you so choose, as long as it fits within the character limit.
  6. Like
    Ryan H. got a reaction from GrooveOnBeat in Advanced Tags & Prefixes - IPS 4.x   
    What's New in Version 3.0.8
    Fixed global moderator check for the 'exclude from required prefix' setting. Fixed an empty tag if no defaults set and none entered. Fixed the default prefix setting not working as expected. Fixed a possible SQL error on some combinations of settings with the mass-add tool. Changed the mass-add tool search term field to optional. Changed the tag manager tool to only delete exact matches.
  7. Like
    Ryan H. got a reaction from Jujuwar in Advanced Tags & Prefixes - IPS 4.x   
    What's New in Version 3.0.8
    Fixed global moderator check for the 'exclude from required prefix' setting. Fixed an empty tag if no defaults set and none entered. Fixed the default prefix setting not working as expected. Fixed a possible SQL error on some combinations of settings with the mass-add tool. Changed the mass-add tool search term field to optional. Changed the tag manager tool to only delete exact matches.
  8. Like
    Ryan H. got a reaction from KevinGrand in Advanced Tags & Prefixes - IPS 4.x   
    You can use any HTML for formatting. So yes, you may use font icons or svg if you so choose, as long as it fits within the character limit.
  9. Like
    Ryan H. got a reaction from Jujuwar in Advanced Tags & Prefixes - IPS 4.x   
    I have an update ready that should fix those issues. I'll post it when the Marketplace is fixed.
    The 'updatecheck task failed' issue should be resolved now, too--no update needed for that.
  10. Like
    Ryan H. got a reaction from GrooveOnBeat in Advanced Tags & Prefixes - IPS 4.x   
    I have an update ready that should fix those issues. I'll post it when the Marketplace is fixed.
    The 'updatecheck task failed' issue should be resolved now, too--no update needed for that.
  11. Like
    Ryan H. reacted to BRK Brandon in Easy Pages   
    Just wanted to stop by and say than you for quickly resolving those issues. Downloaded the update as soon as you released it and it worked like a charm. Thanks again!
  12. Like
    Ryan H. got a reaction from Jujuwar in Advanced Tags & Prefixes - IPS 4.x   
    Yeah. Got it, thanks.
    Here: applications/advancedtagsprefixes/hooks/addPrefixToForm.php
    Find: $tags = explode( ',', $container->default_tags );
    Change to: $tags = array_filter( explode( ',', $container->default_tags ) );
    Save, be happy. That won't fix existing ones, but you could do that easily enough from the tag manager.
  13. Like
    Ryan H. got a reaction from Joel R in Advanced Tags & Prefixes - IPS 4.x   
    As promised: Minor maintenance release for issues since July 3rd. This covers everything I'm aware of.
     
    What's New in Version 3.0.7
    Fixed RSS import errors with prefix. Fixed prefix disappearing on edit in some circumstances. Fixed potential cases with duplicate or empty tags.
  14. Like
    Ryan H. got a reaction from Jujuwar in Advanced Tags & Prefixes - IPS 4.x   
    As promised: Minor maintenance release for issues since July 3rd. This covers everything I'm aware of.
     
    What's New in Version 3.0.7
    Fixed RSS import errors with prefix. Fixed prefix disappearing on edit in some circumstances. Fixed potential cases with duplicate or empty tags.
  15. Like
    Ryan H. got a reaction from Morrigan in Advanced Tags & Prefixes - IPS 4.x   
    As promised: Minor maintenance release for issues since July 3rd. This covers everything I'm aware of.
     
    What's New in Version 3.0.7
    Fixed RSS import errors with prefix. Fixed prefix disappearing on edit in some circumstances. Fixed potential cases with duplicate or empty tags.
  16. Like
    Ryan H. got a reaction from Jujuwar in Advanced Tags & Prefixes - IPS 4.x   
    They show up fine on VNC for me. http://i.imgur.com/sPtInHq.png
    I lost my work while trying to fix my dev environment (doh!), so I had to redo all of the changes since the last update. That's done, so I'll try to test and release within a few days. Minor patch to address RSS, duplicate/empty tags, and broken prefix edit.
  17. Like
    Ryan H. got a reaction from Morrigan in Advanced Tags & Prefixes - IPS 4.x   
    Somebody else reported that a while back. I have a fix for it, will be included with the next update.
    Thanks.
  18. Like
    Ryan H. reacted to Loren in Easy Pages   
    I use this Easy Menu -- t is free and works for small jobs.
  19. Like
    Ryan H. got a reaction from Morrigan in Advanced Tags & Prefixes - IPS 4.x   
    I'll take that into consideration.
  20. Like
    Ryan H. got a reaction from Morrigan in Advanced Tags & Prefixes - IPS 4.x   
    I understand what you're saying, and I responded to that specifically. I can't fix your uppercase/lowercase problem without making the system case-insensitive altogether. I can't do that because it would be worse for performance and it could just as well break things for any site relying on the current (case-sensitive) behavior. Would be a breaking change.
    As for changing from lower- to non-lower, again, use the admin manage tags tool. You can fix each tag/prefix in bulk. Unless you have hundreds of prefixes to go through and correct, it's not going to take you a massive amount of time.
  21. Like
    Ryan H. got a reaction from Wayne B in Advanced Tags & Prefixes - IPS 4.x   
    I can't say how soon that might be. But yes, I'll make sure that's fixed with the next update.
  22. Like
    Ryan H. got a reaction from Kevin Carwile in Advanced Tags & Prefixes - IPS 4.x   
    You da best. And stateful content creation is silly. Thanks.
  23. Like
    Ryan H. reacted to Kevin Carwile in Advanced Tags & Prefixes - IPS 4.x   
    I solved this bug in my Rules application as I was getting the same error when certain rules were set up to change/update tags on content. The problem is with the setTags() method on the content item class. In the method it has a direct reference to \IPS\Member::loggedIn()->member_id, which will be null if there is not a currently logged in member (such as an RSS import).
    The solution is to check if there is a logged in member before attempting to set the tags, and if not, temporarily assign a value to the \IPS\Member::loggedIn()->member_id property ( such as '0' ). This will allow the tag to be saved. And then set it back to null after performing the operation.
  24. Like
    Ryan H. got a reaction from Wayne B in Advanced Tags & Prefixes - IPS 4.x   
    I'll investigate. It most likely is coming from my app, not clear to me why that would be though.
  25. Like
    Ryan H. got a reaction from Joel R in Advanced Tags & Prefixes - IPS 4.x   
    If it doesn't, it should. I'll put that on my list of things to check.
×
×
  • Create New...