BV Commerce Forum
»
BV Commerce Support
»
General Support
»
Changing the image for the Mailing List Signup Button
Rank: Member
Joined: 10/19/2005(UTC) Posts: 53
|
Hello, I am trying to change the IMAGE name for the default image associated with the Mailing List SignUP Form. Currently, it says: <div class="mailinglistfield"> <asp:TextBox ID="EmailAddressField" Columns="20" runat="server" ToolTip="CLICK HERE TO SUBSCRIBE" BorderStyle="None" MaxLength="30"></asp:TextBox> &nbsp;<asp:ImageButton ID="btnGoEmail" runat="server" ImageUrl=" https://www.hurstindustriez.com/BVModules/Themes/HurstIndustriez/images/buttons/mailing-list-send.png" ValidationGroup="MailingListSignupGroup" /></div> As you can see I have modified the path to the image. But the image is not replaced. Is there somewhere else I must look in order to change the name for this image. I have reviewed the code files and they describe an ID called "btnGoEmail". Is the image name and path somewhere else? Regards,
|
|
|
|
Rank: Member
Joined: 12/23/2003(UTC) Posts: 909
|
Have you tried to add a button called "GoEmail" to your themes images/buttons/ directory? |
|
|
|
|
Rank: Member
Joined: 9/20/2006(UTC) Posts: 92
|
Also, you could [/code]change the image path for the Subscribe and Unsubscribe buttons in the code on line 62 & 64 of MyAccount_MailingLists.aspx.vb. Wallace Miller -- Narrowpath Design
Providing installation, custom development, and design services for BVC5 sites 24/7 tech support and consultation service available for BVSoftware E-Commerce 760.728.8679 (phone) [email protected]
|
|
|
|
Rank: Member
Joined: 10/19/2005(UTC) Posts: 53
|
Hello - Thanks for the quick reply...., ok I think I understand. Please look at the home page here: http://www.hurstindustriez.com, look in the header area, you'll see the mucic player on the right and the mailing list sign-up on the left, its still showing the defualt button that is blue. Here is the code from "MyAccount_MailingLists.aspx.vb", is this what I change? btnSub.ImageUrl = GetThemedButton("Subscribe") Regards,
|
|
|
|
Rank: Member
Joined: 10/19/2005(UTC) Posts: 53
|
Hello, Ok - so i tried this: Code: [color=#0000ff][color=#0000ff][2]End[/color][/2][/color][color=#0000ff][color=#0000ff][2]If[/color][/2][/color]
And it dosent appear to be working for the mailing list copntent block buttons. Any ideas? Regards, TJ Havens
|
|
|
|
Rank: Member
Joined: 10/19/2005(UTC) Posts: 53
|
Ok - I got it now. Wrong file I was in. I was attempting to change the button in the Content Bloack called Mialing List Subscribe. But, your explanation was correct. Thank you. I changed this file here: /bvmodules/contentblocks/mailinglistsignup/view.ascx.vb. I changed line 43 to:
[code] [2]"~/bvmodules/themes/hurstindustriez/images/buttons/mailing-list-send.png"[/2]
Never did learn VB.net.
Regards,
TJ Havens
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.