Email subscribe button greyed out

I was just playing around with that newsletter subscribe block, but the subscribe button is greyed out and doesn't work.  Probably just some setting somewhere I can't find - could someone clue me in.

Thanks

-

Rob

Quote · 26 Sep 2008

When I type in a valid email address...the button becomes active.

-

Laughing

Quote · 26 Sep 2008

Oh yeah - I tried to fake it with one that looked real, but maybe it was too short.  Thank you.  I mean profound thanks.  I am extremely grateful for this help you have given me.

Quote · 26 Sep 2008

Thank you.  I mean profound thanks.  I am extremely grateful for this help you have given me.

Caltrade your a hoot :-) By the way, thank you for that 'upgrade' code etc. many thanks....

Stuart

Oh yeah - I tried to fake it with one that looked real, but maybe it was too short.  Thank you.  I mean profound thanks.  I am extremely grateful for this help you have given me.

There are none so blind as those that will not see.
Quote · 27 Sep 2008

Thanks Stewart, took me a minute to remember what "upgrade" code you are talking about.  Here is my latest interation on this code.  For the benefit of those who didn't read that thread, this is nothing fancy, it is just some html code you can put in a block under the pic in your accounts page that make the system a bit easier to use.  Specifically, that no "upgrade" link appears for members with non-standard membership levels, when you have several membership levels.  If you want to try it, paste this in an html block and drag under the pic in the account page.  Replace "/member" with the subdirectory name where you installed dolphin, or delete entirely if installed in the root.  Salt and pepper to taste.

-

Cheers

-

Rob

____________

<div align="center">
<table border="0" width="450">
<tbody>
<tr>
<td width="124"><span style="font-weight: 700; font-family: Arial Narrow;"> <a href="/members/pedit.php">Edit
Profile</a> </span></td>
<td width="98"><b> <a href="/members/blogs.php?action=new_post"> <span style="font-family: Arial Narrow;">Post </span> <span style="font-family: Arial Narrow;">Blog</span></a></b></td>
<td width="91"><b><span style="font-family: Arial Narrow;"> <a href="/members/blogs.php?action=show_member_blog&ownerID={memberID}">My Blog</a></span></b></td>
<td width="120"><span style="font-weight: 700; font-family: Arial Narrow;"> <a href="/members/tellfriend.php">Invite
Associates</a> </span></td>
</tr>
<tr>
<td width="124"><span style="font-weight: 700; font-family: Arial Narrow;"> <a href="/members/upload_media.php">Upload
Pictures</a> </span></td>
<td width="98"><b><span style="font-family: Arial Narrow;"> <a href="/members/classifiedsmy.php?PostAd=1"> Post Ad</a></span></b></td>
<td width="91"><b><span style="font-family: Arial Narrow;"> <a href="/members/ads/my">My Ads</a></span></b></td>
<td width="120"><span style="font-weight: 700; font-family: Arial Narrow;"> <a href="/members/membership.php">Upgrade Account</a></span></td>
</tr>
<tr>
<td width="124"><b><span style="font-family: Arial Narrow;"> <a href="/members/uploadShareVideo.php">Upload
Videos</a></span></b></td>
<td width="98"><b><span style="font-family: Arial Narrow;"> <a href="/members/articles.php?action=addarticle"> Post Article</a> </span></b></td>
<td width="91"><b><span style="font-family: Arial Narrow;"> <a href="/members/contacts.php">My Contacts</a></span></b></td>
<td width="120"><span style="font-weight: 700; font-family: Arial Narrow;"> <a href="/members/contacts.php?show=view&amp;list=me"> Viewed Me</a></span></td>
</tr>
</tbody>
</table>
</div>

Quote · 27 Sep 2008

Update - on doing some testing of this, I am realizing that the "My Blog" link doesn't work.  It brings up a "nothing found" Dolphin page, even though there is a blog for the member I tested it with.    The link I used was:

-

/members/blogs.php?action=show_member_blog&ownerID={memberID}">

-

Maybe someone could tell me why this doesn't work, or if there is another way to display "my blogs"?  I'm glad you brought this up Stewart - I might not have caught it for a while.

-

Rob

Quote · 27 Sep 2008

Hello Caltrade, Blogs worked for me. My install is in the root so i removed the /members as you suggested.

Stuart

Update - on doing some testing of this, I am realizing that the "My Blog" link doesn't work.  It brings up a "nothing found" Dolphin page, even though there is a blog for the member I tested it with.    The link I used was:

-

/members/blogs.php?action=show_member_blog&ownerID={memberID}">

-

Maybe someone could tell me why this doesn't work, or if there is another way to display "my blogs"?  I'm glad you brought this up Stewart - I might not have caught it for a while.

