MyBB.de Forum
standart icon beim thema erstellen - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-52.html)
+---- Thema: standart icon beim thema erstellen (/thread-20773.html)

Seiten: Seiten: 1 2


RE: standart icon beim thema erstellen - xplay - 19.09.2008

originalcode:

Code:
<tr>
<td class="trow1" style="vertical-align: top"><strong>{$lang->post_icon}</strong><br /><span class="smalltext"><input type="radio" class="radio" name="icon" value="-1"{$no_icons_checked} />{$lang->no_post_icon}</span></td>
<td class="trow1" valign="top">{$iconlist}</td>
</tr>

deiner zerstört das gesamte design irgendwie...

nen exoten browser hab ich nicht, nur auf die idee in der statusleiste zu gucken muss man auch mal kommen Wink


RE: standart icon beim thema erstellen - ows - 19.09.2008

(19.09.2008, 13:12)dorian schrieb: ... deiner zerstört das gesamte design irgendwie...

Korrigierter Code: Entferne aus dem Template "Templates ohne Gruppe --> posticons" diesen Teil:

PHP-Code:
<br /><span class="smalltext"><input type="radio" class="radio" name="icon" value="-1"{$no_icons_checked} />{$lang->no_post_icon}</span

Dadurch wird der Radiobutton und der Text "Kein Icon" nicht mehr angezeigt.


RE: standart icon beim thema erstellen - xplay - 19.09.2008

jaaaa Smile nun klappt es auch.
was ich noch machen muss

Um zu verhindern, dass das Icon bei Antworten geändert wird, könntest du die Variable {$posticons} aus dem Template "Neue Antworten Templates --> newreply" löschen.

Danke vielmals soweit!


{$posticons}
funktioniert auch! top!