Sticky/globale topics in andere kleur
Geplaatst: 12 jan 2009, 22:22
Is het mogelijk om sticky en globale topics in subfora een aparte kleur weer te geven? Bijvoorbeeld roze i.p.v. de standaardkleur blauw/lichtblauw?
Nederlandstalige phpBB Support
https://www.phpbb.nl/forums/
Code: Selecteer alles
<a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}" class="topictitle<!-- IF topicrow.S_UNREAD_TOPIC --> link-new<!-- ENDIF -->">{topicrow.TOPIC_TITLE}</a>
Code: Selecteer alles
<a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}" class="topictitle<!-- IF topicrow.S_UNREAD_TOPIC --> link-new<!-- ENDIF -->"<!-- IF topicrow.S_POST_STICKY --> style="color: #xxxxxx;"<!-- ENDIF -->>{topicrow.TOPIC_TITLE}</a>
Code: Selecteer alles
<a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}" class="topictitle<!-- IF topicrow.S_UNREAD_TOPIC --> link-new<!-- ENDIF -->">{topicrow.TOPIC_TITLE}</a>
Code: Selecteer alles
<a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}" class="topictitle<!-- IF topicrow.S_UNREAD_TOPIC --> link-new<!-- ENDIF -->"<!-- IF topicrow.S_POST_STICKY --> style="color: #xxxxxx;"<!-- ENDIF -->>{topicrow.TOPIC_TITLE}</a>
Dan verander je S_POST_STICKY in S_POST_ANNOUNCE .Semi_Deus schreef:
Er is zoiets ook mogelijk voor de announcements en dergelijke, maar die heb ik nog niet gevonden.
Dit werkt in ieder geval voor de sticky topics.
Waarom zou het in het verkeerde forum staan? Volgens mij zijn dit nog steeds style changes, dus staat het hier goed.Hans Kamp schreef:Bedankt.
Ik zie trouwens dat het topic in het verkeerde subforum geplaatst is. Zou het verplaatst kunnen worden, tenzij het Moderatorteam die mening niet heeft?
Code: Selecteer alles
<!-- IF topicrow.S_POST_STICKY --> style="color: #xxxxxx;"<!-- ENDIF -->
Code: Selecteer alles
<!-- IF topicrow.S_POST_STICKY --> style="color: #xxxxxx;"<!-- ENDIF --><!-- IF topicrow.S_POST_GLOBAL --> style="color: #FF0000;"<!-- ENDIF -->