-

Rob

There are none so blind as those that will not see.
Quote · 27 Sep 2008

Stewart are you sure?  Doesn't work for me for some reason- it leads to a "sorry nothing found" page.   The "my blog" link on the main menu works as it should.  Probably something simple, but could you verify that the "my blog" link in the code I posted works in an html block?

Rob

Quote · 27 Sep 2008

Yes, came up in an html block no problem. Looked similar to the other Blog link.

Stuart

Stewart are you sure?  Doesn't work for me for some reason- it leads to a "sorry nothing found" page.   The "my blog" link on the main menu works as it should.  Probably something simple, but could you verify that the "my blog" link in the code I posted works in an html block?

Rob

There are none so blind as those that will not see.
Quote · 27 Sep 2008

Ok, I don't get it.  I have tried it on two test members with blogs and it doesn't work on either one.  If someone here wouldn't mind doing a quick test - put this code in an html block on the account page for a member who has a blog, and let me know if this link displays the blog:

-

<a href="/blogs.php?action=show_member_blog&ownerID={memberID}">My Blog</a>

-

Can anyone think of why this would work for Stewart an not me?  Probably something obvious, but I am not seeing it.

-

Rob

Quote · 27 Sep 2008

Hi there,

 

if you try: sitename.com/blogs/posts/.........

Quote · 27 Sep 2008

Caltrade, I have re-tried with the code you posted above - it works fine. It takes me to my blogs, in my case it says nothing (blogs) found. Could it be something to do with the re-write rules? I have 'base rewrite' in my .htaccess file.

Stuart

Ok, I don't get it.  I have tried it on two test members with blogs and it doesn't work on either one.  If someone here wouldn't mind doing a quick test - put this code in an html block on the account page for a member who has a blog, and let me know if this link displays the blog:

-

<a href="/blogs.php?action=show_member_blog&ownerID={memberID}">My Blog</a>

-

Can anyone think of why this would work for Stewart an not me?  Probably something obvious, but I am not seeing it.

-

Rob

There are none so blind as those that will not see.
Quote · 28 Sep 2008

Stewart- your post is a little ambigious - you said it works but leads to a page where is says "nothing found" - I assume you mean that it works because you have no blog.  By any chance have you tried it with a test blog- or could you?  You could be right that it has something to do with the rewrite rules - the only difference between our sites is that mine is in a subdirectory.
-

Nurke- thanks, closer I think.  I wasn't sure about the exact syntax so I tried this link:

http://caltrade.com/members/blogs/posts/?action=show_member_blog&ownerID={memberID}

It took me to a page that had my name in the browser title, but I still got no content, even though there is a blog there?  Any ideas?  If not I will have to delete that entry, and I do want a convenient link for people to see their own blogs.

-

Rob

Quote · 28 Sep 2008

Hi Rob,

-

Didn't know if you sorted this one out yet....

-

It works for me....

-

http://www.bearvalleyvoice.com/members/blogs.php?action=show_member_blog&ownerID=1

-

~~ Lorren

Stewart- your post is a little ambigious - you said it works but leads to a page where is says "nothing found" - I assume you mean that it works because you have no blog.  By any chance have you tried it with a test blog- or could you?  You could be right that it has something to do with the rewrite rules - the only difference between our sites is that mine is in a subdirectory.
-

Nurke- thanks, closer I think.  I wasn't sure about the exact syntax so I tried this link:

http://caltrade.com/members/blogs/posts/?action=show_member_blog&ownerID={memberID}

It took me to a page that had my name in the browser title, but I still got no content, even though there is a blog there?  Any ideas?  If not I will have to delete that entry, and I do want a convenient link for people to see their own blogs.

-

Rob

Quote · 4 Oct 2008

Yeah, but that one has your member ID in it, so it will bring up member number 1 - which is probably you.  I need a generic link that will bring up "my blog" in the same way that "my ads" can be brought up with "http://mysite.com/ads/my.  Thanks for bumping this Lorren- I would still like to know- anyone?

Quote · 4 Oct 2008

I guess you need something like

http://caltrade.com/members/blogs.php?action=show_member_blog&ownerName=robgordon

Regards

Artur

Quote · 6 Oct 2008

Hi Artur,  wrote you a note.  That link will always go to my blog, even if I put it in an html block that displayed on another site- I would like to find a generic link for "my blog".  I am looking for the equivanent of "my ads" for classified where you can simply put /ads/my and it will display that member's classifieds.  Is there some url that will display "my blog" in this fashion- so the link can be put in an html block.

-

Thanks

-

Rob

Quote · 6 Oct 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.