Jump to content

wegorz23

Clients
  • Posts

    378
  • Joined

  • Last visited

Reputation Activity

  1. Like
    wegorz23 reacted to Randy Calvert in Disable e-mail newsletters except registration   
    Use a third party mail service that integrates via API such as SendGrid.  (There are third party plugins to support others like AWS SES and a few mail gateways.)  In that case your server does not send mail whatsoever.  🙂 
  2. Agree
    wegorz23 reacted to Marc Stridgen in Remove from newsletter and any notifications send by e-mail   
    I see a resolution has been send to you on this one which will fix the issue on your site. Of course please feel free to respond to the ticket if you have any further issues.
  3. Like
    wegorz23 got a reaction from SeNioR- in Clubs Enhancements   
    Hi is there any chance for upgrade for php8.0 ? 
    After upgrading from php7.2 to 8.0 im getting that error from plugin.
    "Fatal error: Declaration of IPS\forums\clubsenhancements_hook_ceClubForums::clubForm(IPS\Helpers\Form $form) must be compatible with IPS\forums\_Forum::clubForm(IPS\Helpers\Form $form, IPS\Member\Club $club) in ......public_html/init.php(920) : eval()'d code on line 17"

    Please let me know when or i need to fix it by my self.
     
    Greetings
  4. Like
    wegorz23 reacted to Stuart Silvester in PHP8.0   
    Yes, PHP 8.0.x is. it is PHP 8.1 that isn't officially supported yet.
  5. Like
    wegorz23 reacted to IveLeft... in PHP8.0   
    Im running a forum on PHP 8.1.1 and no problems found (yet)
  6. Like
    wegorz23 got a reaction from alexxis in Improved Clubs Enhancements   
    If u want to fix that error 
    Undefined class constant 'SELECT_SQL_CALC_FOUND_ROWS' (0) U can edit one file to delete old or now not used function.
     
    Go to ftp or access production files of our system then go : applications/clubsenhancements/sources/Block/Block.php 
    And remove or edit in line: 134 where \IPS\Db::SELECT_SQL_CALC_FOUND_ROWS  is called.
    Remove them or give NULL.
    "$select = \IPS\Db::i()->select( '*', 'clubsenhancements_custom_blocks', $where, ( $sortOption === 'block_title' ? "{$sortOption} ASC" : "{$sortOption} DESC" ), $limit, NULL, NULL );"
     
    I removed on another file the same "SELECT_SQL_CALC..... 
    its right there: applications/clubsenhancements/hooks/ceControllerView.php
    The same problem there line: 452.
    Fixed: " $select    = \IPS\Db::i()->select( '*', 'core_members', $_SESSION['add_group_club'], 'member_id ASC', array( \is_array( $data ) ? $data['done'] : 0, $cycle ), NULL, NULL, NULL );"
     
    Feel free to try on ur app. If it didn work just turn off application and then turn it on.
    U can simply go back if it didnt work for u.
    Always make backup of plugins and whole application. 
     
    Greetings.
                            
     
  7. Thanks
    wegorz23 reacted to Randy Calvert in IP Gallery   
    https://invisioncommunity.com/contact-us/
    Choose Accounts and Billing department.  
  8. Thanks
    wegorz23 reacted to HeadStand in Newsletters   
    A new version has been pushed to the Marketplace and is pending approval. Changes include:
    Some tables were forced to use the MyISAM engine. Fixed; Corrected issue with tracking newsletter opens;
  9. Like
    wegorz23 reacted to Marc Stridgen in Remove from newsletter and any notifications send by e-mail   
    As mentioned above, your ticket has been escalated to another team to take a look at. 
  10. Like
    wegorz23 reacted to jesuralem in Broken link in e-mails   
    Yes this was totally on the sendinblue side and they agreed to it.
    Basically they made some change to be able to track mail openers and clicks and this screwed IPS links. They proposed to reverse the change but were insisting that the links were screwed because IPS did not accept the _se parameter they added.
    Rather than fighting with them in order to explain that the real problem was that they screwed the &, i chose to cancel my subcription with them and move to AWS, and i saved quite a few bucks doing so 🙂
  11. Like
    wegorz23 reacted to jesuralem in Broken link in e-mails   
    i used sendinblue and i moved to Amazon SES. So i did not really solve the problem...
  12. Like
    wegorz23 got a reaction from sobrenome in (.webp) images support   
  13. Like
    wegorz23 got a reaction from sobrenome in WebP and reprocessing images   
    The same.

     
  14. Like
    wegorz23 got a reaction from sobrenome in WebP and reprocessing images   
    We also have WebP support by php gd but still not working when adding that type of image.

    When adding image like this...

    Get the same error like other users.

     
    Also trying to install all packets and fix it by my self but still no luck.
    php 7,2,,,,  gd and imageMagick  installed.
     
    On ACP Image settings when set ImageMagick i can upload .webp files as file but not as image. 

     
     
    Have u ever met such a problem like this ? upgrade to 4.6 do nothing to us.
     
    Greetings.
     
     
  15. Like
    wegorz23 got a reaction from sobrenome in (.webp) images support   
    It works only when I add it from insert existing attachment.
  16. Like
    wegorz23 got a reaction from sobrenome in (.webp) images support   
    Still nothing? After 5 years? IPS please do sth with that.
  17. Like
    wegorz23 got a reaction from SeNioR- in Replace Badges   
    We decided to create our own solution to overwrite badges, add some progress bar to next badge and to show users how many and what badge is next.
    Like how many post he have and how many days on site.
    I have working on addon to do it.
     

  18. Agree
    wegorz23 got a reaction from Unienc in Replace Badges   
    We decided to create our own solution to overwrite badges, add some progress bar to next badge and to show users how many and what badge is next.
    Like how many post he have and how many days on site.
    I have working on addon to do it.
     

  19. Thanks
    wegorz23 reacted to Jimi Wikman in Replace Badges   
    Looks great @wegorz23!
  20. Like
    wegorz23 got a reaction from scaz in Replace Badges   
    We decided to create our own solution to overwrite badges, add some progress bar to next badge and to show users how many and what badge is next.
    Like how many post he have and how many days on site.
    I have working on addon to do it.
     

  21. Like
    wegorz23 got a reaction from Matt in Replace Badges   
    We decided to create our own solution to overwrite badges, add some progress bar to next badge and to show users how many and what badge is next.
    Like how many post he have and how many days on site.
    I have working on addon to do it.
     

  22. Like
    wegorz23 got a reaction from Jimi Wikman in Replace Badges   
    We decided to create our own solution to overwrite badges, add some progress bar to next badge and to show users how many and what badge is next.
    Like how many post he have and how many days on site.
    I have working on addon to do it.
     

  23. Like
    wegorz23 got a reaction from Dexter_X in Replace Badges   
    We decided to create our own solution to overwrite badges, add some progress bar to next badge and to show users how many and what badge is next.
    Like how many post he have and how many days on site.
    I have working on addon to do it.
     

  24. Like
    wegorz23 got a reaction from Percival in Replace Badges   
    We decided to create our own solution to overwrite badges, add some progress bar to next badge and to show users how many and what badge is next.
    Like how many post he have and how many days on site.
    I have working on addon to do it.
     

  25. Like
    wegorz23 reacted to Matt in Replace Badges   
    It's something we've thought about for a later version. The ability to essentially have one badge update for milestones. We have no immediate plans for this though.
×
×
  • Create New...