Przesunięty przez: xlesiu 05-04-2010, 14:14 |
Widok Nowe posty, Brak nowych postów,Forum Zablokowane |
Autor |
Wiadomość |
thowoc
Posty: 25
|
Wysłany: 05-04-2010, 13:19 Widok Nowe posty, Brak nowych postów,Forum Zablokowane
|
|
|
Witam.
Mam taki problem, na dole forum, na końcu kategorii nie mam obrazków : Nowe posty, Brak nowych postów,Forum Zablokowane
Da radę to zrobić ?
A tak dokładnie :
|
|
|
|
 |
Gadatliwa Kasia
|
|
|
|
krystianr

Pomógł: 680 razy Posty: 1999
|
Wysłany: 05-04-2010, 13:25
|
|
|
thowoc, w index_body.tpl
przed {SHOUTBOX_DISPLAY}
dodaj :
Kod: | <table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td width="20" align="center"><img src="{FOLDER_NEW_IMG}" alt=""/></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="{FOLDER_IMG}" alt=""></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="{FOLDER_LOCKED_IMG}" alt=""></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table> |
|
_________________ eat
sleep
trance
repeat
Ostatnio odwiedziłeś nas 04-01-2016, 11:36
Obecny czas to 03-12-2021, 16:58 |
|
|
|
 |
xlesiu


Pomógł: 5274 razy Posty: 10382
|
Wysłany: 05-04-2010, 13:25
|
|
|
thowoc, za to odpowiada kod w index_body.tpl Kod: | <table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td width="20" align="center"><img src="{FOLDER_NEW_IMG}" alt=""></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="{FOLDER_IMG}" alt=""></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="{FOLDER_LOCKED_IMG}" alt=""></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
| umieszczony PRZED
Tyle, że ja na Twoim forum widzę ten kod. |
_________________ Jak tłumaczysz mi coś z php to mów do mnie jak do labradora. / krwiodawcy.org |
|
|
|
 |
thowoc
Posty: 25
|
Wysłany: 05-04-2010, 13:41
|
|
|
Działa.
Ale jak klikam w temat na dole, nad "Nowy temat" też bym chciał aby wyświetlało :
Nowe posty Brak nowych postów Ważne ogłoszenie
Nowe posty [ Popularny ] Brak nowych postów [ Popularny ] Ogłoszenie
Nowe posty [ Zablokowany ] Brak nowych postów [ Zablokowany ] Przyklejony
Dokładniej :
|
|
|
|
 |
xlesiu


Pomógł: 5274 razy Posty: 10382
|
Wysłany: 05-04-2010, 13:47
|
|
|
thowoc, żebyśmy się dobrze zrozumieli. Chcesz aby na stronie głównej było tyle ikonek co w widoku tematów czy chodzi Ci o coś innego? |
_________________ Jak tłumaczysz mi coś z php to mów do mnie jak do labradora. / krwiodawcy.org |
|
|
|
 |
thowoc
Posty: 25
|
Wysłany: 05-04-2010, 13:55
|
|
|
Nie na stronie głównej, /jak juz wbije w dany dział i pod nowym tematem te wszystkie ikonki.
Na stronie głównej juz mam. |
|
|
|
 |
xlesiu


Pomógł: 5274 razy Posty: 10382
|
Wysłany: 05-04-2010, 13:58
|
|
|
thowoc, ale na tym forum co masz w profilu też widzę w kodzie te ikonki
viewforum_body.tpl Kod: | <table width="100%" cellspacing="0" border="0" cellpadding="0">
<tr>
<td valign="top">
<table cellspacing="3" cellpadding="0" border="0">
<tr>
<td style="padding-right:4px"><img src="{FOLDER_NEW_IMG}" alt=""></td>
<td class="gensmall">{L_NEW_POSTS}</td>
<td> </td>
<td style="padding-right:4px"><img src="{FOLDER_IMG}" alt=""></td>
<td class="gensmall">{L_NO_NEW_POSTS}</td>
<td> </td>
<td style="padding-right:4px"><img src="{FOLDER_GLOBAL_ANNOUNCE_IMG}" alt=""></td>
<td class="gensmall">{L_GLOBAL_ANNOUNCEMENT}</td>
</tr>
<tr>
<td style="padding-right:4px"><img src="{FOLDER_HOT_NEW_IMG}" alt=""></td>
<td class="gensmall">{L_NEW_POSTS_HOT}</td>
<td> </td>
<td style="padding-right:4px"><img src="{FOLDER_HOT_IMG}" alt=""></td>
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
<td> </td>
<td style="padding-right:4px"><img src="{FOLDER_ANNOUNCE_IMG}" alt=""></td>
<td class="gensmall">{L_ANNOUNCEMENT}</td>
</tr>
<tr>
<td class="gensmall"><img src="{FOLDER_LOCKED_NEW_IMG}" alt=""></td>
<td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
<td> </td>
<td style="padding-right:4px"><img src="{FOLDER_LOCKED_IMG}" alt=""></td>
<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
<td> </td>
<td style="padding-right:4px"><img src="{FOLDER_STICKY_IMG}" alt=""></td>
<td class="gensmall">{L_STICKY}</td>
</tr>
</table>
| wklejasz na dole PRZED Kod: | </td>
<td align="right" nowrap="nowrap"><span class="gensmall">{S_AUTH_LIST}</span></td>
|
|
_________________ Jak tłumaczysz mi coś z php to mów do mnie jak do labradora. / krwiodawcy.org |
|
|
|
 |
Gadatliwa Kasia
|
|
|
|
thowoc
Posty: 25
|
Wysłany: 05-04-2010, 14:12
|
|
|
Dzięki ~xlesiu .
w tym stylu mam |
|
|
|
 |
|