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

Alles rund um Styles

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

Beitragvon luimio » Fr 20. Nov 2009, 23:05

Hello Marc Alexander! Is it possible to apply the changes for phpbb 3.0.6?? :oops:

Tanks from Portugal
Luís Oliveira :-D
http://clubetdi.com/forum/
luimio
Newbie
Newbie
 
Beiträge: 3
Registriert: Do 12. Nov 2009, 12:56

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

Beitragvon Marc » Fr 20. Nov 2009, 23:18

As you might have noticed, this board currently runs on phpBB 3.0.6 already. The new version of proFormell will be auto-width and there are a few tweaks to the images used in the style. But as soon as I'm finished with everything, it will be released. Hopefully this weekeend.
Bild
Benutzeravatar
Marc
Administrator
Administrator
 
Beiträge: 381
Registriert: Di 2. Sep 2008, 23:48
Wohnort: Munich

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

Beitragvon luimio » Fr 20. Nov 2009, 23:21

Thank you very much! :-D
luimio
Newbie
Newbie
 
Beiträge: 3
Registriert: Do 12. Nov 2009, 12:56

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

Beitragvon Marc » Di 24. Nov 2009, 16:31

Updated to 1.2.3.
Have fun. :)
Bild
Benutzeravatar
Marc
Administrator
Administrator
 
Beiträge: 381
Registriert: Di 2. Sep 2008, 23:48
Wohnort: Munich

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

Beitragvon luimio » Do 10. Dez 2009, 09:35

Marc!
The following image is not appearing
Bild
;)
luimio
Newbie
Newbie
 
Beiträge: 3
Registriert: Do 12. Nov 2009, 12:56

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

Beitragvon Marc » Do 10. Dez 2009, 10:47

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: Alles auswählen
<!-- 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: Alles auswählen
<!-- 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 -->
Bild
Benutzeravatar
Marc
Administrator
Administrator
 
Beiträge: 381
Registriert: Di 2. Sep 2008, 23:48
Wohnort: Munich

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

Beitragvon kokosh » Mi 6. Jan 2010, 17:38

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
kokosh
Newbie
Newbie
 
Beiträge: 1
Registriert: Mi 6. Jan 2010, 17:33

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

Beitragvon Marc » So 7. Mär 2010, 00:07

Updated to 1.2.4:
  • updated for phpBB 3.0.7-PL1
  • put the whoisonline image back
Bild
Benutzeravatar
Marc
Administrator
Administrator
 
Beiträge: 381
Registriert: Di 2. Sep 2008, 23:48
Wohnort: Munich

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

Beitragvon Heroix » Di 20. Apr 2010, 10:36

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,
Heroix
Newbie
Newbie
 
Beiträge: 2
Registriert: Di 20. Apr 2010, 10:32

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

Beitragvon Marc » Di 20. Apr 2010, 12:11

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.
Bild
Benutzeravatar
Marc
Administrator
Administrator
 
Beiträge: 381
Registriert: Di 2. Sep 2008, 23:48
Wohnort: Munich

VorherigeNächste

Zurück zu Styles

Wer ist online?

Mitglieder in diesem Forum: CommonCrawl [Bot] und 0 Gäste

x
Wer ist online?

Eine neue Private Nachricht wartet auf dich in deinem Posteingang.

Persönlicher Bereich

x