Jump to content

Featured Replies

Posted
comment_30975

Всем привет.

Вообщем, делал все вот по этому мануалу

И получилось у меня все нормально, вот только хук репутации хотел бы поставить снизу, а строку "сообщений %3" в самый верх, и здвинуть кнопки "Наверх" и "Жалоба" в лево до конца. Как мне это сделать?

index.php?app=downloads&module=display&s

comment_30977

Найдите что то такое:

{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}

только полный код, и перенесите выше этого:

<if test="authorcfields:|:$author['custom_fields'] != """>
  <ul class='custom_fields'>
   <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data">
    <foreach loop="customFields:$author['custom_fields'][ $group ] as $field">
	 <if test="$field != ''">
	  <li>
	   {$field}
	  </li>
	 </if>

    </foreach>
   </foreach>
  • Author
comment_30978

Вот что получилось. В принципе репутация сверху тоже нормально, вот только на сообщениях пропала обводка.

index.php?app=downloads&module=display&s

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.