Jump to content

maddog107_merged

Clients
  • Posts

    310
  • Joined

  • Last visited

Reputation Activity

  1. Like
    maddog107_merged got a reaction from sobrenome in Elasticsearch Version 7 & IPB?   
    @Stuart Silvester ^ Any update on ES7 support?
  2. Like
    maddog107_merged reacted to rebraf in Instagram embeds not working   
    I have a plugin currently being tested that reintroduces Facebook and Instagram oembed support. Once it has been tested/confirmed I'll get it in the marketplace. Should only be a few more days, depending upon approval time.
  3. Like
    maddog107_merged got a reaction from AlexJ in core_output_cache   
    Mine is 
    713G ibf_core_output_cache.ibd
     
    Just in case someone is wondering how to fix. If you are using Innodb and a file per tablespace is turned on  you can do
     
    MariaDB [bellazon_v4]> optimize table ibf_core_output_cache; +-----------------------------------+----------+----------+-------------------------------------------------------------------+ | Table | Op | Msg_type | Msg_text | +-----------------------------------+----------+----------+-------------------------------------------------------------------+ | abc_v4.ibf_core_output_cache | optimize | note | Table does not support optimize, doing recreate + analyze instead | | abc_v4.ibf_core_output_cache | optimize | status | OK | +-----------------------------------+----------+----------+-------------------------------------------------------------------+ 2 rows in set (12.177 sec)  
    It dropped down to 340 MB!!!!!
    340M Dec  8 10:57 ibf_core_output_cache.ibd
     
     
     
  4. Like
    maddog107_merged got a reaction from sobrenome in Elasticsearch Version 7 & IPB?   
    @bfarber @Stuart Silvester Any update on ES7 support?
  5. Like
    maddog107_merged got a reaction from sobrenome in Mail Bouncer - Automated Bounce Management   
    Just enabled SES. Fingers crossed. Thanks!
  6. Like
    maddog107_merged got a reaction from sobrenome in Mail Bouncer - Automated Bounce Management   
    I sent you a PM but I would like to test as well. Thanks
  7. Like
    maddog107_merged got a reaction from sobrenome in Mail Bouncer - Automated Bounce Management   
    Is there an estimated release date with SES support @stoo2000 ? 
  8. Thanks
    maddog107_merged got a reaction from SJ77 in Mail Bouncer - Automated Bounce Management   
    Just enabled SES. Fingers crossed. Thanks!
  9. Like
    maddog107_merged got a reaction from pequeno in Mail Bouncer - Automated Bounce Management   
    Is there an estimated release date with SES support @stoo2000 ? 
  10. Like
    maddog107_merged got a reaction from SJ77 in Mail Bouncer - Automated Bounce Management   
    I am moving to SES in the next day or two. Finally go the email from Sparkpost. Going from ~80/mo -> $170/mo if I stuck around. SES should be ~$30. 
    They requested I setup Simple Notification Service (SNS) in order to increase my limit to the 20k/day emails. Not sure if your app would have some sort of API that could suck in the SNS messages and process them. 
    Im willing to chip in some $ if that would make the project move faster. Feel free to PM me. Thanks!
  11. Like
    maddog107_merged got a reaction from Joel R in Mail Bouncer - Automated Bounce Management   
    I am moving to SES in the next day or two. Finally go the email from Sparkpost. Going from ~80/mo -> $170/mo if I stuck around. SES should be ~$30. 
    They requested I setup Simple Notification Service (SNS) in order to increase my limit to the 20k/day emails. Not sure if your app would have some sort of API that could suck in the SNS messages and process them. 
    Im willing to chip in some $ if that would make the project move faster. Feel free to PM me. Thanks!
  12. Like
    maddog107_merged got a reaction from onlyME in Topic Thumbnail for IPS4.x   
    Ok, I got it working now. 
    Ill put this here in case anyone has similar needs in the future, simply remove the "width and height" attributes and replace them with some CSS. 
    <img src='{$topic->tthumb_show()}' id='tthumb_{$topic->tid}' class='tthumbimg' style='max-width:{$w}px; max-height:{$h}px;'>  

×
×
  • Create New...