Removing Fields?

Do you want to remove the 'Joined' entry in the view topic page?
 
Prosilver:

Open viewtopic_body.html

Find and remove:

Code:
<!-- IF postrow.POSTER_JOINED --><dd><strong>{L_JOINED}:</strong> {postrow.POSTER_JOINED}</dd><!-- ENDIF -->

Open memberlist_view.html

Find and remove:

Code:
<dt>{L_JOINED}:</dt> <dd>{JOINED}</dd>



Subsilver2:

Open viewtopic_body.html

Find and remove:

Code:
<!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->

Open memberlist_view.html

Find and remove:

Code:
<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_JOINED}: </td>
				<td width="100%"><b class="gen">{JOINED}</b></td>
			</tr>

Refresh your template files (just purge the cache) and your done.

Enjoy 😉.
 
Back
Top Bottom