Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
In engine/modules/main.php
find
add below
$tpl->result['main'] = str_replace ( "{username}", $is_logged ? $member_id['name'] : 'Гость', $tpl->result['main'] ); // в шаблоне использовать тег {username} (проверял)
$tpl->result['main'] = str_replace ( "{userfoto}", $is_logged ? $member_id['foto'] : '//placehold.it/100x100', $tpl->result['main'] ); // в шаблоне использовать тег {userfoto} это url аватара(не проверял, должно работать)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question