Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 62
3 members and 59 guests
bea9qgchcomberc, garere3denstc3t, int5nwernetmarx
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
Donations Block
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 71
Join Date: Jan 2003
Location: England
Donations Block - 02-21-2003, 05:51 AM

Hi,

I've looked through your downloads section trying to find the donations block that you have on this site with the text underneath the paypal image, but had no luck

Can you at all tell me where I can get the same block you guys have on this site plz?

I've found 1 but it only put the paypal image up and not the text underneath.

Thnx in advance.
 Send a message via ICQ to TuNa  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
swh
Junior Member
 
Status: Offline
Posts: 20
Join Date: Nov 2002
02-21-2003, 07:36 AM

http://phpnuke.org/modules.php?name=...ticle&sid=5417
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 71
Join Date: Jan 2003
Location: England
02-21-2003, 07:57 AM

I've seen that Donations box, and tried to add the text to it from this site underneath, but it didnt show up when I activated it. All I got was the paypal image.

I'm guessing it has to be added via html?
 Send a message via ICQ to TuNa  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
PAYPAL TEXT
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 8
Join Date: Dec 2002
PAYPAL TEXT - 02-25-2003, 03:10 AM

I too was wanting the text included on my PayPal Block

how is this added?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 47
Join Date: Oct 2002
Location: Australia
02-25-2003, 03:25 AM

yep its just like any other block just add it in html in the block-watever.php file and add in the \'s and thats all there is 2 it lol.

<edit> dreamweaver mx is good for this cause the text changes colors when u miss things or screw up the code </edit>
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Just like?
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 8
Join Date: Dec 2002
Just like? - 02-25-2003, 03:28 AM

Quote:
yep its just like any other block just add it in html in the block-watever.php file and add in the \'s and thats all there is 2 it lol.
not sure how this helps,,, i tried adding html and i gave errors.... what is this
Quote:
add in the \'s
you are talking about
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 47
Join Date: Oct 2002
Location: Australia
02-25-2003, 03:30 AM

incase ya didnt already know, when workin with php ya have 2 add in \'s in front of all the "'s ie. \"
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sorry
Old
  (#8 (permalink))
Junior Member
 
Status: Offline
Posts: 8
Join Date: Dec 2002
Sorry - 02-25-2003, 03:37 AM

Quote:
I too was wanting the text included on my PayPal Block

how is this added?
I have no idea ,,, I tried on my own and that did not work,,,, this is why I posted in this forum.

Quote:
incase ya didnt already know, when workin with php ya have 2 add in \'s in front of all the "'s ie. \"
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
02-25-2003, 09:08 AM

Code:
<table width="100%" border="0" cellpadding="4" cellspacing="0">
  <tr> 
    <td><div align="center">
        <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
          <input type="hidden" name="cmd" value="_xclick">
          <input type="hidden" name="business" value="donations@yoursite.com">
          <input type="hidden" name="no_shipping" value="1">
          <input type="hidden" name="return" value="http://www.yoursite.com">
          <input type="hidden" name="cancel_return" value="http://www.yoursite.com">
          <input type="hidden" name="cn" value="Note to webmaster (optional)">
          <input type="hidden" name="currency_code" value="USD">
          <input type="hidden" name="tax" value="0">
          <input type="image" src="https://www.paypal.com/images/x-click-but04.gif" border="0" name="submit">
        </form>
        

Please feel free to make a donation to the further development of this 
          site and webhosting costs. All donations are greatly appreciated. We 
          will be putting up a content page listing all the persons who have donated 
          along with a special thanks for everyone to see. Thanks again for any 
          help you can provide!</p>
      </div></td>
  </tr>
</table>
There's our code for that block...Simple plain HTML.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Thnx MikeM
Old
  (#10 (permalink))
Junior Member
 
Status: Offline
Posts: 8
Join Date: Dec 2002
Thnx MikeM - 02-25-2003, 10:43 AM

Thnx for showing the code.... I see now what regnator was trying to say about the backslashes through the code everywhere.

I like the way this sites theme looks,,,, very cool

Drew
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31