Just need 1 button please help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arracing
    Member
    • Sep 2002
    • 46
    • 3.0.0 Gamma

    Just need 1 button please help

    I just need 1 button that says Donate similar to this button. Please help me out.

    Thank you,
    Randy
  • Vile
    Senior Member
    • Jul 2002
    • 2779
    • 3.6.x

    #2
    Here you go
    Webmaster / Administrator
    www.MegaGames.com
    www.MGForums.com

    Comment

    • arracing
      Member
      • Sep 2002
      • 46
      • 3.0.0 Gamma

      #3
      thanks buddy, i really appreciated that.

      --randy

      just wondering, how did you do that? Im trying to learn.

      Comment

      • Vile
        Senior Member
        • Jul 2002
        • 2779
        • 3.6.x

        #4
        Your welcome.
        I used Delhaze's awesome program to make it: VButton Pro. I recommend you you get it, so you can give it a shot yourself in the future

        Check out this thread for more info:
        Webmaster / Administrator
        www.MegaGames.com
        www.MGForums.com

        Comment

        • filburt1
          Senior Member
          • Feb 2002
          • 6606

          #5
          You can also use the vB graphics kit in the member's area (which, if I'm not mistaken, vButton requires in addition to Photoshop 7).
          --filburt1, vBulletin.org/vBulletinTemplates.com moderator
          Web Design Forums.net: vB Board of the Month
          vBulletin Mail System (vBMS): webmail for your forum users

          Comment

          • arracing
            Member
            • Sep 2002
            • 46
            • 3.0.0 Gamma

            #6
            can you guys help me find which template or whatever to change so that i can add the button by the user cp button.

            Thanks,
            Randy

            Comment

            • filburt1
              Senior Member
              • Feb 2002
              • 6606

              #7
              header template.
              --filburt1, vBulletin.org/vBulletinTemplates.com moderator
              Web Design Forums.net: vB Board of the Month
              vBulletin Mail System (vBMS): webmail for your forum users

              Comment

              • arracing
                Member
                • Sep 2002
                • 46
                • 3.0.0 Gamma

                #8
                I need help with the coding too

                Comment

                • filburt1
                  Senior Member
                  • Feb 2002
                  • 6606

                  #9
                  Add this where you want the button to be:
                  Code:
                  <a href="donate.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_donate.gif" alt="Donate!" border="0"></a>
                  That assumes that the donation page is "donate.php" within your forums' directory and the image is called "top_donate.gif" and stored within your forums' images directory.
                  --filburt1, vBulletin.org/vBulletinTemplates.com moderator
                  Web Design Forums.net: vB Board of the Month
                  vBulletin Mail System (vBMS): webmail for your forum users

                  Comment

                  • Vile
                    Senior Member
                    • Jul 2002
                    • 2779
                    • 3.6.x

                    #10
                    Yup, do just as filburt1 mentioned.

                    And the text after "alt=" will be the text displayed when the mouse cursor is over the button, so you can change that to whatever you like.
                    Last edited by Vile; Mon 30 Sep '02, 4:14pm.
                    Webmaster / Administrator
                    www.MegaGames.com
                    www.MGForums.com

                    Comment

                    • arracing
                      Member
                      • Sep 2002
                      • 46
                      • 3.0.0 Gamma

                      #11
                      my donation page is thru paypal and their coding creats something along the lines of form /form

                      you guys get what i mean. I inserted their text in where the header code should go but it kicks the button up above home button.

                      Comment

                      • filburt1
                        Senior Member
                        • Feb 2002
                        • 6606

                        #12
                        Hmm, things get much more tricky if you want to make that a form submit button.

                        My suggestion is to make that button link to your own donation page which in turn has a brief statemet with a button that goes to the actual PayPal system.
                        --filburt1, vBulletin.org/vBulletinTemplates.com moderator
                        Web Design Forums.net: vB Board of the Month
                        vBulletin Mail System (vBMS): webmail for your forum users

                        Comment

                        • arracing
                          Member
                          • Sep 2002
                          • 46
                          • 3.0.0 Gamma

                          #13
                          i really dont want to have my own page its too many steps for people to go through. What coding keeps the buttons together anyways? How come the other buttons are together?

                          Comment

                          • filburt1
                            Senior Member
                            • Feb 2002
                            • 6606

                            #14
                            Adding a form tag screws up spacing (extraordinarily annoying aspect of HTML). The others stay together because they are just normal hyperlinked images.
                            --filburt1, vBulletin.org/vBulletinTemplates.com moderator
                            Web Design Forums.net: vB Board of the Month
                            vBulletin Mail System (vBMS): webmail for your forum users

                            Comment

                            • arracing
                              Member
                              • Sep 2002
                              • 46
                              • 3.0.0 Gamma

                              #15
                              ok here is what i got so far,

                              when i use the align="right" before the form action it aligns everything perfectly but then the button does not work when you click on it.

                              When i get rid of the align code it shoots the button above home and the button works when you click on it.

                              any comments????

                              Comment

                              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                              Working...