|
|
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo
|
|
[OffTopic] Rozmiar ikon |
Autor |
Wiadomość |
Ar!92
Posty: 7
|
Wysłany: 22-06-2008, 14:37 [OffTopic] Rozmiar ikon
|
|
|
Witam i mam pytanie dotyczące rozmiaru ikon. Mianowicie edytuje szablon, w tym ikony.
I wgrałem swoje ikony, ale one się rozciągają tzn. rozmiary ikonki są inne, a w jakimś tam pliku inne.
Właśnie - jakimś - w jakim pliku zmienię rozmiary?
W FAQ jest napisane - http://www.przemo.org/php...p=271011#271011 - że rozmiar ikon można zmienić w nazwa_stylu.cfg. To co tam jest napisane to prawda, lecz o niektórych ikonkach w pliku .cfg wzmianki nie ma.
Podsumowując:
Jak zmienić rozmiar ikonek , których nazw nie ma w nazwa_stylu.cfg ?
A plik index_body.tpl - gdzie zmienić rozmiar whoisonline.gif ?
Proszę o pomoc |
|
|
|
 |
Gadatliwa Kasia
|
|
|
|
ENC

Pomógł: 8 razy Posty: 32
|
Wysłany: 22-06-2008, 15:53
|
|
|
Ar!92 napisał/a: | Jak zmienić rozmiar ikonek , których nazw nie ma w nazwa_stylu.cfg ? |
Najprościej: patrzysz jak nazywa się ikonka której szukasz, wchodzisz w odpowiedni plik .tpl i szukasz nazwy tej ikonki .
Ar!92 napisał/a: | A plik index_body.tpl - gdzie zmienić rozmiar whoisonline.gif ? |
W subSilverze (niestety nie podałeś jaki masz theme) odpowiada za to ten kod:
Kod: | <img src="templates/subSilver/images/whosonline.gif" width="46" height="25" alt="" /> |
|
_________________ Podejmuję zlecenia na: przenoszenie for, konwertowanie for (rodzina phpBB), łączenie baz danych, pisanie MODyfikacji,przerabianie MODyfikacji, instalacja for/stylów/MODyfikacji, opiekę nad forum. |
|
|
|
 |
joli
Yollien +Styler


Pomógł: 2988 razy Posty: 16981
|
Wysłany: 22-06-2008, 18:01
|
|
|
Ar!92 napisał/a: | Podsumowując:
Jak zmienić rozmiar ikonek , których nazw nie ma w nazwa_stylu.cfg ? |
podsumowujac, nie potrafisz czytac:
FAQ stylów:
szpak napisał/a: | Obrazek widoczny na ogól po lewej stronie tabelki na dole strony głównej (statystyki, online itd) czyli whosonline.gif (najczęściej) jako jedyny, opisany jest w pliku index_body.tpl. |
a co do reszty, to juz niestety, nie napisales, jaki to styl i jakie gify, ktorych to nie ma w cfg. Wszystkie ikony MUSZĄ byc opisane w cfg, bo inaczej by sie nie wyswietliły. |
_________________
Walczę z warezami. Więc jak masz forum warezowe, nie proś mnie o pomoc i nie wchodź pod rękę, bo zniszczę.
Nie pisz do mnie na GG i PW,(chyba że proszę) bo nie odpowiem, a Ty dostaniesz bonusik. Masz forum do zadawania pytań!!! Poza forum pomagam TYLKO odpłatnie.
liberte d'expression pour tout le monde... OFICJALNY DOWNLOAD STYLÓW - style ogólnodostępne i na zamówienie - PORTFOLIO JOLI |
|
|
|
 |
