iBPlanet.pl

Witaj Gościu ( Zaloguj | Rejestruj )

 
Reply to this topicStart new topic
> Subfora - pogrubione
Tomaj90
post czw, 29 cze 2006 - 11:57
Post #1


Coś już potrafi
**

Grupa: Użytkownicy
Postów: 32
Dołączył: nie, 18 cze 06
Skąd: Poznań




Siemka.

W jakim pliku coś zmienić, żeby subfora nie były pogrubione i np., żeby miały inny kolor ??
Chodzi mi o to na screenie:



--------------------
[][][][][/\]--[/\][][][][]
Go to the top of the page
 
+Quote Post
Nightwalker
post czw, 29 cze 2006 - 13:01
Post #2


Linux Bastard
****

Grupa: VIP'y
Postów: 625
Dołączył: nie, 12 lut 06
Skąd: Bytom (Śląskie)
Korzystam z Nie wiem




LOOK & FEEL -> Skórka -> Edit Template HTML -> Board Index -> ForumRow

Znajdź:

KOD
{$data['show_subforums']}


I sprawdź czy nie jest to między znacznikami <b> lub <strong>, jeżeli tak, usuń te znaczniki, w przeciwnym wypadku zamień {$data['show_subforums']} na:

HTML
<span style="font-weight: normal;">{$data['show_subforums']}</span>


Nie zapomnij zrebuildować cache skórki!

Jeżeli to nie pomoże, wyślij mi na PW adres Twojego forum, bo pewnie jest to gdzieś w CSSie zagnieżdżone a skórke masz niestandardową.


--------------------
Rootnode.pl - Konta shellowe z piekła!
Gentoo Linux - Compile your world!

Kraków 2007!
Go to the top of the page
 
+Quote Post
Tomaj90
post czw, 29 cze 2006 - 18:53
Post #3


Coś już potrafi
**

Grupa: Użytkownicy
Postów: 32
Dołączył: nie, 18 cze 06
Skąd: Poznań




Może by pomogła twoja rada, ale jak robie Rebuild Skin Set Cache, to pisze takie coś:

KOD
Skin Set Caches Rebuilt (id: 3)
Rebuilding Macros for set Dark Blue...
Done.... (Macro ID: 3)...
Rebuilding CSS for set Dark Blue...
Rebuilding css file for css_3...
Rebuilding HTML templates cache for set Dark Blue...
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
::cache_id_3 not writeable - cannot cache to PHP files
Done HTML templates rebuild... (id: 3)
Rebuilding wrappers cache for set Dark Blue...
Done wrapper rebuild... (id: 3)
Rebuilding the skin set ID relationship cache...


Chyba nie powinno być tego cannot, o ile dobrze znam angielski cool.gif O co chodzi ??


--------------------
[][][][][/\]--[/\][][][][]
Go to the top of the page
 
+Quote Post
kwiateusz
post czw, 29 cze 2006 - 19:32
Post #4


Sensei
Ikona grupy

Grupa: Administratorzy
Postów: 2,467
Dołączył: pon, 05 gru 05
Skąd: iBplanet.pl
Korzystam z IPB 2.3




nadaj chmod 777 na /cache/skin_cache/cacheid_3/ i pliki w nim ...
Go to the top of the page
 
+Quote Post
Tomaj90
post czw, 29 cze 2006 - 21:07
Post #5


Coś już potrafi
**

Grupa: Użytkownicy
Postów: 32
Dołączył: nie, 18 cze 06
Skąd: Poznań




Teraz rebuild działa, ale nie pomogło... Czego mniejwięcej mam szukaćw CSS'ie ?? Jak już naprawdę sobie nie poradzę, to zgłoszę się na PW wink.gif


--------------------
[][][][][/\]--[/\][][][][]
Go to the top of the page
 
+Quote Post
Nightwalker
post czw, 29 cze 2006 - 22:09
Post #6


Linux Bastard
****

Grupa: VIP'y
Postów: 625
Dołączył: nie, 12 lut 06
Skąd: Bytom (Śląskie)
Korzystam z Nie wiem




Bez adresu nie mam jak pomóc ponieważ w standardowej skórce subfora nie są pogrubione, a to znaczy że jest to dodane w Twojej skórce.


--------------------
Rootnode.pl - Konta shellowe z piekła!
Gentoo Linux - Compile your world!

Kraków 2007!
Go to the top of the page
 
+Quote Post
Tomaj90
post pią, 30 cze 2006 - 01:05
Post #7


Coś już potrafi
**

Grupa: Użytkownicy
Postów: 32
Dołączył: nie, 18 cze 06
Skąd: Poznań




W CSS'ie jest przerombane sad.gif Sam się bawiłem i zmieniałem wszystkie "bold" na "normal". Subfora są tylko wtedy normalnie napisane, gdy zmienie to:

KOD
a:active
{
    background: transparent;
    color: #BFD6E3;
    text-decoration: none;
    font-weight: bold;
}

na:

KOD
a:active
{
    background: transparent;
    color: #BFD6E3;
    text-decoration: none;
    font-weight: normal;
}


Ale wtedy nic nie jest pogrubione sad.gif Macie jeszcze jakieś pomysły ?? sad.gif


--------------------
[][][][][/\]--[/\][][][][]
Go to the top of the page
 
+Quote Post
quasar
post pią, 05 sty 2007 - 18:48
Post #8


Bywalec
**

Grupa: Użytkownicy
Postów: 55
Dołączył: pią, 30 gru 05




udalo ci sie to zrobic?
chodi mi o zrobienie kolorowych linkow subforow
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Wersja Lo-Fi Aktualny czas: wtorek, 22 maj 2012 - 01:56