Sonya* Posted September 28, 2021 Share Posted September 28, 2021 Just to inform you. The app creates 5 tables with type MyISAM: This causes a warning in AdminCP (Support Dashboard) Quote Link to comment Share on other sites More sharing options...
Nathan Explosion Posted September 28, 2021 Share Posted September 28, 2021 1 hour ago, Sonya* said: The app creates 5 tables with type MyISAM All apps will create tables based on your own SQL server's configuration - you have to update your own SQL server to use what you want as your default storage engine: Quote Link to comment Share on other sites More sharing options...
Sonya* Posted September 28, 2021 Share Posted September 28, 2021 11 minutes ago, Nathan Explosion said: All apps will create tables based on your own SQL server's configuration Other apps create InnoDB tables, IPS install as well. This is the only app that creates MyISAM. This is not about the server configuration. It is inside this app. Quote Link to comment Share on other sites More sharing options...
Randy Calvert Posted September 28, 2021 Share Posted September 28, 2021 When creating a table, unless otherwise hard coded into the query to specify InnoDB, it will use the server's default format. CREATE TABLE t1 (a INT, b CHAR (20), PRIMARY KEY (a)) ENGINE=InnoDB; It's not generally a good idea for app developers to be setting the engine as there are reasons a sever is set with a specific default. I would personally recommend setting your server to just default all new table creations to use InnoDB. This can be done by editing your /etc/my.cnf file to add: default-storage-engine=InnoDB under your [mysqld] section. Quote Link to comment Share on other sites More sharing options...
Sonya* Posted October 4, 2021 Share Posted October 4, 2021 (edited) On 9/28/2021 at 5:55 PM, Randy Calvert said: I would personally recommend setting your server to just default all new table creations to use InnoDB. I have set InnoDB as default-storage-engine. This app forces MyISAM somehow. See another example where one table is MyISAM while all others are InnoDB. Edited October 4, 2021 by Sonya* Quote Link to comment Share on other sites More sharing options...
wegorz23 Posted November 16, 2021 Share Posted November 16, 2021 Total opened is broken? After update it shows us 0 in back issues 😞 Total clicks & unique clicks works, but this one shows 0 all the time. Please check it. Quote Link to comment Share on other sites More sharing options...
wegorz23 Posted November 23, 2021 Share Posted November 23, 2021 Are we the only one? Are someone have the same issue? Quote Link to comment Share on other sites More sharing options...
HeadStand Posted November 30, 2021 Author Share Posted November 30, 2021 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; wegorz23 1 Quote Link to comment Share on other sites More sharing options...
IveLeft... Posted January 27 Share Posted January 27 @HeadStand Its no longer in the market place ? Is it waiting another approval ? Quote Link to comment Share on other sites More sharing options...
Claudia999 Posted March 14 Share Posted March 14 Hi @HeadStand I've a newsletter with some "things" of latest 14 days - forums threads, blog entries, Pages database entries, membermap entries... Sometimes there are no new blog entries or Pages database entries created in the latest 14 days. How can I make that the part of blog posts or Pages database entries is not shown then? All other parts should be sent anyway. Quote Link to comment Share on other sites More sharing options...
Daniel F Posted March 16 Share Posted March 16 Does this app allow guests to opt-in for newsletters?Sorry if this was answered already, but haven't seen it in the description. Quote Link to comment Share on other sites More sharing options...
HeadStand Posted March 27 Author Share Posted March 27 On 3/14/2022 at 3:45 AM, Claudia999 said: Hi @HeadStand I've a newsletter with some "things" of latest 14 days - forums threads, blog entries, Pages database entries, membermap entries... Sometimes there are no new blog entries or Pages database entries created in the latest 14 days. How can I make that the part of blog posts or Pages database entries is not shown then? All other parts should be sent anyway. That's supposed to be automatic. If there is no data to display, it shouldn't generate that section. Are you experiencing issues with that? On 3/16/2022 at 2:12 AM, Daniel F said: Does this app allow guests to opt-in for newsletters?Sorry if this was answered already, but haven't seen it in the description. Not at the moment. Quote Link to comment Share on other sites More sharing options...
HeadStand Posted March 29 Author Share Posted March 29 A new version has been pushed to the Marketplace and is pending approval. It contains a workaround for unsubscribe links not working correctly with Sparkpost and Sendgrid. Quote Link to comment Share on other sites More sharing options...
Claudia999 Posted April 12 Share Posted April 12 On 3/27/2022 at 4:23 PM, HeadStand said: That's supposed to be automatic. If there is no data to display, it shouldn't generate that section. Are you experiencing issues with that? Yes 😞 All sections are sent. Here's an example with an "empty" section (no entries in last 14 days). So it looks in Newsletter: Quote Link to comment Share on other sites More sharing options...
John T Davis Posted April 16 Share Posted April 16 @HeadStandInstalled the new update today. Thanks! Quote Link to comment Share on other sites More sharing options...
Sonya* Posted April 22 Share Posted April 22 Hi, I get an error after clicking on Newsletter in Notifications in AdminCP: The error is: TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given (0) #0 /var/www/vhosts/example.com/httpdocs/applications/core/modules/admin/membersettings/notifications.php(185): in_array() #1 /var/www/vhosts/example.com/httpdocs/system/Dispatcher/Controller.php(90): IPS\core\modules\admin\membersettings\_notifications->edit() #2 /var/www/vhosts/example.com/httpdocs/applications/core/modules/admin/membersettings/notifications.php(38): IPS\Dispatcher\_Controller->execute() #3 /var/www/vhosts/example.com/httpdocs/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\membersettings\_notifications->execute() #4 /var/www/vhosts/example.com/httpdocs/admin/index.php(13): IPS\_Dispatcher->run() #5 {main} Quote Link to comment Share on other sites More sharing options...
Olivier Frascone Posted April 24 Share Posted April 24 Hi, i bought it but can achieve what i want, i would like to use it as a "Newsletter", not sending automatic data fetch from community but custom text. I created a content based manual content as i thought it was this option to use to let me integrate simple text : But after creating this i only have a content with title and key, nothing more so how dawn can i add my content ? Thanks. Olivier Quote Link to comment Share on other sites More sharing options...
HeadStand Posted April 29 Author Share Posted April 29 On 4/24/2022 at 5:19 AM, Olivier Frascone said: Hi, i bought it but can achieve what i want, i would like to use it as a "Newsletter", not sending automatic data fetch from community but custom text. I created a content based manual content as i thought it was this option to use to let me integrate simple text : But after creating this i only have a content with title and key, nothing more so how dawn can i add my content ? Thanks. Olivier Full documentation is provided on the "Additional Information" tab of the resource (https://invisioncommunity.com/files/file/8408-newsletters/. There is a full PDF that describes everything here..... Basically you set up the key and then you need to create individual issues before you send them. A newsletter is the settings that are used for each issue. If you're using manual content, the only thing you want to reconfigure is the content of the newsletter, you don't want to be required to create another newsletter each time. Quote Link to comment Share on other sites More sharing options...
HeadStand Posted April 29 Author Share Posted April 29 A new version has been uploaded to the Marketplace and is pending approval. Changes include: Empty sections left the placeholder in the newsletter when using a custom template @Claudia999 Error generated when accessing the Notifications in the ACP. Fixed. @Sonya* Claudia999 and Sonya* 2 Quote Link to comment Share on other sites More sharing options...
anone Posted June 8 Share Posted June 8 Is there a way to set it to return Unique Topics only? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.