Ar!92
Posty: 7
|
Wysłany: 22-06-2008, 18:48
|
|
|
Styl : Saphic 1.2
Zawartość pliku Saphic.cfg to:
Cytat: | <?php
//
// ** Configuration file for Saphic template **
//
// ** copyright (C) 2003 The phpBB Group **
// ** Created by subBlue design **
// ** www.subBlue.com **
//
// ** Saphic dev. forum: www.subSky.com/phpBB2/ **
//
// $Id: Saphic.cfg,v 1.11 2002/02/04 18:31:15 psotfx Exp $
//
// Please note that to enable support of different languages
// the {LANG} place holder is available. This will be replaced
// with xxx where xxx is the users selected language. If
// that language isn't available it will default to english.
// Therefore you MUST ensure you have at least a english
// directory if you choose to localise your template
//
//
// Do not alter this line!
//
define(TEMPLATE_CONFIG, TRUE);
$current_template_images = $current_template_path . "/images";
$images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif\" width=\"48\" height=\"17";
$images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif\" width=\"48\" height=\"17";
$images['icon_search'] = "$current_template_images/{LANG}/icon_search.gif\" width=\"48\" height=\"17";
$images['icon_profile'] = "$current_template_images/{LANG}/icon_profile.gif\" width=\"48\" height=\"17";
$images['icon_pm'] = "$current_template_images/{LANG}/icon_pm.gif\" width=\"48\" height=\"17";
$images['icon_email'] = "$current_template_images/{LANG}/icon_email.gif\" width=\"48\" height=\"17";
$images['icon_delpost'] = "$current_template_images/icon_delete.gif\" width=\"19\" height=\"17";
$images['icon_ip'] = "$current_template_images/{LANG}/icon_ip.gif\" width=\"19\" height=\"17";
$images['icon_www'] = "$current_template_images/{LANG}/icon_www.gif\" width=\"48\" height=\"17";
$images['icon_icq'] = "$current_template_images/{LANG}/icon_icq_add.gif\" width=\"48\" height=\"17";
$images['icon_aim'] = "$current_template_images/{LANG}/icon_aim.gif\" width=\"48\" height=\"17";
$images['icon_yim'] = "$current_template_images/{LANG}/icon_yim.gif\" width=\"48\" height=\"17";
$images['icon_msnm'] = "$current_template_images/{LANG}/icon_msnm.gif\" width=\"48\" height=\"17";
$images['icon_minipost'] = "$current_template_images/icon_minipost.gif\" width=\"12\" height=\"9";
$images['icon_gotopost'] = "$current_template_images/icon_minipost.gif\" width=\"12\" height=\"9";
$images['icon_minipost_new'] = "$current_template_images/icon_minipost_new.gif\" width=\"12\" height=\"9";
$images['icon_latest_reply'] = "$current_template_images/icon_latest_reply.gif\" width=\"18\" height=\"9";
$images['icon_newest_reply'] = "$current_template_images/icon_newest_reply.gif\" width=\"18\" height=\"9";
$images['icon_view'] = "$current_template_images/icon_view.gif\" width=\"19\" height=\"17";
$images['icon_ignore'] = "$current_template_images/{LANG}/icon_ignore.gif\" width=\"48\" height=\"17";
$images['forum'] = "$current_template_images/folder_big.gif\" width=\"46\" height=\"25";
$images['forum_new'] = "$current_template_images/folder_new_big.gif\" width=\"46\" height=\"25";
$images['forum_locked'] = "$current_template_images/folder_locked_big.gif\" width=\"46\" height=\"25";
$images['folder'] = "$current_template_images/folder.gif\" width=\"19\" height=\"18";
$images['folder_new'] = "$current_template_images/folder_new.gif\" width=\"19\" height=\"18";
$images['folder_hot'] = "$current_template_images/folder_hot.gif\" width=\"19\" height=\"18";
$images['folder_hot_new'] = "$current_template_images/folder_new_hot.gif\" width=\"19\" height=\"18";
$images['folder_locked'] = "$current_template_images/folder_lock.gif\" width=\"19\" height=\"18";
$images['folder_locked_new'] = "$current_template_images/folder_lock_new.gif\" width=\"19\" height=\"18";
$images['folder_sticky'] = "$current_template_images/folder_sticky.gif\" width=\"19\" height=\"18";
$images['folder_sticky_new'] = "$current_template_images/folder_sticky_new.gif\" width=\"19\" height=\"18";
$images['folder_announce'] = "$current_template_images/folder_announce.gif\" width=\"19\" height=\"18";
$images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif\" width=\"19\" height=\"18";
$images['folder_global_announce'] = "$current_template_images/folder_global_announce.gif\" width=\"19\" height=\"18";
$images['folder_global_announce_new'] = "$current_template_images/folder_global_announce_new.gif\" width=\"19\" height=\"18";
$images['post_new'] = "$current_template_images/{LANG}/post.gif\" width=\"71\" height=\"25";
$images['post_locked'] = "$current_template_images/{LANG}/reply-locked.gif\" width=\"71\" height=\"25";
$images['reply_new'] = "$current_template_images/{LANG}/reply.gif\" width=\"71\" height=\"25";
$images['post_reply_new'] = "$current_template_images/{LANG}/reply_post.gif\" width=\"48\" height=\"17";
$images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif\" width=\"71\" height=\"25";
$images['pm_inbox'] = "$current_template_images/msg_inbox.gif\" width=\"28\" height=\"25";
$images['pm_outbox'] = "$current_template_images/msg_outbox.gif\" width=\"28\" height=\"25";
$images['pm_savebox'] = "$current_template_images/msg_savebox.gif\" width=\"28\" height=\"25";
$images['pm_sentbox'] = "$current_template_images/msg_sentbox.gif\" width=\"28\" height=\"25";
$images['pm_readmsg'] = "$current_template_images/folder.gif\" width=\"19\" height=\"18";
$images['pm_unreadmsg'] = "$current_template_images/folder_new.gif\" width=\"19\" height=\"18";
$images['pm_replymsg'] = "$current_template_images/{LANG}/reply.gif\" width=\"71\" height=\"25";
$images['pm_postmsg'] = "$current_template_images/{LANG}/msg_newpost.gif\" width=\"71\" height=\"25";
$images['pm_quotemsg'] = "$current_template_images/{LANG}/icon_quote.gif\" width=\"48\" height=\"17";
$images['pm_editmsg'] = "$current_template_images/{LANG}/icon_edit.gif\" width=\"48\" height=\"17";
$images['topic_mod_lock'] = "$current_template_images/topic_lock.gif\" width=\"19\" height=\"17";
$images['topic_mod_unlock'] = "$current_template_images/topic_unlock.gif\" width=\"19\" height=\"17";
$images['topic_mod_split'] = "$current_template_images/topic_split.gif\" width=\"19\" height=\"17";
$images['topic_mod_merge'] = "$current_template_images/topic_merge.gif\" width=\"19\" height=\"17";
$images['topic_mod_move'] = "$current_template_images/topic_move.gif\" width=\"19\" height=\"17";
$images['topic_mod_delete'] = "$current_template_images/topic_delete.gif\" width=\"19\" height=\"17";
$images['pa_download'] = "$current_template_images/icon_pa_download.gif\" width=\"64\" height=\"64";
$images['pa_rate'] = "$current_template_images/icon_pa_rate.gif\" width=\"64\" height=\"64";
$images['pa_email'] = "$current_template_images/icon_pa_email.gif\" width=\"64\" height=\"64";
$images['icon_minigender_male'] = "$current_template_images/icon_minigender_male.gif\" width=\"11\" height=\"11";
$images['icon_minigender_female'] = "$current_template_images/icon_minigender_female.gif\" width=\"11\" height=\"11";
$images['category'] = "$current_template_images/cat_folder_big.gif\" width=\"32\" height=\"32";
$images['category_new'] = "$current_template_images/cat_folder_new_big.gif\" width=\"32\" height=\"32";
$images['category_locked'] = "$current_template_images/cat_folder_locked_big.gif\" width=\"46\" height=\"25";
$images['icon_minicat'] = "$current_template_images/icon_minicat.gif\" width=\"13\" height=\"9";
$images['icon_minicat_new'] = "$current_template_images/icon_minicat_new.gif\" width=\"13\" height=\"9";
$images['icon_minicat_locked'] = "$current_template_images/icon_minicat_lock.gif\" width=\"13\" height=\"9";
$images['icon_minipost_lock'] = "$current_template_images/icon_minipost_lock.gif\" width=\"13\" height=\"9";
$images['link'] = "$current_template_images/link_folder.gif\" width=\"46\" height=\"25";
$images['icon_minilink'] = "$current_template_images/icon_minilink.gif\" width=\"13\" height=\"9";
$images['spacer'] = "$current_template_images/spacer.gif";
$images['Preferences'] = "$current_template_images/icon_mini_profile.gif\" width=\"12\" height=\"13";
$images['icon_q_quote'] = "$current_template_images/icon_q.gif\" width=\"19\" height=\"19";
$images['icon_report'] = "$current_template_images/icon_report.gif\" width=\"19\" height=\"17";
$images['icon_del_report'] = "$current_template_images/icon_del_report.gif\" width=\"19\" height=\"17";
$images['icon_help'] = "$current_template_images/{LANG}/pomogl.gif\" width=\"48\" height=\"17";
$images['icon_help-a'] = "$current_template_images/{LANG}/pomogla.gif\" width=\"48\" height=\"17";
$images['icon_online'] = "images/online.gif\" width=\"42\" height=\"16";
$images['voting_graphic'][0] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][1] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][2] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][3] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][4] = "$current_template_images/voting_bar.gif";
$images['pm_new_msg'] = "";
$images['pm_no_new_msg'] = "";
$images['Topic_watch'] = "";
$images['topic_un_watch'] = "";
$board_config['vote_graphic_length'] = 205;
$board_config['privmsg_graphic_length'] = 175;
$images['rank_path'] = "$current_template_images/ranks/";
$images['images'] = "$current_template_images";
?> |
nie ma np. folder_big.gif |
|
|
|
 |
