Recent Topics

1 Jun 17, 2009 08:07    

My b2evolution Version: 2.x

Hello! :)

I have a pretty annoying problem that is probably fairly easy to solve if I knew more about <input> functions..

I have a blog to document my travels across america with my roommates. It's at www.bulgeacrossamerica.com/home.php

However, I added a Subscribe by Email box (via FeedBurner). Unfortunately, every time someone tries to comment on one of the blog posts, the Comment Submit button directs the pop-up to the subscription website.

There's probably a conflict in the various input functions but I have no idea where to look or where to begin..

Do you guys have any ideas or hints?

thanks!

2 Jun 17, 2009 16:33

Replace the subscribe code you have

<div class="bSubscribeImg">
    <img src="img/subscribe.jpg">
    </div>

	<div class="bSubscribe" align="center"> 
    <form style="border: 1px solid rgb(204, 204, 204); padding: 10px; text-align: center; background-color: rgb(86, 91, 112);" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=BulgeAcrossAmerica', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p style="color: rgb(255, 255, 255);">Enter your email address:</p><p><input style="width: 140px;" name="email" type="text"><input value="BulgeAcrossAmerica" name="uri" type="hidden"><input name="loc" value="en_US" type="hidden"><input value="Subscribe" type="submit">
	</p>
 	
   
    <div class="bSubscribeSpace">
    </div>
   <hr color="#ffffff">
    
    <p style="color: rgb(255, 255, 255); font-size: 0.8em;">
    <font style="font-weight: bold;">Receive updates in your email!</font>

    <br>
    Note: This includes updates from our personal blogs as well.
    </p>
    </form></div>
    <div class="bSubscribeBanner">
    <img src="img/feedburner.gif">
    </div>

with this code

<div class="bSubscribeImg"><img src="img/subscribe.jpg" /></div>
<div align="center" class="bSubscribe">
  <form style="border:1px solid #ccc;padding:10px;text-align:center; background-color: #565b70" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=BulgeAcrossAmerica', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
    <p style="color:#FFFFFF">Enter your email address:</p>
    <p>
      <input type="text" style="width:140px" name="email"/>
      <input type="hidden" value="BulgeAcrossAmerica" name="uri"/>
      <input type="hidden" name="loc" value="en_US"/>
      <input type="submit" value="Subscribe" />
    </p>
    <div class="bSubscribeSpace"></div>
    <hr color="#FFF" />
    <p style="color: #FFF; font-size: 0.8em; padding-top:20px"><font style="font-weight: bold">Receive updates in your email!</font>Note: This includes updates from our personal blogs as well.</p>
    <div class="bSubscribeBanner"><img src="img/feedburner.gif" /></div>
  </form>
</div>

3 Jun 17, 2009 17:13

I swear you guys constantly amaze me..

As I peruse through this forum it's awesome to see how active and helpful you guys all are! It takes a special person to reply and fix other people's problems especially since most of them stem from our own ignorance!

It works perfectly now!

I can't believe I just missed a </form> tag..

One last thing.. after some comments there's a large blank space. Is there any portion of code that would cause that? Or is it perhaps just someone pressing enter too many times in the form? :)

Thanks!

4 Jun 17, 2009 18:11

No problem

Or is it perhaps just someone pressing enter too many times in the form?

Blonde Bimbo aka ¥åßßå likes to hold the "enter" button ;)

5 Jun 17, 2009 20:54

sam2kb wrote:

Blonde Bimbo aka ¥åßßå likes to hold the "enter" button ;)

:O ... how dare you!!!!!!ONE!

:roll:

¥


Form is loading...