Jump to content

HeadStand

Clients
  • Posts

    3,392
  • Joined

  • Last visited

  • Days Won

    15

 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 HeadStand

  1. 4 hours ago, Cyboman said:
    1. It's nice to being able to select the member groups, which shall receive the newsletter. But there should be an essential selection switch: I need it to select the members that opted in to "receive emails by admin". This is the option, which can be selected on the registration screen or in the notification settings. There are a lot countries, like in the EU, where you are not allowed to send emails, if members haven't explicitly opted in!
    2. As an alternative, it could be possible to have a special "optin" option in the notification settings. But this means, that all members have to be opted out per default. And they must take individual action to optin for newsletters. Problem will be big communities with >100.000 members, that many members will newer optin. So (1.) should be better.
    3. Moreover you should also be able to select to only send to members "receive emails by admin" that have been online during the last <xxx> days. Like in the IPS bulk email options.

    I will add #1. #2 already exists (users can subscribe/unsubscribe from newsletters). As for #3, I'm not looking to add any kind of filters or anything similar to the bulk mail - I think if you're looking to do that, use bulk mail.

    4 hours ago, Cyboman said:

    What I would like to realize is something like this newsletter structure f.e.:

    • HEADER IMAGE / BANNER (individually designed)
    • INDIVIDUALLY WRITTEN INTRODUCTION ("Hi xyz, this is our newsletter for christmas 2016..."
    • SECTION 1 - WITH INDIVIDUAL TEXT
      Here are our newest themes from last week
      <placeholder for newest themes from last week> <- your plugin
    • SECTION 2 - WITH INDIVIDUEL TEXT
      Here are our newest downloads from last week
      <placeholder for newest downloads from last week> <- your plugin
    • SECTION 3 (individual advertisement, text & banner)
    • FOOTER

    I'm not sure if I could realize this structure with your plugin and

    # use different "placeholders", and
    # also multiple content elements placeholders in the same newsletter and
    # have individual manually written content in between the sections (mixed contents and placeholders in sequence)

    Yes, yes, yes, yes, yes, yes, and yes. All yes. All do-able. ;) 

  2. 6 hours ago, Jimmy Gavekort said:

     

     

    56be5b489a8a6_ScreenShot2016-02-12at5.03

    The above is what my tests look like. When you edit your newsletter, check the "Content" tab and make sure that the Template dropdown is set to the empty option.

  3. 18 hours ago, NoGi said:

    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.

    I am unable to reproduce this issue. 

    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.

    A new version has been pushed to the Marketplace. Changes include:

    • Dates were not parsed properly on distribution. Fixed.
    • Topic format setting was not honored when posting to the forums. Fixed.
    • When sending a newsletter with no custom template, the IPS email wrapper is now used.
    • Truncation setting was not honored on HTML distribution. Fixed.

    Note: I forgot to put the last item in the release notes, but it is fixed in this version.

  4. 1 hour ago, Jimmy Gavekort said:

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

    sf1WZ30.png

     

    Looks really bad, was expecting better D:

     

    Anyone got any templates I could use, that matches the IPS emails..? :( 

    That's actually a bug. If you're not using a custom wrapper, it's supposed to use the default. I'll add it to my list. Thanks! 

    Just an FYI - I probably will not have a chance to fix these issues today, but will work on them tomorrow. 

  5. 17 hours ago, NoGi said:

    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?

    It's not an array, it's an object. The elements will differ depending on the object you're working with. I would suggest looking at some of the templates in the gallery application - the object you're working with would be an image.

    1 hour ago, NoGi said:

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

    Are there any other content blocks in your newsletter, or is it just those 2?

    Which of those is first - gallery or articles?

  6. 12 hours ago, NoGi said:

    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.

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

  7. 1 hour ago, NoGi said:

    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}

     

    I will look into both of these, thank you!

    42 minutes ago, NoGi said:

    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. 

    Those particular values will only show up when the newsletter is actually published. They won't work in a test distribution (or a preview). That's because they are related directly to the issue, but issues aren't generated until a publish. (I hope this makes sense, let me know if I need to clarify further.)

    43 minutes ago, NoGi said:

    Have you got a bug/enhancement request tracker or should I keep adding to here?

    Here is fine, thanks.

    43 minutes ago, NoGi said:

    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

    I'm afraid I'm horrific at that. :) But perhaps one of my customers of the previous version can share a template... you can try posting in the old support topic - https://invisionpower.com/forums/topic/351114-newsletters/

     

  8. Allows the Administrator to create, edit and manage custom newsletters and their content. Forms of content such as Latest Topics or Latest Blog Entries can automatically be distributed without the Administrator having to do more than set-up the newsletter and let it run.

    Features

    • Administrator can create custom titles and content for newsletters to be distributed
    • Administrator can set automatic intervals for newsletter distribution (Daily, Weekly, Monthly, Anually), or a manual customized distribution date.
    • Allows Administrator to set which groups of people will receive newsletter (Members, Administrators, Moderators, etc.)
    • Allows Administrator to create multiple pending issues of newsletter
    • Administrator has ability to view all back issues of newsletter
    • Allows for multiple content types based on the IPS components installed in the current environment
    • Newsletters can be distributed in plain-text or HTML format
    • Members can subscribe/unscribe to any available newsletters at any time
    • Members can decide which format (plain-text or HTML) they would like to receive
    • Administrators can customize the HTML layout and CSS for each Newsletter
    • Web view of all newsletter issues
    • Customizable content for each block for each newsletter

    Note: This is an update of the previous [HSC] Newsletters mod for IPB 3.x. If you have data from the previous version, it will be imported to the new application.

     

     

  9. 1 hour ago, Maniutek said:

    Where to find this option?

    When you edit the set in the ACP and you add the fields to the set, you will have an option for Field Toggles.

     

    1 hour ago, Maniutek said:

    Welcome! I have a question, if you can do so that the selected field that will be completed will display as a link to the supplement?

    I'm not entirely sure what you're asking. You want the field to display as a link?

  10. On 11/19/2016 at 10:05 PM, Joel R said:

    Any update?  

    pages_widget OutOfRangeException::0

    Backtrace:

    
    #0 /home/admin/domains/website.com/public_html/applications/cms/sources/Pages/Page.php(1231): IPS\_Widget::load(Object(IPS\feed\Application), 'feed', 'tkrjqv9t9', Array, NULL, 'horizontal')
    #1 /home/admin/domains/website.com/public_html/applications/cms/sources/Pages/Page.php(2104): IPS\cms\Pages\_Page->getWidgets()
    #2 /home/admin/domains/website.com/public_html/applications/cms/modules/front/pages/page.php(72): IPS\cms\Pages\_Page->output()
    #3 /home/admin/domains/website.com/public_html/applications/cms/modules/front/pages/page.php(44): IPS\cms\modules\front\pages\_page->view()
    #4 /home/admin/domains/website.com/public_html/system/Dispatcher/Controller.php(96): IPS\cms\modules\front\pages\_page->manage()
    #5 /home/admin/domains/website.com/public_html/applications/cms/modules/front/pages/page.php(34): IPS\Dispatcher\_Controller->execute()
    #6 /home/admin/domains/website.com/public_html/system/Dispatcher/Dispatcher.php(129): IPS\cms\modules\front\pages\_page->execute()
    #7 /home/admin/domains/website.com/public_html/index.php(13): IPS\_Dispatcher->run()
    #8 {main}

     

    Thank you @Joel R for patiently working with me while I resolved this issue.

    A new version is available in the Marketplace. The error above was related to status updates with links, this has been fixed.

  11. 19 hours ago, ProSkill said:

    I have a duty to protect my member's information. I am not going to hand out administrative access to my site just to get this mod working. There is nothing special about my site in terms of customization, and I only have one third-party application and it hasn't caused an issue with any other plugin or app that I've installed. If you choose to put your member's information at risk by giving administrative access away to so that people can troubleshoot their own apps then so be it, but I am not willing to take that risk. My comment about the support being lacking, was in reference to the fact that it took 10 days to get a response after I posted the error log that I was getting, and her response was that the error message was unrelated even though later she apparently updated the mod to "fix" the issue .

    She said that AFTER I made my comment about wanting a refund. 

    1. I asked for access on October 25. Please look back through this thread. If you had an issue with giving access, you should have said so immediately, not waited 10 days to ask me for an update... when I specifically said that I would like access.

    2. I did fix the error you were getting. It is still unrelated. And why is "fix" in quotes? The error you posted was fixed. If you are putting it in quotes, you are calling me a liar. I will not tolerate people questioning my honesty or my capability.

    3. I did NOT ask for access after you requested a refund. Please go back and read the thread. I asked for it WEEKS AGO. Please stop trying to make me look bad, this is just ridiculous.

  12. 10 hours ago, ProSkill said:

    I left you a one star review, and requested a refund. Your idea of support is sorely lacking. 

     

    Allow me to explain the reasoning here. At this point, since I can't reproduce it, and no one else has this issue, the logical explanation here is that you have a conflicting application or plugin somewhere. Now, you have the following options:

    1. You can provide me with installation files for every single application and plugin you have (yes, even if you have paid for them, and even if they are custom to your site). I would set up a duplicate environment here and see if I can reproduce the issue. (Note that the level of effort here is well beyond the normal scope of support, but whatever.)

    2. You can enable/disable every plugin and application, one at a time, until you find the conflict. You would then need to provide me with the installation file for the conflicting modification.

    3. You could just give me temporary access to your site (instead of proprietary files) and I can find the conflict  (likely faster than you can). You could then delete the admin account so that I could never get back in. 

    In each of these, I would have to review the code to determine whose issue it is. It might be mine, or it might be the author of the conflicting modification. If it's mine, I'll fix it, but if it's not, you'd have to go back to the other developer.

    The fastest and most efficient way to do this is to give me access. I have to be honest - I really don't have the time to set up an environment. If you choose to go that route, it would likely be a few days before I could get back to you. With access I could do it immediately.

  13. A new version has been uploaded to the Marketplace. It contains the following changes:

    • Field Toggles are now supported - Administrators can show/hide fields based on selected options.
    • CheckboxSet fields were not working properly. Fixed.
  14. On 10/25/2016 at 10:05 PM, ProSkill said:

     

    2. There were no excluded forums. However, when I enabled the option to exclude forums, but didn't actually select any I got this error: 

    UPDATE `feed_actions` feed_actions  SET `action_enabled`=true,`action_enable_comments`=true,`action_bitoptions`=3 WHERE action_type_id=1 
    IPS\Db\Exception: Unknown column 'action_enable_comments' in 'field list' (1054)
    #0 /home/admin/public_html/system/Db/Db.php(870): IPS\_Db->preparedQuery('UPDATE `feed_ac...', Array)
    #1 /home/admin/public_html/system/Patterns/ActiveRecord.php(489): IPS\_Db->update('feed_actions', Array, Array)
    #2 /home/admin/public_html/system/Node/Model.php(2014): IPS\Patterns\_ActiveRecord->save()
    #3 /home/admin/public_html/system/Node/Model.php(2653): IPS\Node\_Model->save()
    #4 /home/admin/public_html/system/Node/Controller.php(383): IPS\Node\_Model->saveForm(Array)
    #5 [internal function]: IPS\Node\_Controller->form()
    #6 /home/admin/public_html/system/Dispatcher/Controller.php(85): call_user_func(Array)
    #7 /home/admin/public_html/system/Node/Controller.php(63): IPS\Dispatcher\_Controller->execute()
    #8 /home/admin/public_html/applications/feed/modules/admin/feed/actions.php(31): IPS\Node\_Controller->execute()
    #9 /home/admin/public_html/system/Dispatcher/Dispatcher.php(129): IPS\feed\modules\admin\feed\_actions->execute()
    #10 /home/admin/public_html/admin/index.php(13): IPS\_Dispatcher->run()
    #11 {main}

     

    Edit: I get the same error when I attempt to disable "honor permissions" 

    A new version has been uploaded to the Marketplace. It contains a fix for this issue.

  15. 1 hour ago, ProSkill said:

    I left you a one star review, and requested a refund. Your idea of support is sorely lacking. 

     

    Interesting. I have not said I won't help you. I have not denied you support. I have tried to reproduce it and failed. If you give me any idea as to how you expect me to help you, I will gladly do so, but I really can't.

    And BTW... it's actually quite common for contributors to request temporary access. Ask around, you'll see.

  16. 5 hours ago, quangtran said:

     

    This is for Topic View. what I need is the look in Post View (when you post new topic)

    Thanks

    In the post view default for text input is:
     

    
    Lable<br/>
    Value<br/>
    Description.

     

    What i want is:

    
    Lable: Value ( Description )

    please tell me how to change it.

    Thank you!

    If you're talking about when you enter the data, that's a standard template that is used all across the suite. Changes to that would affect all forms all over the place. I would have to make a code change to allow this, but that would affect all clients. 

  17. 9 hours ago, ProSkill said:

    I provided the error message that I was getting. Does that help? I am using this on an Alex 30k site, and I am not comfortable handing out administrative rights to random people on the internet. 

    It doesn't help because that message is unrelated. I'll fix it of course, but that will not fix your initial problem.

  18. On 10/31/2016 at 7:56 PM, ProSkill said:

    Any updates on this?

    You tell me. In my previous post I said that if that doesn't work, I will need to troubleshoot on your system and I asked for a PM with credentials . I have not received anything from you. 

    Since I can't reproduce the error, and no one else is reporting this problem, there isn't much I can do for you without access to your site.

  19. On 11/1/2016 at 1:40 PM, quangtran said:

    Hello,

    I just bought and installed the app. Please tell me where to edit some layout in the Post View. I want to change the look of the field description.

    Thank you

    Documentation is included with the download.

    1. In the ACP, go to Community -> Template System -> Sets.
    2. Find the set you want to work with and choose "Views" from the dropdown on the right
    3. Set "Use Default View Template" to off
    4. You'll have a new Content area where you can edit the layout.

     

  20. Just now, ProSkill said:

    I am referring to "forums" on the same site. Other vendors some times call them "boards". 

    OK. So we have new forums that work and existing forums that don't. Now we're talking. Sounds to me like something is just not configured correctly. Off the top of my head, the following are some educated guesses:

    1. Is this a permissions issue? For example, are you viewing this as a guest, but the forums are not visible? You can also try disabling the "Honor Permissions" setting. To do this, login to the ACP, go to Community -> Social Stream -> Feed Actions. Click the edit icon next to "New Topics"
    2. Did you accidentally exclude the existing forums? You can check this by going to the same screen (Community -> Social Stream -> Feed Actions -> New Topic -> edit) and checking the "Excluded Nodes" field. If there are any forums listed there, these will be ignored by the mod.

    If neither of the above are the answer, I will need ACP credentials in order to troubleshoot this on your site directly. You can PM me with this information.

  21. Just now, ProSkill said:

    No. Hence my post for support. 

    You said the widget. There is a widget and there is a page, I'm just clarifying if you were talking about one or both.

    I'm also confused by the following statement:

    On 10/24/2016 at 2:50 AM, ProSkill said:

    Edit: I created a new board shortly after installing this mod. For some reason posts on the new board show up, but posts from all other existing boards don't show up. Any ideas? 

    So you created a brand new SITE and it's working on the other site? Just not the original one? "all other existing boards" - how many sites do you have?

×
×
  • Create New...