Page 4 of 7

Re: [EN/DE][Release] proFormell v1.2.2 (phpBB3 3.0.5)

Posted: Fri 20. Nov 2009, 22:21
by luimio
Thank you very much! :-D

Re: [EN/DE][Release] proFormell v1.2.3 (phpBB3 3.0.6)

Posted: Thu 10. Dec 2009, 08:35
by luimio
Marc!
The following image is not appearing
Image
;)

Re: [EN/DE][Release] proFormell v1.2.3 (phpBB3 3.0.6)

Posted: Thu 10. Dec 2009, 09:47
by Marc
Oops, I somehow must have deleted that part upon updating for phpBB 3.0.6.

You can get it back by doing this:
Open styles/proFormell/template/index_body.html
Find:

Code: Select all

<!-- IF S_DISPLAY_ONLINE_LIST -->
	<!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->
	<p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
	<!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p>
<!-- ENDIF -->
Replace with:

Code: Select all

<!-- IF S_DISPLAY_ONLINE_LIST -->
	<table class="tablebg" cellspacing="1">
	<tr>
		<td class="cat" colspan="2"><!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF --></td>
	</tr>
	<tr>
	<!-- IF LEGEND -->
		<td class="row1" rowspan="2" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.png" alt="{L_WHO_IS_ONLINE}" /></td>
	<!-- ELSE -->
		<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.png" alt="{L_WHO_IS_ONLINE}" /></td>
	<!-- ENDIF -->
		<td class="row1"><span class="genmed">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}</span></td>
	</tr>
	<!-- IF LEGEND -->
		<tr>
			<td class="row1"><b class="gensmall">{L_LEGEND}: {LEGEND}</b></td>
		</tr>
	<!-- ENDIF -->
	</table>
<!-- ENDIF -->

Re: [EN/DE][Release] proFormell v1.2.3 (phpBB3 3.0.6)

Posted: Wed 6. Jan 2010, 16:38
by kokosh
how to do it for me Polish buttons to this style?
New Topic = Nowy Temat
Reply = Odpowiedz
Quote = Cytuj
Edit = Edytuj
New PM = Nowa PW
Locked = Zamknięty
Forward = Prześlij
Search = Szukaj
Profile = Profil

Re: [EN/DE][Release] proFormell v1.2.4 (phpBB3 3.0.7-PL1)

Posted: Tue 20. Apr 2010, 09:36
by Heroix
Hi all,

first that I have to say is: great Styles, like it very much.

So far I have only one problem, whosonline.png don't show up, can you help me with this one

kind regards,

Re: [EN/DE][Release] proFormell v1.2.4 (phpBB3 3.0.7-PL1)

Posted: Tue 20. Apr 2010, 11:11
by Marc
What version are you using? If you are using 1.2.3 or updated from 1.2.3, make sure you replace index_body.html with the new one and refresh your template cache afterwards.

Re: [EN/DE][Release] proFormell v1.2.4 (phpBB3 3.0.7-PL1)

Posted: Tue 20. Apr 2010, 19:50
by Heroix
Marc wrote:What version are you using? If you are using 1.2.3 or updated from 1.2.3, make sure you replace index_body.html with the new one and refresh your template cache afterwards.
Thanks, refreshing the cache was the solution. ;)

Re: [EN/DE][Release] proFormell v1.2.4 (phpBB3 3.0.7-PL1)

Posted: Tue 24. Aug 2010, 14:30
by MetalRush
Hi Marc,

question: How can I tell what version of M-A-Styles I am using ?

I already have installed your skin, quite some time.
There is a little annoyance in the skin, tho. And I want to see if that is gone with the new version (if applicable).
Our forum: Opel Omega Portal.nl

Re: [EN/DE][Release] proFormell v1.2.4 (phpBB3 3.0.7-PL1)

Posted: Tue 24. Aug 2010, 14:53
by Marc
Take a look at style.cfg. The version number is written in there.

Re: [EN/DE][Release] proFormell v1.2.4 (phpBB3 3.0.7-PL1)

Posted: Tue 24. Aug 2010, 15:50
by MetalRush
Ah, thanks.
It's 1.2.2
Do you also have an incremental update -file available ?
Since I did some minor changes on the current style, I am not sure if I remember them all (yeah, my version management sucks, I know :oops: :P )