Page 1 of 1

Add message and author in viewtopic

Posted: 07 Sep 2010, 16:46
by Steve
Simpley places the words in viewtopic per posts message,author.

Open styles/prosilver/template/viewtopic_body.html
find:

Code: Select all

			<!-- IF postrow.S_IGNORE_POST -->
				<div class="ignore">{postrow.L_IGNORE_POST}</div>
			<!-- ELSE -->
add after:

Code: Select all

<div style="text-align: center;font-size: 12px;">{L_MESSAGE}</div>
find:

Code: Select all

			<!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->
		<!-- ENDIF -->

		</div>
add after:

Code: Select all

<div style="text-align: center;font-size: 12px;">{L_AUTHOR}</div>
Refresh template for prosilver ;)
message.png