Jump to content

Вставка пхп кода в шаблон

Featured Replies

Posted
comment_88369

Всем еще раз привет.

Решил перенести свою репутацию прогресс баром с 3.4х на 4.0, пхп код не обрабатывается в шаблоне. Как быть

comment_88375

Всем еще раз привет.

Решил перенести свою репутацию прогресс баром с 3.4х на 4.0, пхп код не обрабатывается в шаблоне. Как быть

PHP-код пишется внутри двойных фигурных скобок - {{code}}, а не в тегах <php>code</php>

Edited by IandroidFan
Поправил

  • Author
comment_88385

Разобрался. В качестве благодарности сырой код (если кому-нибудь нужно будет):

{{if settings.reputation_enabled and settings.reputation_show_profile}}
<div class="reputation_box">
{{$rep_width = $author->pp_reputation_points;}}
<div class="reputation_progress" style="width:{$rep_width}px">
		<a href='{url="app=core&module=members&controller=profile&id={$author->member_id}&do=reputation" seoTemplate="profile_reputation" seoTitle="$author->members_seo_name"}' title="{lang="reputation_badge_tooltip"}" data-ipsTooltip class='ipsRepBadge {{if $author->pp_reputation_points > 0}}ipsRepBadge_positive{{elseif $author->pp_reputation_points < 0}}ipsRepBadge_negative{{else}}ipsRepBadge_neutral{{endif}}'>
		{expression="abs($author->pp_reputation_points)"}
		</a>
		</div>
		</div>
{{endif}}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

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

  • No registered users viewing this page.