[ADDON] CSS3 Progress Bars (with eyecandy)

Download and support for PhpBB3 Forum Goal MOD
User avatar
doktornotor
BBCoder IV
BBCoder IV
Posts: 167
Joined: 14 Sep 2011, 23:20
BBCodes: 30
Favourite MOD: Thanks for Posts
Contact:

[ADDON] CSS3 Progress Bars (with eyecandy)

Post by doktornotor »

Maybe Steve Jobs hated progress bars? :lol:

Seriously, you should bug the Chrome upstream, especially if something does not work on a specific platform.

http://www.google.com/support/chrome/bi ... swer=95315
Support requests via PM go straight to /dev/null!
Flamingdevastation
BBCoder III
BBCoder III
Posts: 76
Joined: 28 Nov 2011, 21:27
BBCodes: 23

[ADDON] CSS3 Progress Bars (with eyecandy)

Post by Flamingdevastation »

Wait - does it work on your PC?
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

[ADDON] CSS3 Progress Bars (with eyecandy)

Post by martin123456 »

It works fine on chrome +linux
User avatar
doktornotor
BBCoder IV
BBCoder IV
Posts: 167
Joined: 14 Sep 2011, 23:20
BBCodes: 30
Favourite MOD: Thanks for Posts
Contact:

[ADDON] CSS3 Progress Bars (with eyecandy)

Post by doktornotor »

Flamingdevastation wrote:Wait - does it work on your PC?
Yes, it does work perfectly fine on Chrome 15+ both under Windows and Linux, did not bother with testing older ones.
Support requests via PM go straight to /dev/null!
User avatar
FTH
BBCoder III
BBCoder III
Posts: 124
Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:

[ADDON] CSS3 Progress Bars (with eyecandy)

Post by FTH »

Open: includes/functions_forum_goals.php in your install but i don't have this file ?

Edit: sorry i understand why :lol: (that's because i've the old version)
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

[ADDON] CSS3 Progress Bars (with eyecandy)

Post by martin123456 »

FTH wrote:Open: includes/functions_forum_goals.php in your install but i don't have this file ?

Edit: sorry i understand why :lol: (that's because i've the old version)

i did post it only works on the new version :D
User avatar
FTH
BBCoder III
BBCoder III
Posts: 124
Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:

[ADDON] CSS3 Progress Bars (with eyecandy)

Post by FTH »

Open file styles/prosilver/theme/forum_goal.css

Find :

Code: Select all

background-image:
		-moz-linear-gradient(
		-45deg, 
		rgba(255, 255, 255, .2) 25%, 
		transparent 25%, 
		transparent 50%, 
		rgba(255, 255, 255, .2) 50%, 
		rgba(255, 255, 255, .2) 75%, 
		transparent 75%, 
		transparent
	);
Add after :

Code: Select all

background-image:
		-o-linear-gradient(
		-45deg, 
		rgba(255, 255, 255, .2) 25%, 
		transparent 25%, 
		transparent 50%, 
		rgba(255, 255, 255, .2) 50%, 
		rgba(255, 255, 255, .2) 75%, 
		transparent 75%, 
		transparent
	);
Now stripes works under Opera ;)
Flamingdevastation
BBCoder III
BBCoder III
Posts: 76
Joined: 28 Nov 2011, 21:27
BBCodes: 23

[ADDON] CSS3 Progress Bars (with eyecandy)

Post by Flamingdevastation »

Hmm... Doesn't work for Mac. Well, most people use PC's so I don't have much to worry about. People that do use mac probably use Safari. So there's not really a problem. Thanks alot!
User avatar
FTH
BBCoder III
BBCoder III
Posts: 124
Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:

[ADDON] CSS3 Progress Bars (with eyecandy)

Post by FTH »

Works on my Safari (but Safari for windows, i've not Mac)
User avatar
doktornotor
BBCoder IV
BBCoder IV
Posts: 167
Joined: 14 Sep 2011, 23:20
BBCodes: 30
Favourite MOD: Thanks for Posts
Contact:

[ADDON] CSS3 Progress Bars (with eyecandy)

Post by doktornotor »

Updated to 1.0.3 in the first post.
Support requests via PM go straight to /dev/null!
Locked