Description:
Will show who is the topic author in viewtopic page in there user profile through out the topic pages.
Opis: pokazati će tko je autor teme u viewtopic stranici kao i u korisničkom profilu i kroz temu stranice.
Open: styles/prosilver/template/viewtopic_body.htmlFind:
Kod:
<!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE --> {postrow.POST_AUTHOR_FULL}<!-- ENDIF -->
</dt>
Add after:
Kod:
<!-- IF postrow.S_TOPIC_POSTER --><dt><strong>{L_TOPIC} {L_AUTHOR}</strong></dt><!-- ENDIF -->
Open: styles/subsilver2/template/viewtopic_body.htmlFind:
Kod:
<!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>
Add after:
Kod:
<!-- IF postrow.S_TOPIC_POSTER --><b>{L_TOPIC} {L_AUTHOR}</b><br /><!-- ENDIF -->
Refresh the template for subsilver2 and prosilver styles.

Molim Moderatore da ovaj post sastave sa BBcodes Snippets otvorio sam novu temu a ova pripada tamo