The theme is under construction, please let us know any bugs you see in the meantime.
The theme is under construction, please let us know any bugs you see in the meantime.

Smf Yatay Profil Alanı

orhan

Moderator
Katılım
5 Ara 2018
Mesajlar
466
Tepkime puanı
91
Puanları
28
asbyh.jpg


vBulletin temalarinda sikca kulanilan posbit
temanizin
Display.template.php

bul
Kod:
        // Show avatars, images, etc.?
        if (!empty($settings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
            echo '
                        <li class="avatar" style="overflow: auto;">
                          <a href="', $scripturl, '?action=profile;u=', $message['member']['id'], '">
                              ', $message['member']['avatar']['image'], '
                          </a>
                        </li>';
Değiş
Kod:
        echo '          </ul>
                  </div></div>
                  <div class="right_colum"> <!--Inicio tercera columna-->
                  <div class="poster"><ul class="reset smalltext">';
Bul
Kod:
            <div class="', $message['approved'] ? ($message['alternate'] == 0 ? 'windowbg' : 'windowbg2') : 'approvebg', '">
              <span class="topslice"><span></span></span>
              <div class="post_wrapper">';

      // Show information about the poster of this message.
      echo '
                  <div class="poster">
Değiş
Kod:
            <span class="clear upperframe"><span></span></span>      
              <div class="roundframe">
                  <div class="cont_colum_post"><!--Inicio de columnas -->';

      // Show avatars, images, etc.?
      if (!empty($settings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
        echo '      <div class="left_colum"><ul class="reset"> <!--Inicio Primera columna -->
                        <li class="avatar" style="overflow: auto;">
                          <a href="', $scripturl, '?action=profile;u=', $message['member']['id'], '">
                              ', $message['member']['avatar']['image'], '
                          </a>
                        </li></ul></div>';

      // Show information about the poster of this message.
      echo '          <div class="left_colum"> <!--Inicio segunda columna-->
                  <div class="poster">
Bul
Kod:
                    </ul>
                  </div>
                  <div class="postarea">
Değiş
Kod:
                    </ul>
                  </div></div>
              </div><!--Fin de columnas --></div>
            <span class="lowerframe"><span></span></span>
            <span class="divider_info"><span></span></span>
            
            <div class="', $message['approved'] ? ($message['alternate'] == 0 ? 'windowbg' : 'windowbg2') : 'approvebg', '">
              <span class="topslice"><span></span></span>
              <div class="post_wrapper">            
                  <div class="postarea">
temanizin
Index.css
Bul
Kod:
/* poster and postarea + moderation area underneath */
.poster
{
  float: left;
  width: 15em;
}
.postarea, .moderatorbar
{
  margin: 0 0 0 16em;
}
.postarea div.flow_hidden
{
  width: 100%;
}

Değiş
Kod:
/* Informacion de usuario Horizontal */
#forumposts div.poster {
    width: auto; }

.cont_colum_post {
  width: 100%;
  overflow:hidden;
  padding:0px; }

.left_colum  {
  float: left;
  margin-left: 0.5em; }

.right_colum  {
  float: right;
  margin-right: 2em; }

.left_colum  li.avatar {
  margin-top: 0.5em; }
  
span.divider_info {
  margin-bottom: 2px;
  -margin-bottom: 0px;
  display: block; }
  
/* poster and postarea + moderation area underneath */
.poster
{
  float: left;
  width: 14em;
}
.postarea, .moderatorbar
{
  margin: 0 0 0 1em;
  _padding-left: 1em;
}
.postarea div.flow_hidden
{
  width: auto;
}
 

orhan

Moderator
Katılım
5 Ara 2018
Mesajlar
466
Tepkime puanı
91
Puanları
28
memurhocam' Alıntı:
hocam dediğiniz kodları SMF 2.1 RC3 içinde bulamadım. yardımcı olabilirmisiniz
merhaba bu 2.0 için 2.1 için boş bir zamanda bakarım
 
Geri
Üst