Jump to content

Featured Replies

Всем привет.

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

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

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

Link to comment
https://ipbmafia.ru/topic/4211-userinfopane/
Share on other sites

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

{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>
Link to comment
https://ipbmafia.ru/topic/4211-userinfopane/?&do=findComment&comment=30977
Share on other sites

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

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

Link to comment
https://ipbmafia.ru/topic/4211-userinfopane/?&do=findComment&comment=30978
Share on other sites

Вот здесь написано, что да как

Link to comment
https://ipbmafia.ru/topic/4211-userinfopane/?&do=findComment&comment=30979
Share on other sites

разобрался уже.

Закрыто.

Link to comment
https://ipbmafia.ru/topic/4211-userinfopane/?&do=findComment&comment=30980
Share on other sites

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.