I would like to add a PayPal donation button below the navigation section in the left frame. Would anyone have some example code they could share?
Thanks in advance !
John
On 23 Mar 2005, at 19:03, John Spikowski wrote:
I would like to add a PayPal donation button below the navigation section in the left frame. Would anyone have some example code they could share?
You must use the following EXACTLY as shown. And the Saltspring Ecovillage Education & Development Society will even send each of your donors an email receipt for you!
(JUST KIDDING! It should be obvious what to change, no?)
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="TrustFund@IslandSeeds.org"> <input type="hidden" name="item_name" value="Saltspring Ecovillage Education & Development Society Trust Fund"> <input type="hidden" name="page_style" value="Primary"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="currency_code" value="CAD"> <input type="hidden" name="tax" value="0"> <input type="hidden" name="lc" value="CA"> <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form>
:::: There was a time when religion ruled the world. It is known as The Dark Ages. -- Ruth Hurmence Green :::: Jan Steinman http://www.Bytesmiths.com/Van
Jan,
I'm getting this error when I added the following code after the toolbox <div>.
[pear_error: message="XML_ERROR_TAG_MISMATCH in /home/panotool/public_html/mediawiki/templates/xhtml_slim.pt around line 137" code=0 mode=return level=notice prefix="" info=""]
Here is my change.
<!-- PanoTools Donations --> <div class="portlet" id="p-donate"> <h5>Donations</h5> <div class="pBody"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="support@panotools.info" /> <input type="hidden" name="item_name" value="PanoTools Support Donation"> <input type="hidden" name="page_style" value="Primary"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="tax" value="0"> <input type="image" src="http://www.panotools.info/paypal_donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form> </div> </div>
Could you send me your xhtml_slim.pt ?
My e-mail is support@panottols.info
Thanks !
John
-----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org]On Behalf Of Jan Steinman Sent: Wednesday, March 23, 2005 7:22 PM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Donate Button - Left Nav
On 23 Mar 2005, at 19:03, John Spikowski wrote:
I would like to add a PayPal donation button below the navigation section in the left frame. Would anyone have some example code they could share?
You must use the following EXACTLY as shown. And the Saltspring Ecovillage Education & Development Society will even send each of your donors an email receipt for you!
(JUST KIDDING! It should be obvious what to change, no?)
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="TrustFund@IslandSeeds.org"> <input type="hidden" name="item_name" value="Saltspring Ecovillage Education & Development Society Trust Fund"> <input type="hidden" name="page_style" value="Primary"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="currency_code" value="CAD"> <input type="hidden" name="tax" value="0"> <input type="hidden" name="lc" value="CA"> <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form>
:::: There was a time when religion ruled the world. It is known as The Dark Ages. -- Ruth Hurmence Green :::: Jan Steinman http://www.Bytesmiths.com/Van
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Can someone help me out with getting a PayPal donate button after the "toolbox" section?
John
-----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org]On Behalf Of John Spikowski Sent: Wednesday, March 23, 2005 8:13 PM To: MediaWiki announcements and site admin list Subject: RE: [Mediawiki-l] Donate Button - Left Nav
Jan,
I'm getting this error when I added the following code after the toolbox
<div>.
[pear_error: message="XML_ERROR_TAG_MISMATCH in /home/panotool/public_html/mediawiki/templates/xhtml_slim.pt around line 137" code=0 mode=return level=notice prefix="" info=""]
Here is my change.
<!-- PanoTools Donations -->
<div class="portlet" id="p-donate"> <h5>Donations</h5> <div class="pBody"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="support@panotools.info" /> <input type="hidden" name="item_name" value="PanoTools Support Donation"> <input type="hidden" name="page_style" value="Primary"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="tax" value="0"> <input type="image" src="http://www.panotools.info/paypal_donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form> </div> </div>
Could you send me your xhtml_slim.pt ?
My e-mail is support@panottols.info
Thanks !
John
-----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org]On Behalf Of Jan Steinman Sent: Wednesday, March 23, 2005 7:22 PM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Donate Button - Left Nav
On 23 Mar 2005, at 19:03, John Spikowski wrote:
I would like to add a PayPal donation button below the navigation section in the left frame. Would anyone have some example code they could share?
You must use the following EXACTLY as shown. And the Saltspring Ecovillage Education & Development Society will even send each of your donors an email receipt for you!
(JUST KIDDING! It should be obvious what to change, no?)
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="TrustFund@IslandSeeds.org"> <input type="hidden" name="item_name" value="Saltspring Ecovillage Education & Development Society Trust Fund"> <input type="hidden" name="page_style" value="Primary"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="currency_code" value="CAD"> <input type="hidden" name="tax" value="0"> <input type="hidden" name="lc" value="CA"> <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form>
:::: There was a time when religion ruled the world. It is known as The Dark Ages. -- Ruth Hurmence Green :::: Jan Steinman http://www.Bytesmiths.com/Van
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
What XML? That was HTML. It came right off http://www.IslandSeeds.org/Contribute.php.
Sorry if I misunderstood what you wanted. It would seem there should be a way of embedding HTML right there -- probably need to edit your skin.php file or something.
On 23 Mar 2005, at 20:13, John Spikowski wrote:
Jan,
I'm getting this error when I added the following code after the toolbox
<div>.
[pear_error: message="XML_ERROR_TAG_MISMATCH in /home/panotool/public_html/mediawiki/templates/xhtml_slim.pt around line 137" code=0 mode=return level=notice prefix="" info=""]
Here is my change.
<!-- PanoTools Donations -->
<div class="portlet" id="p-donate"> <h5>Donations</h5> <div class="pBody"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="support@panotools.info" /> <input type="hidden" name="item_name" value="PanoTools Support Donation"> <input type="hidden" name="page_style" value="Primary"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="tax" value="0"> <input type="image" src="http://www.panotools.info/paypal_donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form> </div> </div>
Could you send me your xhtml_slim.pt ?
My e-mail is support@panottols.info
Thanks !
John
-----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org]On Behalf Of Jan Steinman Sent: Wednesday, March 23, 2005 7:22 PM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Donate Button - Left Nav
On 23 Mar 2005, at 19:03, John Spikowski wrote:
I would like to add a PayPal donation button below the navigation section in the left frame. Would anyone have some example code they could share?
You must use the following EXACTLY as shown. And the Saltspring Ecovillage Education & Development Society will even send each of your donors an email receipt for you!
(JUST KIDDING! It should be obvious what to change, no?)
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="TrustFund@IslandSeeds.org"> <input type="hidden" name="item_name" value="Saltspring Ecovillage Education & Development Society Trust Fund"> <input type="hidden" name="page_style" value="Primary"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="currency_code" value="CAD"> <input type="hidden" name="tax" value="0"> <input type="hidden" name="lc" value="CA"> <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form>
:::: There was a time when religion ruled the world. It is known as The Dark Ages. -- Ruth Hurmence Green :::: Jan Steinman http://www.Bytesmiths.com/Van
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
:::: Our present economic system is... little more than a well-organized method for converting natural resources into garbage. -- Jay Hanson :::: Jan Steinman http://www.Bytesmiths.com/Van
I see how you did yours now. ( separate HTML page) I would really like to have the button always appear in the left nav anytime a page is displayed in the wiki. The .pt file doesn't seem to like any foreign code inserted.
HELP !
John
-----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org]On Behalf Of Jan Steinman Sent: Wednesday, March 23, 2005 8:57 PM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Donate Button - Left Nav
What XML? That was HTML. It came right off http://www.IslandSeeds.org/Contribute.php.
Sorry if I misunderstood what you wanted. It would seem there should be a way of embedding HTML right there -- probably need to edit your skin.php file or something.
On 23 Mar 2005, at 20:13, John Spikowski wrote:
Jan,
I'm getting this error when I added the following code after the toolbox
<div>.
[pear_error: message="XML_ERROR_TAG_MISMATCH in /home/panotool/public_html/mediawiki/templates/xhtml_slim.pt around line 137" code=0 mode=return level=notice prefix="" info=""]
Here is my change.
<!-- PanoTools Donations -->
<div class="portlet" id="p-donate"> <h5>Donations</h5> <div class="pBody"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="support@panotools.info" /> <input type="hidden" name="item_name" value="PanoTools Support Donation"> <input type="hidden" name="page_style" value="Primary"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="tax" value="0"> <input type="image" src="http://www.panotools.info/paypal_donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form> </div> </div>
Could you send me your xhtml_slim.pt ?
My e-mail is support@panottols.info
Thanks !
John
-----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org]On Behalf Of Jan Steinman Sent: Wednesday, March 23, 2005 7:22 PM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Donate Button - Left Nav
On 23 Mar 2005, at 19:03, John Spikowski wrote:
I would like to add a PayPal donation button below the navigation section in the left frame. Would anyone have some example code they could share?
You must use the following EXACTLY as shown. And the Saltspring Ecovillage Education & Development Society will even send each of your donors an email receipt for you!
(JUST KIDDING! It should be obvious what to change, no?)
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="TrustFund@IslandSeeds.org"> <input type="hidden" name="item_name" value="Saltspring Ecovillage Education & Development Society Trust Fund"> <input type="hidden" name="page_style" value="Primary"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="currency_code" value="CAD"> <input type="hidden" name="tax" value="0"> <input type="hidden" name="lc" value="CA"> <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form>
:::: There was a time when religion ruled the world. It is known as The Dark Ages. -- Ruth Hurmence Green :::: Jan Steinman http://www.Bytesmiths.com/Van
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
:::: Our present economic system is... little more than a well-organized method for converting natural resources into garbage. -- Jay Hanson :::: Jan Steinman http://www.Bytesmiths.com/Van
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
John Spikowski wrote:
I'm getting this error when I added the following code after the toolbox
<div>.
[pear_error: message="XML_ERROR_TAG_MISMATCH in /home/panotool/public_html/mediawiki/templates/xhtml_slim.pt around line 137" code=0 mode=return level=notice prefix="" info=""]
The xhtml_slim.pt file must be well-formed XML. This means you need to close your tags; for instance:
<input type="hidden" name="cmd" value="_xclick">
needs to be:
<input type="hidden" name="cmd" value="_xclick" />
etc. For general XHTML compatibility tips see http://www.w3.org/TR/xhtml1/#diffs
-- brion vibber (brion @ pobox.com)
mediawiki-l@lists.wikimedia.org