joli
Yollien +Styler


Pomógł: 2988 razy Posty: 16981
|
Wysłany: 22-06-2008, 18:52
|
|
|
Ar!92 napisał/a: | $images['forum'] = "$current_template_images/folder_big.gif\" width=\"46\" height=\"25"; | nie ma? |
_________________
Walczę z warezami. Więc jak masz forum warezowe, nie proś mnie o pomoc i nie wchodź pod rękę, bo zniszczę.
Nie pisz do mnie na GG i PW,(chyba że proszę) bo nie odpowiem, a Ty dostaniesz bonusik. Masz forum do zadawania pytań!!! Poza forum pomagam TYLKO odpłatnie.
liberte d'expression pour tout le monde... OFICJALNY DOWNLOAD STYLÓW - style ogólnodostępne i na zamówienie - PORTFOLIO JOLI |
|
|
|
 |
Ar!92
Posty: 7
|
Wysłany: 22-06-2008, 21:58
|
|
|
Dzięki Chyba wszystkie pliki tam są, tak mi sie wydaje teraz
A ja, muszę się niestety udać do lekarza |
|
|
|
 |
joli
Yollien +Styler


Pomógł: 2988 razy Posty: 16981
|
Wysłany: 22-06-2008, 22:22
|
|
|
Szczerze? nie szukaj recznie, uruchom szukajke w edytorze, ja tez od tego oczoplasu dostaje i czesto czegos nie widze ;P |
_________________
Walczę z warezami. Więc jak masz forum warezowe, nie proś mnie o pomoc i nie wchodź pod rękę, bo zniszczę.
Nie pisz do mnie na GG i PW,(chyba że proszę) bo nie odpowiem, a Ty dostaniesz bonusik. Masz forum do zadawania pytań!!! Poza forum pomagam TYLKO odpłatnie.
liberte d'expression pour tout le monde... OFICJALNY DOWNLOAD STYLÓW - style ogólnodostępne i na zamówienie - PORTFOLIO JOLI |
|
|
|
 |
