Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
Wagner Alex
Experienced
Topic Author
Posts: 37
Joined: 22 Aug 2011, 03:58

Donate-Button (Paypal)

12 Oct 2012, 18:27

hi!

I want to display a "donate-button" on my site (in a text folder). like the "example" (attachment).

so, I have put the html-code to create the button (it creates a gif-picture; gif's are enabled in the settings) into the text folder (with the html form) and in the "admin" tool (attachment) I can see the button. I can see the button in the "html" gallery (attachment) too, but i can not see the button in the flash gallery!

does someone have a solution for this problem?

kind regards,
alex
Attachments
html.JPG
html.JPG (10.83 KiB) Viewed 2544 times
admin.JPG
admin.JPG (11.1 KiB) Viewed 2544 times
example.JPG
example.JPG (7.87 KiB) Viewed 2544 times
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: Donate-Button (Paypal)

13 Oct 2012, 03:29

Flash textfields do not support forms or any other advanced html elements. Therefore, when creating your Paypal button in the Paypal interface, instead you need to select the link available in the [e-mail] option instead.
Image
This link you can add like a normal text link or even an image link. For example:
Code
<a href="[THAT LINK HERE]" target="_blank"><img src="paypal-donate-button.jpg" /></a>
 
User avatar
Wagner Alex
Experienced
Topic Author
Posts: 37
Joined: 22 Aug 2011, 03:58

Re: Donate-Button (Paypal)

13 Oct 2012, 05:06

Hi!

You are just great! Works fine!

I can't imagine that other suppliers do have a similar quick and efficient support.

THUMBS UP :!:

Alex