Extension talk:SidebarDonateBox
Incompatibility
editThis extention use hook SkinBuildSidebar to inject HTML into the sidebar.
- "As of MediaWiki 1.39, injecting HTML is no longer supported with this hook. If you are looking to inject HTML, such as to put an ad in the sidebar, you must use Manual:Hooks/SkinAfterPortlet or similar."
The extentions has to be rewritten to support actual versions of mediawiki.--WikiForMen (talk) 21:41, 22 December 2023 (UTC)
Installation
editI installed this and got it to work, you might have wanted to say you have to edit the php file and add the line to local settings, but once i got it to work it worked ok.
- Thanks for your information. Instructions have been added in the meantime. Cheers --kgh 10:42, 28 August 2010 (UTC)
Bottom dont work
editI'm use the paypal code, but dont show the bottom for donate
This is a paypal code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="my id"> <input type="image" src="my image link" border="0" name="submit" alt="PayPal - A maneira fácil e segura de enviar pagamentos online!"> <img alt="" border="0" src="https://www.paypalobjects.com/pt_BR/i/scr/pixel.gif" width="1" height="1"> </form>