profil.templateyi aç
Kod: (bul)
Kod:
// Show the users signature.
Kod: (üst satırına bu kodu ekle)
Kod:
echo '
</tr>
<tr><td><font color=#FF0000><b>Mp3 Dinlet: </b></td>
', !empty($context['member']['options']['mp3dinlet']) ? '<td><EMBED src="' . $context['member']['options']['mp3dinlet'] . '" border="0" width="200" height="28">
</td>' : '', '
</tr><tr><td colspan="2"><hr size="1" width="100%" class="hrcolor" /></td> </tr>';
Kod: (bul)
Kod:
// Show the standard "Save Settings" profile button.
template_profile_save();
echo '
</table>
</td>
</tr>
</table>';
/* If the user is allowed to choose avatars stored on the server, the below javascript is used to update the
file listing of avatars as the user changes catergory. It also updates the preview image as they choose
different files on the select box. */
Kod: (üst satırına bu kodu ekle)
Kod:
echo'
<tr><td colspan="2"><hr width="100%" size="1" class="hrcolor" /></td></tr>
<tr>
<td><font color=#FF0000> Mp3 linki: </b></td> <td><input type="text" name="default_options[mp3dinlet]" size="50" value="', @$context['member']['options']['mp3dinlet'], '" /></td>
</tr>';
buda ekran görüntüsü üst kısım profil görünüşü altıda kullanıcı profili sayfasında mp3 linkinin yazıldığı yer

Mod Sahibi : Rallyprocodur