PaylasimRüzgarı | Paylasimda Kalite - PortaL
Would you like to react to this message? Create an account in a few clicks or log in to continue.

PaylasimRüzgarı | Paylasimda Kalite - PortaL

PaylasimRuzgari.Ace.St
 
AnasayfaKapıGaleriLatest imagesAramaKayıt OlGiriş yap

 

 Profil Alanı Üstte [ Yatık-Yatay Şekil ]

Aşağa gitmek 
YazarMesaj
byartist
Administrator
Administrator
byartist


Erkek Mesaj Sayısı : 1316
Yaş : 29
Nerden : Kocaeli
İş/Hobiler : Bilgisayar / İnternet / Öğrenci
Takımınız : !.. GaLaTaSaRaY ..!
Uğurlu Sayınız :
Profil Alanı Üstte [ Yatık-Yatay Şekil ] Left_bar_bleue100 / 100100 / 100Profil Alanı Üstte [ Yatık-Yatay Şekil ] Right_bar_bleue

Kayıt tarihi : 23/01/09

Profil Alanı Üstte [ Yatık-Yatay Şekil ] Empty
MesajKonu: Profil Alanı Üstte [ Yatık-Yatay Şekil ]   Profil Alanı Üstte [ Yatık-Yatay Şekil ] Icon_minitimePaz Şub. 01, 2009 3:31 pm

Dar Temalar İçin Çok Güzel Bir Eklenti , vBulletin Eklentisi ...
Display.Template.Php'de Bulun ve Silin ;

<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td style="background-image: url(images/quotes/quoting-left.gif);" width="10">
</td>
<td valign="top" width="100%" bgcolor="#ffffff">
</td>
<td style="background-image: url(images/quotes/quoting-right.gif);" width="10">
</td>
</tr>
<tr> <td style="background-image: url(images/quotes/quot-left-bg.gif);" width="10">
</td>
<td class="smallfont" valign="top" width="100%" bgcolor="#ffffff"> <td valign="top" width="16%" rowspan="2" style="overflow: hidden;">
<b>', $message['member']['link'], '</b>
<div class="smalltext">';

// Show the member's custom title, if they have one.
if (isset($message['member']['title']) && $message['member']['title'] != '')
echo '
', $message['member']['title'], '<br />';

// Show the member's primary group (like 'Administrator') if they have one.
if (isset($message['member']['group']) && $message['member']['group'] != '')
echo '
', $message['member']['group'], '<br />';

