Ogólna pomoc dotycząca stylów - [Problem] Ikonki w forum
tanzan - 02-12-2013, 23:17 Temat postu: [Problem] Ikonki w forum Witam ponownie
Wgrywając styl CSblack, nie myślałem że będzie taki problem .
Na stronie www.cskrupnik.xaa.pl mam jedną możliwą ikonkę, która wygląda jak prezent pod nazwą folder_big.gif
wchodząc w obojętnie jaką kategorię mam ten sam prezent pod tą samą nazwą.
Chodzi o to, że nie mam możliwości stworzenia 3, czy 4 innych ikonek oznaczające temat nowy, stary, zablokowany,
Znacie rozwiązanie, nie wiem który plik za to odpowiada
Anonymous - 02-12-2013, 23:23
tanzan, Możliwe że w index_box zamiast kodu który wyświetla ikonki masz dodany zwykły obrazek. zapodaj ten plik
nazwa ikon i rozszerzenie jest w pliku twojstyl.cfg
Kod: |
$images['category'] = "$current_template_images/folder_big.gif\" width=\"50\" height=\"46";
$images['category_new'] = "$current_template_images/folder_new_big.gif\" width=\"50\" height=\"46";
$images['category_locked'] = "$current_template_images/folder_locked_big.gif\" width=\"50\" height=\"46"; |
i
Kod: | $images['forum'] = "$current_template_images/folder_big.gif\" width=\"50\" height=\"46";
$images['forum_new'] = "$current_template_images/folder_new_big.gif\" width=\"50\" height=\"46";
$images['forum_locked'] = "$current_template_images/folder_locked_big.gif\" width=\"50\" height=\"46";
$images['folder'] = "$current_template_images/folder.png\" width=\"19\" height=\"18";
$images['folder_new'] = "$current_template_images/foldernew.png\" width=\"19\" height=\"18";
$images['folder_hot'] = "$current_template_images/folderhot.png\" width=\"19\" height=\"18";
$images['folder_hot_new'] = "$current_template_images/foldernewhot.png\" width=\"19\" height=\"18";
$images['folder_locked'] = "$current_template_images/folderlocked.png\" width=\"19\" height=\"18";
$images['folder_locked_new'] = "$current_template_images/foldernewlocked.png\" width=\"19\" height=\"18";
$images['folder_sticky'] = "$current_template_images/sticky.png\" width=\"19\" height=\"18";
$images['folder_sticky_new'] = "$current_template_images/stickynew.png\" width=\"19\" height=\"18";
$images['folder_announce'] = "$current_template_images/announce.png\" width=\"19\" height=\"18";
$images['folder_announce_new'] = "$current_template_images/announcenew.png\" width=\"19\" height=\"18";
$images['folder_global_announce'] = "$current_template_images/globalannounce.png\" width=\"19\" height=\"18";
$images['folder_global_announce_new'] = "$current_template_images/globalannouncenew.png\" width=\"19\" height=\"18"; |
tanzan - 03-12-2013, 00:07
W pliku CSblack.cfg jest dokładnie wszystko jak podałeś w kodzie.
W załączniku plik, który chciałeś
[ Dodano: 04-12-2013, 23:16 ]
Poda ktoś instrukcje, co i jak ?
|
|
|