Jump to content

Afrodude

Members
  • Posts

    922
  • Joined

  • Days Won

    7

Reputation Activity

  1. Agree
    Afrodude reacted to David N. in Events reminder notifications   
    I wish I would get reminders for an event I've signed in for, such as one reminder notification 24 hours before, and another 1 hour before. 
  2. Like
    Afrodude reacted to Colonel_mortis in Upgrader doesn't add all the relevant event columns to the events table   
    When databaseCheck is run as part of the 4.7.2 -> 4.7.3 upgrade, it ends up running additional queries to fix the schema, because they weren't included as queries by the upgrader:
    ALTER TABLE `calendar_events` ADD COLUMN `event_external_url` VARCHAR (255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL , ADD COLUMN `event_latitude` DECIMAL (10,8) NULL , ADD COLUMN `event_longitude` DECIMAL (11,8) NULL ; This doesn't cause issues because it was caught by the databaseCheck, but as with the previous time that something like this happened:
    this could cause problems in future.
  3. Agree
    Afrodude reacted to Hegnauer.io in Change Post Author - IP.Board 4.x   
    Would be really nice if this worked throughout the suite. Blog comments, pages database entry comments, etc.
  4. Like
    Afrodude reacted to Martin A. in [App scanner, 4.7.3B3] Don't log when extending non-IPS classes   
    Getting lots of logs for classes I have that extends global classes, such as \Exception, \DateTime, etc.
    You would have seen this yourself if you hadn't excluded your own code from being scanned 🙂
    The class \Braintree\Transaction\AddressDetails extends \Braintree\Transaction\Instance, but the parent class couldn't be loaded. The class \IPS\core\api\GraphQL\Types\ProfileFieldGroupType extends \IPS\core\api\GraphQL\Types\ObjectType, but the parent class couldn't be loaded. A class in an app extends the class \IPS\Node\Api\GraphQL\ObjectType for which no file /home/sites/dev/www/473b3/system/Node/Api/GraphQL/ObjectType/ObjectType.php exists! The method scanner skipped comparing that file to any of its subclasses The class \IPS\nexus\Hosting\Exception extends \RuntimeException, but the parent class couldn't be loaded. The class \IPS\nexus\CommissionRule\Iterator extends \FilterIterator, but the parent class couldn't be loaded. The class \Symfony\Component\Finder\Iterator\SizeRangeFilterIterator extends \FilterIterator, but the parent class couldn't be loaded. The class \Laminas\EventManager\Exception\DomainException extends \DomainException, but the parent class couldn't be loaded. The class \PHPMailer\PHPMailer\Exception extends \Exception, but the parent class couldn't be loaded.  
    And it doesn't understand imports.
    The class \IPS\toolbox\Slasher extends \IPS\toolbox\Singleton, but the parent class couldn't be loaded. The class \IPS\toolbox\modules\admin\build\build extends \IPS\toolbox\modules\admin\build\Controller, but the parent class couldn't be loaded. use IPS\Dispatcher\Controller; <...> class _build extends Controller {  
    Would also be nice if there was a way to trigger the full compatibility scan without having to create an issue in a hook in order to see what's wrong. Two of my apps were disabled in this update, but the block on the support page said everything was fine. After creating an issue with a hook it would tell me the arguments for getItemsWithPermissions was incorrect in the full scan popup.
    The system log fills up with ~15 pages of the above log entries whenever I hit the support page. Going through all that in order to see what could have triggered the scanner is not gonna happen.
  5. Like
    Afrodude reacted to Kirill Gromov in Ideas Application   
    Hello!
    Yes, I'll add the latest ideas widget in the next version, thanks!
  6. Thanks
    Afrodude got a reaction from TAMAN in [Paid] - Custom HTML Integration & Setup   
    @EpicScript.io it's best if you visit this page
    IPS4 Providers - Invision Community
    and I recommend contacting @TAMANor @ehren. best themes, great designs, and well developed.
  7. Agree
    Afrodude reacted to opentype in Bug - Related / Similar items block - Products   
    It depends. If it is indeed a bug, reporting it is a favour to IPS so they can fix their problem and end up with a better product. Being required to jump through hoops in order to help them doesn’t feel right. 
    If it is likely an issue specific to a single installation and a custom server setup or third-party items, then that is a different story altogether. In this case, investigating it by IPS would be a favour to the site owner. 
    Looking at the code, it seems very likely that this actually a bug. The template just calls <a href="{$item->url( "getPrefComment" )}" … and that rarely includes Commerce products. So, this might have simply been overlooked. 
  8. Agree
    Afrodude reacted to opentype in [Opinion] Too many "Blogs" items everywhere   
    It was a reasonable comment. Not sure why it is being ridiculed. 
    Items might move up and down in the navigation hierarchy. Nothing wrong with that. But having an item in all three navigation levels makes no sense whatsoever. If it’s important enough for a main menu entry, than that is all that is needed. It couldn’t be more prominent than that. Everything else is just a waste of space and a cause of confusion. 
    The only good reason to have entries in the menu multiple times is if those menus are shown to different user groups, which by the way, is something that cannot be done with Invision Community properly, because some menu entries can only be used once. 
  9. Like
    Afrodude got a reaction from Matt in [Opinion] Too many "Blogs" items everywhere   
  10. Thanks
    Afrodude got a reaction from Ehren in [Paid] - Custom HTML Integration & Setup   
    @EpicScript.io it's best if you visit this page
    IPS4 Providers - Invision Community
    and I recommend contacting @TAMANor @ehren. best themes, great designs, and well developed.
  11. Agree
    Afrodude reacted to Charles in [Opinion] Too many "Blogs" items everywhere   
    Such links much blog. 
  12. Haha
    Afrodude reacted to Jim M in [Opinion] Too many "Blogs" items everywhere   
  13. Haha
    Afrodude reacted to Matt in [Opinion] Too many "Blogs" items everywhere   
    Personally, I think it needs a few more links like so:

  14. Like
    Afrodude got a reaction from David N. in [Opinion] Too many "Blogs" items everywhere   
    Does this site ready needs to mention blogs everywhere? I see it too much .....



     
  15. Haha
    Afrodude got a reaction from The Old Man in [Bug v4.7.2.1] Minor typo duplicate wording on ACP Login & Registration page   
    Good eye @The Old Man
  16. Like
    Afrodude got a reaction from opentype in [Opinion] Too many "Blogs" items everywhere   
    Does this site ready needs to mention blogs everywhere? I see it too much .....



     
  17. Like
    Afrodude reacted to The Old Man in [Bug v4.7.2.1] Minor typo duplicate wording on ACP Login & Registration page   
    I noticed the word "after" is repeated on the Login tab of the Login and Registration page in v4.7.2.1. It isn't there in the previous versions.

     
  18. Agree
    Afrodude reacted to shahed in Easier modding   
    Hello Invision,
    For easier modding, please consider giving every parent elements in IPS Default Theme unique IDs, or any type of attribute to distinguish them. time and time again in the past, I had  problems for modding, and anchoring to CSS selectors in templates. most of the time find a way to get around, but sometimes in one template there are just several exact element with same CSS selectors used as parent for different sections. these parts without any given ID is virtually impossible to anchor and causes repeats. if all parent elements given it's own IDs or again any type of attribute to make them unique, that just make a big help and can be use in all sorts of ways.
    @Rikki@Ehren
  19. Like
    Afrodude reacted to Ehren in Easier modding   
    Hi shahed,
    Thanks for the suggestion.
    This has also been on my mind for quite a while and is on my todo list for a future update. 🙂
  20. Thanks
    Afrodude reacted to Ehren in [Theme Bug] Record List   
    Thanks Afrodude - I'll keep this in mind for a future update! 🙂
  21. Like
    Afrodude got a reaction from Ehren in [Theme Bug] Record List   
    @Ehren there is a responsivity issue on Pages records list whenever you enable all these options 
     

     
    If you disable 

    From group settings everything is fine, but whenever you enable it, it will look like what you are seeing in above screenshots. 
  22. Haha
    Afrodude got a reaction from sobrenome in Voice message feature   
    @Nathan Explosion you've been working very hard dear.
     

  23. Like
    Afrodude reacted to Kirill Gromov in Polls (Support Topic)   
    Support topic for app
     
  24. Haha
    Afrodude got a reaction from Nathan Explosion in Voice message feature   
    @Nathan Explosion you've been working very hard dear.
     

  25. Like
    Afrodude reacted to Nathan Explosion in Voice message feature   
×
×
  • Create New...