#1
|
|||
|
|||
takım modu
Profile.template.php Açıyoruz
Buluyoruz.. Kod:
<td>', $context['member']['gender']['name'], '</td> </tr><tr> Kod:
<td><b>Takımım: </b></td> <td><img src="' . $settings['images_url'] . '/takim/', $context['member']['options']['takim']['value'], '.gif" alt="', $context['member']['options']['takim'], '" /></td> </tr><tr> Kod:
<option value="2"', ($context['member']['gender']['name'] == 'f' ? ' selected="selected"' : ''), '>', $txt[239], '</option> </select> </td></tr><tr> Kod:
<td><b>Takımım: </b></td> <td><select name="options[takim]"> <option>Takımınız</option> <option ', (@$context['member']['options']['takim'] == 'f' ? ' selected="selected"' : ''), '>Fenerbahçe</option> <option ', (@$context['member']['options']['takim'] == 'g' ? ' selected="selected"' : ''), '>Galatasaray</option> <option ', (@$context['member']['options']['takim'] == 'b' ? ' selected="selected"' : ''), '>Beşiktaş</option> <option ', (@$context['member']['options']['takim'] == 't' ? ' selected="selected"' : ''), '>Trabzonspor</option> <option ', (@$context['member']['options']['takim'] == 'd' ? ' selected="selected"' : ''), '>Diğer</option> </select></td> Display.template.php dosyasını açıyoruz. Bul Kod:
', $txt[231], ': ', $message['member']['gender']['image'], '<br />'; Kod:
//Üyenin Takımı? modified by Mustinet if (!empty($message['member']['options']['takim'])) echo ' Takımım: <img src="' . $settings['images_url'] . '/takim/', $message['member']['options']['takim']['value'], '.gif" width="12" alt="', $context['member']['options']['takim'], '" /><br />'; |
Benzer Konular |
||||
Konu | Konuyu Başlatan | Forum | Cevaplar | Son Mesaj |
aut | ceyLin | abcçd | 0 | 26 December 2008 20:11 |
Yokluğunda diş çürür, cilt kurur | ceyLin | Sağlık | 0 | 6 December 2008 21:13 |
Genç kaLmanın sırları.. | ceyLin | Sağlık | 0 | 6 December 2008 21:10 |
Hücreler incirle yenileniyor | ceyLin | Sağlık | 0 | 6 December 2008 20:41 |