Discuss: proFormell

luimio
Mitglied / Member
Mitglied / Member
Posts: 5
Joined: Thu 12. Nov 2009, 11:56
phpbb.com: luimio

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

Post by luimio »

Thank you very much! :-D
luimio
Mitglied / Member
Mitglied / Member
Posts: 5
Joined: Thu 12. Nov 2009, 11:56
phpbb.com: luimio

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

Post by luimio »

Marc!
The following image is not appearing
Image
;)
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

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

Post 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 -->
Image
kokosh
Newbie
Newbie
Posts: 1
Joined: Wed 6. Jan 2010, 16:33
phpbb.com: kokosh

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

Post 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
Heroix
Newbie
Newbie
Posts: 2
Joined: Tue 20. Apr 2010, 09:32

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

Post 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,
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

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

Post 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.
Image
Heroix
Newbie
Newbie
Posts: 2
Joined: Tue 20. Apr 2010, 09:32

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

Post 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. ;)
User avatar
MetalRush
Mitglied / Member
Mitglied / Member
Posts: 11
Joined: Fri 2. Oct 2009, 15:06
Location: Tiel
Contact:

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

Post 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
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

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

Post by Marc »

Take a look at style.cfg. The version number is written in there.
Image
User avatar
MetalRush
Mitglied / Member
Mitglied / Member
Posts: 11
Joined: Fri 2. Oct 2009, 15:06
Location: Tiel
Contact:

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

Post 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 )
Post Reply