Jump to content

Как убрать инфу о том кто минусанул/плюсанул из поста?

Featured Replies

  • Author
comment_36435

Решено. ТП (Тех. поддержка) закройте тему.

Нужно вырезать этот код:

<if test="isNotLike:|:$this->settings['reputation_point_types'] != 'like'">
						<if test="hasNoRep:|:$data['rep_points'] == 0">
							<li><span class='reputation zero rep_show{parse variable="repClickable"}' title='{$this->lang->words['reputation']}' {$repClickable}>
						</if>
						<if test="hasPosRep:|:$data['rep_points'] > 0">
							<li><span class='reputation positive rep_show{parse variable="repClickable"}' title='{$this->lang->words['reputation']}' {$repClickable}>
						</if>
						<if test="hasNegRep:|:$data['rep_points'] < 0">
							<li><span class='reputation negative rep_show{parse variable="repClickable"}' title='{$this->lang->words['reputation']}' {$repClickable}>
						</if>
							{parse expression="intval($data['rep_points'])"}
							</span>
						</li>
					</if>

Из 

"repButtons" в "skin_global_other"
Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.