Home Forums Newsletter Plugin Support archive plugin is only beta

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17123
    1manfactory
    Participant

    hello, guys,
    I just checked you archive plugin. Thanks for giving it away for free. But sorry, rigth now it is still buggy.

    1. FRAMES suck, always. There is no need to use frames. Every old newsletter is viewable by it’s link:
    http://domain.com/wp-content/plugins/newsletter-archive/view.php?email_id=17 or
    There is no need to use a frame.
    Quick fix in archive.php

    //$url = $attrs['url']; #default sucks with frame
    $url=plugins_url().'/newsletter-archive/view.php'; # better

    And maybe you should also put an target=_new inside the href
    $buffer .= '<a target="_new" href="' . NewsletterModule::add_qs($url, 'email_id=' . $email->id) . '">' . htmlspecialchars($subject) . '</a>';

    2. The variables {blog_title} and {date} inside the subject line are NOT reaplace in the listing. Ouch.

    Juergen

    #17204
    Stefano
    Keymaster

    Hi did you send a fix here that was deleted by the forum? Thank you for the other bug I’ll look at them asap. About iframes, which is your fix, can you explain it here? Thank you.

    #279141
    MacStainless
    Participant

    I know this thread is six years old but THANK YOU 1manfactory for posting this! This is exactly what I’m looking for. I don’t want to use a frame, I want to have links that simply open a newsletter in a new tab. This is what I needed.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.