Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz
  • 0

Informacja o zalogowaniu


TheLanselot

Pytanie

Opublikowano

Witam otóż mój problem polega na tym iż w tematach jak piszę użytkownik to pod jego zdj są posty i te różne.

Jak widać na ss

462251485333422906935.png

 

Nie wiem jak to naprawić aby to było na dole.

614201483176397906935.png

6 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

Opublikowano

Odpal Photoshopa, albo GIMP-a, wytnij i przenies ....

 

A tak na serio bez kodu to powyzej to jedyne rozwiazanie :P :>

Lepiej jest nie odzywać się wcale i pozwolić ludziom myśleć, że jesteś glupi, niż odezwać się i rozwiać wszelkie wątpliwości.
Mark Twain

Opublikowano

Coś zjebałeś. Normalny, czysty kod ładuje się po zakończeniu tego if'a

51e31d3912094381aeb8dbc4bd06e772.png

 

Sprawdź na domyślnym stylu

>Działa na domyślnym stylu naprawiaj szablon

>Nie działa na domyślnym stylu skombinuj sobie inną wersje

Opublikowano

Pewnie przenieśc ten element na ostatnie miejsce na liście, ale bez kodu nic nie pomożemy

A ten kod jest w userinfopane?

Bo jeśli tak to to jest kod z niego.

 

 

<div itemscope itemtype="http://schema.org/Person"class='user_details'>

<span class='hide' itemprop="name">{$author['members_display_name']}</span>

<ul class='basic_info'>

 

<li>

<span class='fc'><if test="postOnline:|:$author['_online']">

<span class="ipsBadge ipsBadge_green" style="margin: 0px; padding: 4px 8px; float: center;">Online</span>

       <else />

        <span class="ipsBadge ipsBadge_red" style="margin: 0px; padding: 4px 8px; float: center;">Offline</span>

       </if></span>

   </li>

<if test="membertitle:|:$author['member_title']">

   <p class="mbrtitle">{$author['member_title']}</p>

  </if>

  </if>

  <if test="avatar:|:$author['member_id']">

</br>

 

  <li class='avatar'>

    <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )">

    <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'>

    </if>

    <if test="hasVariable:|:$this->settings['member_topic_avatar_max']">

     <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' />

    <else />

     <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />

    </if>

    <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )">

    </a>

    </if>

   </li>

  <else />

   <li class='avatar'>

    <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />

   </li>

  </if>

</br>

<if test="rankimage:|:$author['member_rank_img']">

   <li class='group_icon'>

   <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'">

    <img src='{$author['member_rank_img']}' alt='' />

   <else />

    {$author['member_rank_img']}

   </if>

   </li>

  </if> 

  

<if test="postCount:|:$author['member_id']"> <div class="extraUserInfo">

  

   {$author['_group_formatted']}

  </li>

  <if test="rankimage:|:$author['member_rank_img']">

   <li class='group_icon'>

   <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'">

  

   </if>

   </li>

  </if>

 

   <dl class="pairsJustified">

  <li class='post_count desc lighter'>

<dt><font color="white"><i class="fa fa-comment"></i> Posty</font></dt>

   <dd>

  <font color="white"> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} </font></dd>

  </li>

   </dl>

</div></if>

<div class="extraUserInfo">

   <dl class="pairsJustified">

  <li class='post_count desc lighter'>

<dt><font color="white"><i class="fa fa-check-square-o"></i> Dołączył</font></dt>

   <dd>

  <font color="white">{parse date="$author['joined']" format="joined"}</font></dd>

  </li>

   </dl>

</div>

<div class="extraUserInfo">

 

   <dl class="pairsJustified">

  <li class='post_count desc lighter'>

<dt><font color="white"><i class="fa fa-child"></i> ID</font></dt>

   <dd>

  <font color="white"> {$author['member_id']}</font></dd>

  </li>

   </dl>

</div>

<div class="extraUserInfo">

 

   <dl class="pairsJustified">

  <li class='post_count desc lighter'>

<dt><font color="white"><i class="fa fa-plus-square-o"></i> Reputacja</font></dt>

   <dd>

  <font color="white"> {$author['pp_reputation_points']}</font></dd>

  </li>

   </dl>

</div>

<br />

<li>

<if test="$this->memberData['member_id'] AND $this->memberData['member_id'] != $author['member_id'] AND $this->memberData['g_use_pm'] AND $this->memberData['members_disable_pm'] == 0 AND IPSLib::moduleIsEnabled( 'messaging', 'members' )">

   <a href='{parse url="app=members&module=messaging&section=send&do=form&fromMemberID={$author['member_id']}" base="public"}' title='{$this->lang->words['pm_this_member']}' id='pm_xxx_{$author['member_id']}' class='pm_button ipsButton_secondary ipsType_smaller'>{parse replacement="send_msg"}</a>

  </if>

<if test="$this->memberData['member_id'] AND $this->memberData['member_id'] != $author['member_id'] && $this->settings['friends_enabled'] AND $this->memberData['g_can_add_friends']">

    <if test="IPSMember::checkFriendStatus( $author['member_id'] )">

     <a href='{parse url="app=members&module=profile&section=friends&do=remove&member_id={$author['member_id']}&secure_key={$this->member->form_hash}" base="public"}' title='{$this->lang->words['remove_friend']}' class='pm_button ipsButton_secondary ipsType_smaller'>{parse replacement="remove_friend"}</a>

    <else />

     <a href='{parse url="app=members&module=profile&section=friends&do=add&member_id={$author['member_id']}&secure_key={$this->member->form_hash}" base="public"}' title='{$this->lang->words['add_friend']}' class='pm_button ipsButton_secondary ipsType_smaller'>{parse replacement="add_friend"}</a>

    </if>

   </if>

</li>

<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>

  </ul>

</if>

 

</div>

 

 

A mam jeszcze jedno pytanie chciałbym się pozbyć jednej rzeczy związaną  z topka.

Mam to

680821485339691906935.png

 

I chciałbym zrobić aby tak było Community Forum Software.

W boardIndexTemplate tego nie mam.

614201483176397906935.png

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...