Ar!92
Posty: 7
|
Wysłany: 23-06-2008, 12:00
|
|
|
Co prawda to prawda ;p
Problem rozwiązany
Wiem że ten temat tego nie dotyczy ale macie jakiś fajny znak, kłódke, czy coś innego - żeby tylko oznaczał on, że to zamkięty temat ? |
|
|
|
 |
Infinity
Posty: 12
|
Wysłany: 08-01-2009, 16:59
|
|
|
witam mam podobny problem szukałem w całym bLock.cfg i nie am tam ikonki whosonline.gif
|
Ostatnio zmieniony przez Gilu 08-01-2009, 17:37, w całości zmieniany 1 raz |
|
|
|
 |
xlesiu


Pomógł: 5274 razy Posty: 10382
|
Wysłany: 08-01-2009, 17:02
|
|
|
Infinity, rozmiar ikonki tej określony jest w pliku index_body.tpl |
_________________ Jak tłumaczysz mi coś z php to mów do mnie jak do labradora. / krwiodawcy.org |
|
|
|
 |
kevin_

Pomógł: 768 razy Posty: 2680
|
Wysłany: 08-01-2009, 17:03
|
|
|
Infinity napisał/a: | witam mam podobny problem szukałem w całym bLock.cfg i nie am tam ikonki whosonline.gif |
ponieważ rozmiar ikonki whosonline.gif zmieniamy w index_body.tpl |
_________________ Prezes |
|
|
|
 |
Gilu

Pomógł: 848 razy Posty: 2309
|
|
|
|
 |
Gadatliwa Kasia
|
|
|
|
Infinity
Posty: 12
|
Wysłany: 08-01-2009, 18:43
|
|
|
dzięki sorki, nie wiedziałem |
|
|
|
 |
|
Nie możesz pisać nowych tematów Nie możesz odpowiadać w tematach Nie możesz zmieniać swoich postów Nie możesz usuwać swoich postów Nie możesz głosować w ankietach Nie możesz załączać plików na tym forum Możesz ściągać załączniki na tym forum
|
Dodaj temat do Ulubionych Wersja do druku
|
Kopiowanie wszelkich treści zawartych na forum, modyfikacji oraz instrukcji bez zgody administracji i autorów tematów/postów zabronione!
Powered by phpBB modified by Przemo © 2003 phpBB
| Strona wygenerowana w 0,17 sekundy. Zapytań do SQL: 13 | |
 |
|