HTML

Download and support for PhpBB3 Paypal Donation Mod
Locked
Tahoebuff
BBCoder II
BBCoder II
Posts: 11
Joined: 01 Aug 2011, 08:43

HTML

Post by Tahoebuff »

Stoker...

I noticed you didn't pre-populate the fields for the three included donation templates. Many people are not proficient at HTML. It would be much appreciated if you offered some text similar to what you have on your site to get people started. Just a suggestion...

(I apologize if this has already been asked/addressed)

Tahoebuff :)
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

HTML

Post by Stoker »

Its totallly okay to ask :)

But you rarely see these fields pre-populated in any mods.
You can use html in the fields, but you dont have to. You can just use ordinary text.
Html just gives better options.
Board rules! No PM support
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

HTML

Post by Blackwolf »

Hope its okay to ask here.....not hijacking, as it is relavant.... :)

Why is my image not showing up? Yes, it's in the right location...

Code: Select all

<img src="./images/donate.png" width="48" height="48" style="float:left; padding-top:6px; padding-right:18px; display:none;" alt="Donate to Ultimate Edition Oz" class="imgfade" /><p style="margin-top:10px;"><strong style=font size:16px;">Support us by making a donation to Pay Pal</strong><br /> Since its inception in 2009, Ultimate Edition Oz has developed three Linux releases, Oz Unity 1.0 Debut, Oz Unity Redux 64 & Oz Unity Onyx64. In May 2012 we will be releasing a fourth, named Black Opal. This is only possible because of thoughtful contributions from people like you.
</strong><br /><br />
As you know, the cost of running a server/website does not go away. We hope for your continued support in the future.<br />
even tried changing the url....https://www.ultimateeditionoz.com/forum ... donate.png :evil:
donate.png
donate.png (4.6 KiB) Viewed 2635 times
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

HTML

Post by Stoker »

Try ./forum/images/donate.png
Another thing, I can see that you havent uploaded the images for the progressbar. They are missing.
Board rules! No PM support
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

HTML

Post by Blackwolf »

Thanks Stoker...installed with automod.....changd the path but still no image. Uploaded the progress gifs.
Bottom colour is not changing on the index page, should be red? Okay on the /donate.php page.
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

HTML

Post by Stoker »

You do know what this code does: display: none;??
Board rules! No PM support
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

HTML

Post by Blackwolf »

I have my suspicions..... ;) but I copied the code from your screen shot off the download page........
donate.png
Changed to display:inline ;)
Last edited by Blackwolf on 27 May 2012, 07:18, edited 1 time in total.
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

HTML

Post by Stoker »

Remove display: none; :thumb:
Board rules! No PM support
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

HTML

Post by Blackwolf »

Thanks very much....super cool.
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
Locked