Опубліковано 28 жовтня, 20159 р Адміністратор В шаблон ipb_styles.css добавляем:.post_body_guest {margin: 0 10px 0 20px;padding-top: 10px;}.author_info_guest { width: 1px; float: left; font-size: 12px; text-align: center; padding: 15px 10px; }В шаблоне post находим:<div class='author_info'>И заменяем на:<if test="$this->memberData['member_id']"><div class='author_info'><else /> <div class='author_info_guest'></if>Далее, в этом же шаблоне находим:{parse template="userInfoPane" group="global" params="$post['author'], $post['post']['pid'], array( 'isTopicView' => true, 'wl_id' => $post['post']['wl_id'] )"}И заменяем на:<if test="$this->memberData['member_id']">{parse template="userInfoPane" group="global" params="$post['author'], $post['post']['pid'], array( 'isTopicView' => true, 'wl_id' => $post['post']['wl_id'] )"}</if>
Для публікації повідомлень створіть обліковий запис або авторизуйтесь