Kayıt sırasında cinsiyet sorma – SMF

SMF 1.X.X No Comments »

Bu işlem için lütfen aşağıdaki adımları takip edin.

Theme/Register.template.php dosyasını açın

BUL:

</tr><tr>
						<td width="40%">
							<b>', $txt[82], ':</b>
						</td>
						<td>
							<input type="password" name="passwrd2" size="30" tabindex="', $context['tabindex']++, '" />
						</td>
					</tr>';

Read the rest of this entry »

simple machines forum sisteminde kayıt sırasında cinsiyet sorma

SMF 1.X.X No Comments »

Theme/Register.template.php dosyasını açın

BUL:

</tr><tr>
						<td width="40%">
							<b>', $txt[82], ':</b>
						</td>
						<td>
							<input type="password" name="passwrd2" size="30" tabindex="', $context['tabindex']++, '" />
						</td>
					</tr>';

Read the rest of this entry »

Kayıt Sırasında Cinsiyetini Sorma İşlemi

SMF 1.X.X No Comments »

Theme/Register.template.php dosyasını açın

BUL:

</tr><tr>
						<td width="40%">
							<b>', $txt[82], ':</b>
						</td>
						<td>
							<input type="password" name="passwrd2" size="30" tabindex="', $context['tabindex']++, '" />
						</td>
					</tr>';

Read the rest of this entry »

SMF – Avatarın altındaki Duyuru Yazısını Ortalamak

SMF 1.X.X No Comments »

Avatarın altındaki Duyuru Yazısını Ortalamak için yapmamız gerekenler:

index.template.php’de

BUL

// Show a random news item? (or you could pick one from news_lines...)
	if (!empty($settings['enable_news']))
		echo '
				<td width="90%" class="titlebg2">
					<span class="smalltext"><b>', $txt[102], '</b>: ', $context['random_news_line'], '</span>
				</td>';
	echo '

DEĞİŞTİR

// Show a random news item? (or you could pick one from news_lines...)
	if (!empty($settings['enable_news']))
		echo '
				<td width="90%" class="titlebg2">
					<span class="smalltext"><center><b>', $txt[102], '</b></center>: ', $context['random_news_line'], '</span>
				</td>';
	echo '
Toplam 2 sayfa, 1. sayfa gösteriliyor.12
WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Giriş