Example #1
0
						</dd>
					</dl>
				</li>
			</ul>
		<dl id="profilebox-post" class="postprofile-left">

	<dt class="view-avatar">
	<span class="author"><?php echo $this->escape($this->message->name); ?></span><br />
		<span class="kavatar">
			<?php echo $this->user->getAvatarImage('kavatar', 'post'); ?>
		</span><br /><br />
		<span>
			<?php echo JText::_('COM_KUNENA_MODERATE_THIS_USER');?>
			<?php if ( $this->message->userid) : ?>:<br /><br />
			<button>
				<?php echo CKunenaLink::GetModerateUserLink( intval($this->message->userid), $this->escape($this->message->name).' ('.intval($this->message->userid).')' ); ?>
			</button>
			<?php else : ?>:
			<strong><?php echo JText::_('COM_KUNENA_USERNAME_ANONYMOUS'); ?></strong>
			<?php endif; ?>
		</span>
	</dt>

		</dl>
			<div class="postbody tk-avleft" style="padding: 10px; width:77%">
				<div class="postbackground-left">
					<h3><?php echo $this->escape( $this->topic->subject ); ?></h3>
				</div>
				<div class="tk-msgcontent" style="overflow: hidden;min-height:100px;">
				<?php echo KunenaHtmlParser::parseBBCode( $this->message->message, $this ) ?>
						<?php /*