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

Posts posted by NoGi

  1. 5 hours ago, HeadStand said:

    I can't reproduce that. When I publish I get the member name populated correctly....  what version of IPS?

    Also, is this with a publish or a test distribution?

    It's on 4.17.1 with publish not test.

  2. 2 hours ago, TheSkyLounge.tv said:

    I'm a bit of a noob, if there is anyone here able to create a nice clean "digest" template for me I'm willing to pay for your time. I just want the newsletter to go out HTML with a header and footer, each post should pull in the preview image and a short summary, bing bam boom....

    I'd be interested as well

  3. 2 hours ago, HeadStand said:

    Where are you entering {{member_name}}? That doesn't look right...

    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.

  4. 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}}, 

     

  5. 5 hours ago, HeadStand said:

    I'm about to push a new version to the MP, so please re-test with the latest. Maybe some of the other fixes I made have corrected this. Please confirm if this is still a problem.

    Yup still happening.

  6. 10 minutes ago, Jimmy Gavekort said:

    was hoping there would be some .. i bought a similar news letter service for not even half the price and it had a nice layout, just didnt work xD

    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.

  7. 7 hours ago, HeadStand said:

    Which of those is first - gallery or articles?

    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.

    48 minutes ago, Jimmy Gavekort said:

    Just got this. The email preview, is this how it really looks? 

    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.

  8. OK, some more bugs I came across. 

    Date shows correctly on preview (HTML):

    Article Date right.PNG

    But on the email it's all wrong:

    Article Date wrong.PNG

     

    Also, truncate doesn't seem to have any effect:

    truncate.PNG

    Truncate not working.PNG

    And, trying to get the date to display with the heading doesn't work or I am doing it wrong:

    Date formatting.PNG

    Date formatting not working.PNG

  9. 4 hours ago, HeadStand said:

    I've just pushed a new version to the Marketplace. It contains fixes for both issues.

    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?

  10. 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
  11. 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}

     

  12. @opentype, in the instructions you refer to:

    Quote

    Articles template > Supergrid FrontPage

    Where is this particular template setting? In my database I only get the other 3:

    Quote

    Listing Template Group > Supergrid Listing
    Display Template Group > Supergrid RecordDisplay
    Category Template Group > Supergrid Categorylisting

     

  13. 14 hours ago, opentype said:

    I see. 

    Yeah, the template is calling the default category row output at that point. I will have to do some testing to see if I can work around that without creating other problems. If it works, I will put it in the next update. It wouldn’t change much though. Basically just removing the icon and adding the Grid colors. So it’s more something for the to-do list, than for an immediate fix. 

    Great thanks.

  14. 2 minutes ago, opentype said:

    Make sure the sub-category itself is set to have the listing view inherited from the parent container. 

    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. 

    subcat.png

×
×
  • Create New...