// Don't show these things for guests.
if (!$message['member']['is_guest'])
{
// Show the post group if and only if they have no other group or the option is on, and they are in a post group.
if ((empty($settings['hide_post_group']) || $message['member']['group']
== '') && $message['member']['post_group'] != '')
echo '
', $message['member']['post_group'], '<br />';
echo '
', $message['member']['group_stars'], '<br />';

// Is karma display enabled? Total or +/-?
if ($modSettings['karmaMode'] == '1')
echo '
<br />
', $modSettings['karmaLabel'], ' ', $message['member']['karma']['good'] - $message['member']['karma']['bad'], '<br />';
elseif ($modSettings['karmaMode'] == '2')
echo '
<br />
', $modSettings['karmaLabel'], ' +',
$message['member']['karma']['good'], '/-',
$message['member']['karma']['bad'], '<br />';

// Is this user allowed to modify this member's karma?
if ($message['member']['karma']['allow'])
echo '
<a href="', $scripturl, '?action=modifykarma;sa=applaud;uid=',
$message['member']['id'], ';topic=', $context['current_topic'], '.' .
$context['start'], ';m=', $message['id'], ';sesc=',
$context['session_id'], '">', $modSettings['karmaApplaudLabel'],
'</a>
<a href="', $scripturl, '?action=modifykarma;sa=smite;uid=',
$message['member']['id'], ';topic=', $context['current_topic'], '.',
$context['start'], ';m=', $message['id'], ';sesc=',
$context['session_id'], '">', $modSettings['karmaSmiteLabel'],
'</a><br />';

// Show online and offline buttons?
if (!empty($modSettings['onlineEnable']) && !$message['member']['is_guest'])
echo '
', $context['can_send_pm'] ? '<a href="' .
$message['member']['online']['href'] . '" title="' .
$message['member']['online']['label'] . '">' : '',
$settings['use_image_buttons'] ? '<img src="' .
$message['member']['online']['image_href'] . '" alt="' .
$message['member']['online']['text'] . '" border="0" style="margin-top:
2px;" />' : $message['member']['online']['text'],
$context['can_send_pm'] ? '</a>' : '',
$settings['use_image_buttons'] ? '<span class="smalltext"> ' .
$message['member']['online']['text'] . '</span>' : '', '<br
/><br />';

// Show the member's gender icon?
if (!empty($settings['show_gender']) && $message['member']['gender']['image'] != '')
echo '
', $txt[231], ': ', $message['member']['gender']['image'], '<br />';

// Show how many posts they have made.
echo '
', $txt[26], ': ', $message['member']['posts'], '<br />
<br />';

// Show avatars, images, etc.?
if (!empty($settings['show_user_images']) &&
empty($options['show_no_avatars']) &&
!empty($message['member']['avatar']['image']))
echo '
<div style="overflow: auto; width: 100%;">', $message['member']['avatar']['image'], '</div><br />';

// Show their personal text?
if (!empty($settings['show_blurb']) && $message['member']['blurb'] != '')
echo '
', $message['member']['blurb'], '<br />
<br />';

// This shows the popular messaging icons.
echo '
', $message['member']['icq']['link'], '
', $message['member']['msn']['link'], '
', $message['member']['aim']['link'], '
', $message['member']['yim']['link'], '<br />';

// Show the profile, website, email address, and personal message buttons.
if ($settings['show_profile_buttons'])
{
// Don't show the profile button if you're not allowed to view the profile.
if ($message['member']['can_view_profile'])
echo '
<a href="', $message['member']['href'], '">',
($settings['use_image_buttons'] ? '<img src="' .
$settings['images_url'] . '/icons/profile_sm.gif" alt="' . $txt[27] .
'" title="' . $txt[27] . '" border="0" />' : $txt[27]), '</a>';

// Don't show an icon if they haven't specified a website.
if ($message['member']['website']['url'] != '')
echo '
<a href="', $message['member']['website']['url'], '" title="' .
$message['member']['website']['title'] . '" target="_blank">',
($settings['use_image_buttons'] ? '<img src="' .
$settings['images_url'] . '/www_sm.gif" alt="' . $txt[515] . '"
border="0" />' : $txt[515]), '</a>';

// Don't show the email address if they want it hidden.
if (empty($message['member']['hide_email']))
echo '
<a href="mailto:', $message['member']['email'], '">',
($settings['use_image_buttons'] ? '<img src="' .
$settings['images_url'] . '/email_sm.gif" alt="' . $txt[69] . '"
title="' . $txt[69] . '" border="0" />' : $txt[69]), '</a>';

// Since we know this person isn't a guest, you *can* message them.
if ($context['can_send_pm'])
echo '
<a href="', $scripturl, '?action=pm;sa=send;u=',
$message['member']['id'], '" title="',
$message['member']['online']['label'], '">',
$settings['use_image_buttons'] ? '<img src="' .
$settings['images_url'] . '/im_' .
($message['member']['online']['is_online'] ? 'on' : 'off') . '.gif"
alt="' . $message['member']['online']['label'] . '" border="0" />' :
$message['member']['online']['label'], '</a>';
}
}
// Otherwise, show the guest's email.
elseif (empty($message['member']['hide_email']))
echo '
<br />
<br />
<a href="mailto:', $message['member']['email'], '">',
($settings['use_image_buttons'] ? '<img src="' .
$settings['images_url'] . '/email_sm.gif" alt="' . $txt[69] . '"
title="' . $txt[69] . '" border="0" />' : $txt[69]), '</a>';

// Done with the information about the poster... on to the post itself.
echo '
</div>
</td></td>
<td style="background-image: url(images/quotes/quot-right-bg.gif);" width="10">
</td>
</tr>
<tr> <td valign="bottom" width="10">
</td>
<td style="background-image: url(images/quotes/quot-bot-bg.gif);" width="100%">
</td>
<td valign="bottom" width="10"> Profil Alanı Üstte [ Yatık-Yatay Şekil ] Quot-bot-right</td>
</tr>
</table>
BULUN ;

<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td style="background-image: url(images/quotes/quoting-left.gif);" width="10">
</td>
<td valign="top" width="100%" bgcolor="#ffffff">
</td>
<td style="background-image: url(images/quotes/quoting-right.gif);" width="10">
</td>
</tr>
<tr> <td style="background-image: url(images/quotes/quot-left-bg.gif);" width="10">
</td>
<td class="smallfont" valign="top" width="100%" bgcolor="#ffffff"> // Show the post itself, finally!
echo '
</td>
</tr></table>
<hr width="100%" size="1" class="hrcolor" /></td>
<td style="background-image: url(images/quotes/quot-right-bg.gif);" width="10">
</td>
</tr>
<tr> <td valign="bottom" width="10">
</td>
<td style="background-image: url(images/quotes/quot-bot-bg.gif);" width="100%">
</td>
<td valign="bottom" width="10">
</td>
</tr>
</table>
ALTINA EKLEYİN ;
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="bottom" width="75">
</td>
<td style="background-image: url(images/quotes/quot-lr-bg.gif);" valign="bottom" align="left">
</td>

<td valign="bottom" width="100%" align="right"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="100%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td style="background-image: url(images/quotes/quot-top-bg.gif);" valign="middle" width="100%">
</td>
<td valign="top" align="left">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td style="background-image: url(images/quotes/quoting-left.gif);" width="10">
</td>
<td valign="top" width="100%" bgcolor="#ffffff">
</td>
<td style="background-image: url(images/quotes/quoting-right.gif);" width="10">
</td>
</tr>
<tr> <td style="background-image: url(images/quotes/quot-left-bg.gif);" width="10">
</td>
<td class="smallfont" valign="top" width="100%" bgcolor="#ffffff"> <table cellpadding="0" cellspacing="6" border="0" width="100%" class="windowbg2">
<tr>
<td><div>', $message['member']['avatar']['image'], '</div>';
// Show the member's custom title, if they have one.
if (isset($message['member']['title']) && $message['member']['title'] != '')
echo '
<div class="smalltext">', $message['member']['title'], '</div>';
echo '</td>
<td nowrap="nowrap">
<div>
<b>', $message['member']['link'], '</b>';
if (!$message['member']['is_guest'])
{echo '
', $context['can_send_pm'] ? '<a href="' .
$message['member']['online']['href'] . '" title="' .
$message['member']['online']['label'] . '">' : '',
$settings['use_image_buttons'] ? '<img src="' .
$message['member']['online']['image_href'] . '" alt="' .
$message['member']['online']['text'] . '" border="0" style="margin-top:
2px;" />' : $message['member']['online']['text'],
$context['can_send_pm'] ? '</a>' : '',
$settings['use_image_buttons'] ? '' : '', '
</div>
<div class="smalltext">', $message['member']['group'], '</div>';
// Show the post group if and only if they have no other group or the option is on, and they are in a post group.
if ((empty($settings['hide_post_group']) || $message['member']['group']
== '') && $message['member']['post_group'] != '')
echo '
<div class="smalltext">', $message['member']['post_group'], '</div>';
echo '
<div>', $message['member']['group_stars'], '</div>';
// Is karma display enabled? Total or +/-?
if ($modSettings['karmaMode'] == '1')
echo '
<div class="smalltext">
<b>', $modSettings['karmaLabel'], '</b> ',
$message['member']['karma']['good'] -
$message['member']['karma']['bad'], '</div>';
elseif ($modSettings['karmaMode'] == '2')
echo '
<div class="smalltext">
<b>', $modSettings['karmaLabel'], '</b> +',
$message['member']['karma']['good'], '/-',
$message['member']['karma']['bad'], '</div>';

// Is this user allowed to modify this member's karma?
if ($message['member']['karma']['allow'])
echo '
<div class="smalltext"><a href="', $scripturl,
'?action=modifykarma;sa=applaud;uid=', $message['member']['id'],
';topic=', $context['current_topic'], '.' . $context['start'], ';m=',
$message['id'], ';sesc=', $context['session_id'], '">',
$modSettings['karmaApplaudLabel'], '</a>
<a href="', $scripturl, '?action=modifykarma;sa=smite;uid=',
$message['member']['id'], ';topic=', $context['current_topic'], '.',
$context['start'], ';m=', $message['id'], ';sesc=',
$context['session_id'], '">', $modSettings['karmaSmiteLabel'],
'</a></div>';
echo '
</td>
<td width="100%">&nbsp;</td>
<td valign="top" nowrap="nowrap">
<div class="smalltext">
<div><b>', $txt[231], ':</b> ', $message['member']['gender']['image'], '</div>
<div><b>', $txt[26], ':</b> ', $message['member']['posts'], '</div>';
if (!empty($settings['show_blurb']) && $message['member']['blurb'] != '')
echo '
<div>', $message['member']['blurb'], '</div>';
echo '
<div>', $message['member']['icq']['link'], '
', $message['member']['msn']['link'], '
', $message['member']['aim']['link'], '
', $message['member']['yim']['link'], '</div>';
// Show the profile, website, email address, and personal message buttons.
if ($settings['show_profile_buttons'])
{
// Don't show the profile button if you're not allowed to view the profile.
if ($message['member']['can_view_profile'])
echo '
<div><a href="', $message['member']['href'], '">',
($settings['use_image_buttons'] ? '<img src="' .
$settings['images_url'] . '/icons/profile_sm.gif" alt="' . $txt[27] .
'" title="' . $txt[27] . '" border="0" />' : $txt[27]), '</a>';

// Don't show an icon if they haven't specified a website.
if ($message['member']['website']['url'] != '')
echo '
<a href="', $message['member']['website']['url'], '" title="' .
$message['member']['website']['title'] . '" target="_blank">',
($settings['use_image_buttons'] ? '<img src="' .
$settings['images_url'] . '/www_sm.gif" alt="' . $txt[515] . '"
border="0" />' : $txt[515]), '</a>';

// Don't show the email address if they want it hidden.
if (empty($message['member']['hide_email']))
echo '
<a href="mailto:', $message['member']['email'], '">',
($settings['use_image_buttons'] ? '<img src="' .
$settings['images_url'] . '/email_sm.gif" alt="' . $txt[69] . '"
title="' . $txt[69] . '" border="0" />' : $txt[69]), '</a>';

// Since we know this person isn't a guest, you *can* message them.
if ($context['can_send_pm'])
echo '
<a href="', $scripturl, '?action=pm;sa=send;u=',
$message['member']['id'], '" title="',
$message['member']['online']['label'], '">',
$settings['use_image_buttons'] ? '<img src="' .
$settings['images_url'] . '/im_' .
($message['member']['online']['is_online'] ? 'on' : 'off') . '.gif"
alt="' . $message['member']['online']['label'] . '" border="0" />' :
$message['member']['online']['label'], '</a></div>';
}echo '
</div>';
}
// Otherwise, show the guest's email.
elseif (empty($message['member']['hide_email']))
echo '
<div><a href="mailto:', $message['member']['email'], '">',
($settings['use_image_buttons'] ? '<img src="' .
$settings['images_url'] . '/email_sm.gif" alt="' . $txt[69] . '"
title="' . $txt[69] . '" border="0" />' : $txt[69]),
'</a></div>';
echo '

</td>
</tr>
</table>
<hr width="100%" size="1" class="hrcolor" />
</td>
<td style="background-image: url(images/quotes/quot-right-bg.gif);" width="10">
</td>
</tr>
<tr> <td valign="bottom" width="10">
</td>
<td style="background-image: url(images/quotes/quot-bot-bg.gif);" width="100%">
</td>
<td valign="bottom" width="10"> Profil Alanı Üstte [ Yatık-Yatay Şekil ] Quot-bot-right</td>
</tr>
</table>
CAPS ;


Profil Alanı Üstte [ Yatık-Yatay Şekil ] 21365222wq2
Sayfa başına dön Aşağa gitmek
https://paylasimruzgari.yetkinforum.com
 
Profil Alanı Üstte [ Yatık-Yatay Şekil ]
Sayfa başına dön 
1 sayfadaki 1 sayfası
 Similar topics
-
» ''Duyurular'' Gibi Reklam Alanı Oluşturmak
» MyBulletin Temasının Yatay Postbitinin Dikey Yapılışı
» Linkin ustune gelince Altta ve Ustte çizgi olsun
» Kayan Toplist Alanı
» Link Değişim Alanı Yıldızlı

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
PaylasimRüzgarı | Paylasimda Kalite - PortaL :: Web Tasarım :: SMF Modifikasyon & Eklentiler-
Buraya geçin: