Neler yeni
Image 1

Style WGrid

Style WGrid The simplest and fastest way to build great UI for your community. Our beautifully designed theme comes with hundreds of customizable features.

Buy Now
Image 2

Kali Xenforo Theme

Attract members with an elegant design, present your community and destinations in great detail, and have members enjoy the time. Kali is a professional theme that is a great choice for XenForo users.

Buy Now
Image 3

SenSai

We are glad to release the SenSai theme. It’s a clean and simple style that fully supports the latest XenForo community software. SenSai is fully responsive and retina-ready. It will look great on any desktop, laptop, tablet, or smartphone. the Plain theme will help you to build a popular community.

Buy Now
Image 4

W7

Style W7 The simplest and fastest way to build great UI for your community. Our beautifully designed theme comes with hundreds of customizable features.

Soon
  • Sitemiz Bir Webmaster forumu ve tartışma platformu dur webmaster forumu dışındaki konular yasaktır direkt silinecektir.
  • Our site is a Webmaster forum and discussion platform. Topics outside the webmaster forum are prohibited and will be deleted immediately.

Smf Yatay Profil Alanı

  • Konuyu Başlatan Konuyu Başlatan orhan
  • Başlangıç tarihi Başlangıç tarihi

orhan

Moderator
Katılım
5 Ara 2018
Mesajlar
466
Tepkime puanı
94
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;
}
 
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 Alt