Forums

"The feed does not have subscriptions by email enabled" (4 posts)

  1. archertc
    Member
    Posted 11 months ago #

    Great template!! Still, some tweaking needed, as I got the above error message when inputing an email address for the subscription. For others who have been experiencing this, here is the solution from the Feedburner/Google forum: http://tinyurl.com/5q8qvn

    Following those instructions, I edited the following three parts of the LaunchPad template file using the code generated by Feedburner:

    1. onsubmit= (give what Feedburner provides instead of what the template says)
    2. value= (give what Feedburner provides for the url)
    3. value= (give what Feedburner provides for the title, although this may not be necessary)

  2. bodhidharma74
    Member
    Posted 6 months ago #

  3. aptitudo
    Member
    Posted 4 months ago #

    Here is a simple solution that worked for me.

    You need to edit the Launchpad Theme index.php.

    Find the form
    Select all of the code for the form and paste following code over it.

    <form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=<?php echo $lp_feedburner_id; ?>', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
    				<p class="form-label">Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p>
    				<input type="hidden" value="<?php echo $lp_feedburner_id; ?>" name="uri"/>
    				<input type="hidden" name="loc" value="en_US"/>
    				<input type="submit" value="Subscribe" />
    			</form>
  4. scottt20
    Member
    Posted 1 week ago #

    Thanks aptitudo! That worked for me. :D

Reply

You must log in to post.

About this Topic

Tags