Jump to content

NoGi

Clients
  • Posts

    1,081
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by NoGi

  1. NoGi

    Newsletters

    Test distribution works correctly. publish newsletter puts the {{member_ name}} above the defined newsletter header
  2. NoGi

    Newsletters

    It's on 4.17.1 with publish not test.
  3. NoGi

    Newsletters

    I'd be interested as well
  4. NoGi

    Newsletters

    I'm not, it's putting it in when using defaults (no custom code). It doesn't show on preview only on the actual email when published.
  5. NoGi

    Newsletters

    @HeadStand the emails aren't putting in the member name. I'm getting
  6. NoGi

    Newsletters

    Error trying to delete a newsletter: DELETE FROM `newsletters_distribution_logs` WHERE newsletter_id=1 IPS\Db\Exception: Table 'shrimpke_ipb.newsletters_distribution_logs' doesn't exist (1146) #0 /var/www/html/forum/system/Db/Db.php(946): IPS\_Db->preparedQuery('/*IPS\\newslette...', Array) #1 /var/www/html/forum/applications/newsletters/sources/Newsletter/Newsletter.php(305): IPS\_Db->delete('newsletters_dis...', Array) #2 /var/www/html/forum/applications/newsletters/modules/admin/newsletters/newsletters.php(478): IPS\newsletters\_Newsletter->delete() #3 [internal function]: IPS\newsletters\modules\admin\newsletters\_newsletters->delete() #4 /var/www/html/forum/system/Dispatcher/Controller.php(85): call_user_func(Array) #5 /var/www/html/forum/applications/newsletters/modules/admin/newsletters/newsletters.php(27): IPS\Dispatcher\_Controller->execute() #6 /var/www/html/forum/system/Dispatcher/Dispatcher.php(129): IPS\newsletters\modules\admin\newsletters\_newsletters->execute() #7 /var/www/html/forum/admin/index.php(13): IPS\_Dispatcher->run() #8 {main} Email isn't translating the member name, looks like double brackets? Hi {{member_name}},
  7. NoGi

    Newsletters

    Try clearing your cache first
  8. NoGi

    Newsletters

    I'll be happy to share my template if I can work it out. PM me the other one you saw, it'll at least give me some ideas.
  9. NoGi

    Newsletters

    Ok so it doesn't matter how many blocks I use. If they are set to use custom HTML, the first block is overriding them all. It's the basic content, you need to now apply a custom HTML to it so that it matches your site. I'm trying to learn this now. A bit of a pain but actually pretty powerful once I can figure it out.
  10. NoGi

    Newsletters

    Another one I just discovered, my custom html for articles is overriding my custom html for gallery.
  11. NoGi

    Newsletters

    OK, some more bugs I came across. Date shows correctly on preview (HTML): But on the email it's all wrong: Also, truncate doesn't seem to have any effect: And, trying to get the date to display with the heading doesn't work or I am doing it wrong:
  12. NoGi

    Newsletters

    Yup, works now. With Gallery image, I would prefer to see the image rather than text. I'll have a crack at using a custom template but where do I find out what elements are contained in the $item array?
  13. NoGi

    Newsletters

    I'm happy to pay more for a responsive developer rather than less for a non-responsive one.
  14. NoGi

    Newsletters

    Thanks for the reply. Let me know if you need me to spin up a temp test instance of my site for you to test the fix with. Otherwise happy to test for you.
  15. NoGi

    Newsletters

    I have the following values in the footer: *|date|* *|weblink|* *|unsubscribe|* None of them are passing the values through, they appear as the shortcode on the preview and email generated. Have you got a bug/enhancement request tracker or should I keep adding to here? Sorry, I tend to be pretty good at finding bugs lol Feature request: Support for prefix filtering - I use adv tags & prefix and apply a prefix to some topics. Would love to be able to filter these as well Include custom template examples - I also use supergrid and would love to have a similar format on my newsletter but no idea where to start
  16. NoGi

    Newsletters

    Just bought, great timing too as I got fed up of waiting for an update to the other one I was using. I just tried to create a test newsletter and so far have only added recent gallery image as content. When I test, I get this error: SELECT * FROM `gallery_images` WHERE approved=1 AND date>= 1480900254 ORDER BY date desc LIMIT 0,5 IPS\Db\Exception: Unknown column 'approved' in 'where clause' (1054) #0 /var/www/html/forum/system/Db/Select.php(346): IPS\_Db->preparedQuery('/*IteratorItera...', Array) #1 /var/www/html/forum/system/Db/Select.php(408): IPS\Db\_Select->runQuery() #2 [internal function]: IPS\Db\_Select->rewind() #3 [internal function]: IteratorIterator->rewind() #4 /var/www/html/forum/applications/newsletters/extensions/newsletters/NewsletterContent/Core.php(305): iterator_to_array(Object(IPS\Patterns\ActiveRecordIterator)) #5 /var/www/html/forum/applications/newsletters/sources/Newsletter/Content.php(245): IPS\newsletters\extensions\newsletters\NewsletterContent\_Core->getData(Array) #6 /var/www/html/forum/applications/newsletters/sources/Newsletter/Newsletter.php(437): IPS\newsletters\Newsletter\_Content->build('html', Array) #7 /var/www/html/forum/applications/newsletters/modules/admin/newsletters/newsletters.php(324): IPS\newsletters\_Newsletter->buildContent('html') #8 [internal function]: IPS\newsletters\modules\admin\newsletters\_newsletters->preview() #9 /var/www/html/forum/system/Dispatcher/Controller.php(85): call_user_func(Array) #10 /var/www/html/forum/applications/newsletters/modules/admin/newsletters/newsletters.php(27): IPS\Dispatcher\_Controller->execute() #11 /var/www/html/forum/system/Dispatcher/Dispatcher.php(129): IPS\newsletters\modules\admin\newsletters\_newsletters->execute() #12 /var/www/html/forum/admin/index.php(13): IPS\_Dispatcher->run() #13 {main} and another when trying to add an article: Error: Access to undeclared static property: IPS\nexus\Package\Review::$commentClass (0) #0 /var/www/html/forum/applications/newsletters/sources/Newsletter/Content.php(150): IPS\newsletters\extensions\newsletters\NewsletterContent\_Core->formElements(Object(IPS\Helpers\Form), Array) #1 /var/www/html/forum/applications/newsletters/modules/admin/newsletters/content.php(205): IPS\newsletters\Newsletter\_Content->formElements(Object(IPS\Helpers\Form)) #2 [internal function]: IPS\newsletters\modules\admin\newsletters\_content->edit() #3 /var/www/html/forum/system/Dispatcher/Controller.php(85): call_user_func(Array) #4 /var/www/html/forum/applications/newsletters/modules/admin/newsletters/content.php(25): IPS\Dispatcher\_Controller->execute() #5 /var/www/html/forum/system/Dispatcher/Dispatcher.php(129): IPS\newsletters\modules\admin\newsletters\_content->execute() #6 /var/www/html/forum/admin/index.php(13): IPS\_Dispatcher->run() #7 {main}
  17. I have this template and it's awesome. It's improved my article quality and usability tenfold. The only thing I've got left to fix is my twitter card. For some reason can't get it working.
  18. @opentype, in the instructions you refer to: Where is this particular template setting? In my database I only get the other 3:
  19. It is but that's not where I am having the problem, the sub cat when selected shows the view correctly. It's the listing of sub cats under a main category that shows in default view.
  20. Great template. Quick question, how do I get the same format to apply for Subcategories listing view? That seems to still be default which looks odd as you move through the links from the front of the database.
  21. @fosters, this seems to be sending multiple notifications to the same people, i don't think it's checking whether it's been sent previously or not properly.
×
×
  • Create New...