TRForumcu.NeT (Arşiv Ana sayfa) => SMF

Konu: Resim Eklenmeden Mesaj Gönderilemez

Sayfa: [ 1 ]

Gondolin 22.06.2008 14:44:11

Notice: Undefined index: codeselectall in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 30

Notice: Undefined index: codeselectall in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 30

Notice: Undefined index: codedivider in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 31

Notice: Undefined index: codecopytoclipboard in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 31

Notice: Undefined index: codecopytoclipboard in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 31

Notice: Undefined index: codeselectall in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 30

Notice: Undefined index: codeselectall in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 30

Notice: Undefined index: codedivider in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 31

Notice: Undefined index: codecopytoclipboard in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 31

Notice: Undefined index: codecopytoclipboard in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 31

Notice: Undefined index: codeselectall in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 30

Notice: Undefined index: codeselectall in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 30

Notice: Undefined index: codedivider in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 31

Notice: Undefined index: codecopytoclipboard in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 31

Notice: Undefined index: codecopytoclipboard in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 31

Notice: Undefined index: codeselectall in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 30

Notice: Undefined index: codeselectall in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 30

Notice: Undefined index: codedivider in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 31

Notice: Undefined index: codecopytoclipboard in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 31

Notice: Undefined index: codecopytoclipboard in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 31

Notice: Undefined index: codeselectall in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 30

Notice: Undefined index: codeselectall in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 30

Notice: Undefined index: codedivider in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 31

Notice: Undefined index: codecopytoclipboard in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 31

Notice: Undefined index: codecopytoclipboard in /home/trforum/public_html/forum/Sources/Subs.php(1222) : runtime-created function on line 31
Bu ipucumuz sayesinde eğer üye mesajına resim eklememişse mesaj gönderilemez. Resim img tagı ile ya da eklenti olarak eklenmelidir. (Belki birisinin işine yarar. Tongue)

../Sources/Post.php

Bul:

Kod:  
if (!isset($_POST['message']) || $func['htmltrim']($_POST['message']) === '')

Değiştir:

Sadece yeni konu açarken çalışması için:

Kod:  
if (isset($_POST['message']) && strtr($_POST['message'], array("[IMG]http://www.trforumcu.net/forum/[/IMG]" => "image")) == $_POST['message'] && $board == 1453 && empty($topic) && !in_array($_FILES['attachment']['type'][0], array('image/gif', 'image/jpeg', 'image/png')))
$post_errors[] = 'no_img';
if (!isset($_POST['message']) || $func['htmltrim']($_POST['message']) === '')

Her mesaj için çalışması için:

Kod:  
if (isset($_POST['message']) && strtr($_POST['message'], array("[IMG]http://www.trforumcu.net/forum/[/IMG]" => "image")) == $_POST['message'] && $board == 1453 && !in_array($_FILES['attachment']['type'][0], array('image/gif', 'image/jpeg', 'image/png')))
$post_errors[] = 'no_img';
if (!isset($_POST['message']) || $func['htmltrim']($_POST['message']) === '')

../Themes/default/languages/Errors.turkish.php

Bul:

Kod:  
?>

Değiştir:

Kod:  
$txt['error_no_img'] = 'Resim eklemediniz.';

?>



Tamamiyle [SiNaN] yapımıdır.


Sayfa: [ 1 ]