Page 1 of 1

phpBB Version: 3.0.8

Posted: 23 Nov 2011, 01:17
by Solidjeuh
Hello,

Does this new version also works on phpBB Version: 3.0.8 ?
Or is it just for phpBB Version: 3.0.9 ?

would be very sad 4 me otherwise :cry:

And is it possible to put that progress bar also on the index page?
under mchat or something :?:

:)

phpBB Version: 3.0.8

Posted: 23 Nov 2011, 01:48
by artikkk
Solidjeuh wrote:Hello,

Does this new version also works on phpBB Version: 3.0.8 ?
Or is it just for phpBB Version: 3.0.9 ?

would be very sad 4 me otherwise :cry:

And is it possible to put that progress bar also on the index page?
under mchat or something :?:

:)
i need progress bar on the index page too :D

phpBB Version: 3.0.8

Posted: 23 Nov 2011, 02:26
by Solidjeuh
I think it's this:

Code: Select all

<div class="panel">
   <div class="inner"><span class="corners-top"><span></span></span>
		<!-- IF DONATION_GOAL_ENABLE -->
		<div style="background:url('{ROOT_PATH}images/prog_grey.png') repeat-x; background-color: #cccccc; border: 1px solid black; width:100%; margin-top: 2px;"><div style="background:url('{ROOT_PATH}images/prog_green.png') repeat-x;background-color: #008040; color: white; font-weight:bold; max-width:100%;  width:{DONATION_GOAL_NUMBER}%; height:24px;"><span style="padding-left:25px; font-size:18px;">{DONATION_GOAL_NUMBER}%</span></div></div>
		<!-- ENDIF -->
		<!-- IF DONATION_ACHIEVEMENT_ENABLE or DONATION_GOAL_ENABLE -->
		<p style="margin-top:10px; font-size:1.5em; text-align:center;"><!-- IF DONATION_ACHIEVEMENT_ENABLE -->{L_WE_HAVE_ACHIEVED} <strong><!-- IF DONATION_ACHIEVEMENT > 0 -->{DONATION_ACHIEVEMENT}<!-- ELSE -->{DONATION_GOAL_NUMBER}<!-- ENDIF --></strong><!-- IF DONATION_GOAL_CURRENCY_ENABLE --> {DONATION_GOAL_CURRENCY}<!-- ENDIF --> {L_WE_HAVE_ACHIEVED_IN}<!-- ENDIF --><!-- IF DONATION_GOAL_ENABLE --> {L_OUR_DONATION_GOAL} <strong>{DONATION_GOAL}</strong><!-- IF DONATION_GOAL_CURRENCY_ENABLE --> {DONATION_GOAL_CURRENCY}<!-- ENDIF -->.<!-- ENDIF --></p><hr />
		<!-- ENDIF -->
		{DONATION_BODY}
   <span class="corners-bottom"><span></span></span></div>
</div>
But not sure .. have not installed this mod yet....

phpBB Version: 3.0.8

Posted: 23 Nov 2011, 07:52
by Stoker
It works on 3.0.8 too.
Progress bar on index is in next version