To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

Ogólna pomoc dotycząca stylów - Pytanie dot. stylów w 1.12.3

Ivellios - 31-01-2006, 15:30
Temat postu: Pytanie dot. stylów w 1.12.3
Czy istnieje jakaś instrukcja aktualizacji stylów do forum w wersji 1.12.3 :?:
Przemo - 31-01-2006, 16:02

Nie ma funkcji, trzeba przerabiac recznie, jak bedzie 1.12.3 to bedzie instrukcja.
Ivellios - 31-01-2006, 16:04

Ok trzymam cię za słowo :D
Przemo - 31-01-2006, 16:04

Nie ma co trzymać, instrukcja juz jest napisana ma 5 tysięcy linii...
ORI - 31-01-2006, 16:19

OMG... Latwiej chyba bedzie przerabiac subsilvera..
damian_d - 31-01-2006, 16:28

hmmm czy ja wiem czy latwiej dla mnie lepiej z instrukcji.
Ivellios - 01-02-2006, 18:27

Kiedy możemy się spodziewać wspomnianej instrukcji :?:
(tak pytam, strasznie jestem niecierpliwy :) )

Gracek - 01-02-2006, 18:57

juz jest ;]
Pawlak - 01-02-2006, 19:13

A czy będzie można się spodziewać przerobienia instrukcji z wersji 1.9.4 do 1.12.3? Wiele osób opsiada ta wersję, w tym ja...
Radek - 01-02-2006, 20:40

roznice w stylach od 1.9.4 - 1.9.5 to raptem podmiana dwoch plikow z pa chyba
wiec wykonuj normlanie to instrukcje co jest 1.9.5 - 1.12.3

marcinek - 01-02-2006, 21:56

a ze zwyklego phpbb :?:
NoVy - 01-02-2006, 22:35

marcinek, heh ze zwyklego to raczej tak :

phpbb do phpbb by przemo 1.9.5 i pozniej z 1.9.5 do .1.12.3 :P <sciana>

Ivellios - 01-02-2006, 23:19

Ktoś już się zabrał do aktualizacji stylu :?: :)
(ja to właśnie robię :P dużo klikania :roll: )

mix - 02-02-2006, 12:22

Ja jestem właśnie w połowie przerabiania stylu Appalachia ,ale teraz mam problem:

Cytat:
#
#-----[ ZNAJDŹ ]---------------------------------------------
#
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_GENDER}:&nbsp;</span></td>
<td><b><span class="gen">{GENDER}</span></b></td>
</tr>

#
#-----[ ZAMIEŃ NA ]---------------------------------------------
#
<!-- BEGIN gender -->
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_GENDER}:&nbsp;</span></td>
<td><b><span class="gen">{GENDER}</span></b></td>
</tr>
<!-- END gender -->

#
#-----[ ZNAJDŹ ]---------------------------------------------
#
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_BIRTHDAY}:&nbsp;</span></td>
<td><b><span class="gen">{BIRTHDAY}</span></b></td>
</tr>

#
#-----[ ZAMIEŃ NA ]---------------------------------------------
#
<!-- BEGIN birthday -->
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_BIRTHDAY}:&nbsp;</span></td>
<td><b><span class="gen">{BIRTHDAY}</span></b></td>
</tr>
<!-- END birthday -->


Cały kod z Brithday jest ,ale nigdzie nie ma kodu z GENDER u mnie tak to wygląda:

Cytat:
<!-- BEGIN custom_fields -->
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{custom_fields.DESC}:&nbsp;</span></td>
<td valign="top"><b><span class="gen">{custom_fields.FIELD}</span></b></td>
</tr>
<!-- END custom_fields -->
<!-- BEGIN location -->
<tr>
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_LOCATION}:&nbsp;</span></td>
<td><b><span class="gen">{LOCATION}</span></b></td>
</tr>
<!-- END location -->
<!-- BEGIN website -->
<tr>
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_WEBSITE}:&nbsp;</span></td>
<td><span class="gen"><b>{WWW}</b></span></td>
</tr>
<!-- END website -->
<!-- BEGIN helped -->
<tr>
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{helped.L_SPECIAL_RANK}&nbsp;</span></td>
<td><span class="gen"><b>{helped.SPECIAL_RANK}</b></span></td>
</tr>
<!-- END helped -->
<!-- BEGIN job --><tr>
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_OCCUPATION}:&nbsp;</span></td>
<td><b><span class="gen">{OCCUPATION}</span></b></td>
</tr>
<!-- END job -->
<!-- BEGIN interests --><tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_INTERESTS}:</span></td>
<td> <b><span class="gen">{INTERESTS}</span></b></td>
</tr>
<!-- END interests -->
<!-- BEGIN birthday -->
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_BIRTHDAY}:&nbsp;</span></td>
<td><b><span class="gen">{BIRTHDAY}</span></b></td>
</tr>
<!-- END birthday -->

Zmieniłem tylko kod brithday ,a co mam zrobić z tym drugim mam gdzieś dodać czy jeżeli nie było czego zmienić to nie zmieniać nic wogóle :?:

Gracek - 02-02-2006, 15:09

appalachie zostaw Przemowi


Powered by phpBB modified by Przemo © 2003 phpBB Group