Görüntü :Resimlerin Görüntülenmesine Izin Verilmiyor
Resimleri Görebilmek Için
Üye Ol veya
Giris YapLinklerin Görülmesine Izin Verilmiyor
Linki Görebilmek Için
Üye Ol veya
Giris YapResimler
öncelikle linkte verdiğim zip içindeki resimleri default/imagese upload edinşimdi Profile.template.php yi açın bulun<td><a href="', $context['member']['website']['url'], '" target="_blank">', $context['member']['website']['title'], '</a></td>
altına ekleyin ', !empty($context['member']['options']['film_tab']) ? '</tr><tr>
<td><b>Sevdigim Film Türü: </b></td>
<td>' . $context['member']['options']['film_tab'] . '</td>' : '', '
bulun<td><input type="text" name="websiteUrl" size="50" value="', $context['member']['website']['url'], '" /></td>
altına ekleyin </tr><tr>
<td><b>Sevdigim Film Türü: </b></td>
<td><select name="default_options[film_tab]">
<option', @$context['member']['options']['film_tab'] == 'aksiyon' ? ' selected="selected"' : '', '>aksiyon</option>
<option', @$context['member']['options']['film_tab'] == 'animasyon' ? ' selected="selected"' : '', '>animasyon</option>
<option', @$context['member']['options']['film_tab'] == 'belgesel' ? ' selected="selected"' : '', '>belgesel</option>
<option', @$context['member']['options']['film_tab'] == 'bilimkurgu' ? ' selected="selected"' : '', '>bilimkurgu</option>
<option', @$context['member']['options']['film_tab'] == 'biyografi' ? ' selected="selected"' : '', '>biyografi</option>
<option', @$context['member']['options']['film_tab'] == 'cizgifilm' ? ' selected="selected"' : '', '>cizgifilm</option>
<option', @$context['member']['options']['film_tab'] == 'drama' ? ' selected="selected"' : '', '>drama</option>
<option', @$context['member']['options']['film_tab'] == 'fantastik' ? ' selected="selected"' : '', '>fantastik</option>
<option', @$context['member']['options']['film_tab'] == 'gerilim' ? ' selected="selected"' : '', '>gerilim</option>
<option', @$context['member']['options']['film_tab'] == 'gizem' ? ' selected="selected"' : '', '>gizem</option>
<option', @$context['member']['options']['film_tab'] == 'kisafilm' ? ' selected="selected"' : '', '>kisafilm</option>
<option', @$context['member']['options']['film_tab'] == 'komedi' ? ' selected="selected"' : '', '>komedi</option>
<option', @$context['member']['options']['film_tab'] == 'korku' ? ' selected="selected"' : '', '>korku</option>
<option', @$context['member']['options']['film_tab'] == 'macera' ? ' selected="selected"' : '', '>macera</option>
<option', @$context['member']['options']['film_tab'] == 'romantik' ? ' selected="selected"' : '', '>romantik</option>
</select></td>
Display.template.php de bulun// Show how many posts they have made.
üstüne ekleyin //Üyenin Filmi modu huhe
if (empty($message['member']['options']['film_tab'])) {
$message['member']['options']['film_tab']='aksiyon'; }
echo '
<br><b>Sevdigim Film Türü:</b> <br><img src="', $settings['default_images_url'], '/', $message['member']['options']['film_tab'], '.gif" /> <br />';
Arkadaşlar yedek almayı unutmayın kolay gelsin...