Jump to content

Çerçeveli (bordered) Post Bilgileri..


Recommended Posts

IPB 2.2.x ve 2.3.x içindir.Klasik mavi tema üzerinde denenmiştir.

Post bilgilierinizi çerçeveletmek istiyorsanız izleyin.

ACP-->Look&Feel-->Kullandığınız_tema-->Edit stylesheet (CSS advanced mode)

bu yolu takip edin ve sayfanın en altına aşağdaki css kodlarını yapıştırıp kaydedin.

.memdetails
{
background: #fafcfe;
border: 1px solid #cdd6e2;
border-bottom-width: 2px;
border-right-width: 2px;
padding: 4px 3px 4px 3px;
margin: 3px 1px 3px 1px;
}[/CODE]

Şimdi de aşağdaki yolu takip edin

ACP-->Look&Feel-->Kullandığınız_tema-->Edit Template HTML-->Topic view-->Render row.

Bulun:

[CODE]<span class="postdetails">
<if="$author['id'] AND $author['avatar']">
<a href="{$this->ipsclass->base_url}showuser={$author['id']}" title="{$this->ipsclass->lang['dd_view_profile']}">{$author['avatar']}</a><br /><br />
<else />
{$author['avatar']}<br /><br />
</if>
{$author['title']}<br />
{$author['member_rank_img']}<br /><br />
{$author['member_group']}<br />
{$author['member_posts']}<br />
{$author['member_joined']}<br />
{$author['member_location']}
{$author['member_number']}<br />[/CODE]

Bununla değiştirin:

[CODE]<span class="postdetails"><div align="center">

<if="$author['id'] AND $author['avatar']">
<a href="{$this->ipsclass->base_url}showuser={$author['id']}" title="{$this->ipsclass->lang['dd_view_profile']}">{$author['avatar']}</a><br /><br />
<else />
{$author['avatar']}<br /><br />
</if>
{$author['title']}<br />
{$author['member_rank_img']}</DIV><br />
<div class="memdetails">{$author['member_group']}</div>
<div class="memdetails">{$author['member_posts']}</div>
<div class="memdetails">{$author['member_joined']}</div>
<if="$author['member_location']"><div class="memdetails">{$author['member_location']}</div></if>
<div class="memdetails">{$author['member_number']}</div>[/CODE]

Ve kaydedin.

untitled1pd9.jpg

NOT: Bu dersin anlatılmasında http://www.invisionize.com sitesinden yararlanılmıştır. [/b]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...