SMF Profil alanını ortalama
display.template.php içinde bunu bul
değiştir
Edit:yani sadece şu satırın içine align="center i yerleştiriyoruz
display.template.php içinde bunu bul
PHP:
// Show information about the poster of this message.
echo '
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
<tr>
<td valign="top"width="16%" rowspan="2" style="overflow: hidden;">
<b>', $message['member']['link'], '</b>
<div class="smalltext">';
PHP:
// Show information about the poster of this message.
echo '
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
<tr>
<td valign="top" align="center" width="16%" rowspan="2" style="overflow: hidden;">
<b>', $message['member']['link'], '</b>
<div class="smalltext">';
PHP:
<td valign="top"width="16%" rowspan="2" style="overflow: hidden;">