Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Question Resim [IMG] Sorununun Çözümü

More
14 years 7 months ago - 14 years 7 months ago #1 by ethelmanea
Merhaba arkadaşlar baktım kimse soruna çözüm bulmamış ben araştırayım bulayım dedim.
İlk resmi gösterip ikinci resmi göstermeme sorunu [IMG] diye göstermesi sorununun çözümü aşağıdakileri yapmanızla hallolur.

Şu dosyayı açın
/components/com_kunena/lib/kunena.parser.php lines: 345-348

Önceki Kod:

Code:
$file_ext = explode(',', $params->get('upload_extensions')); preg_match('/\.([\w\d]+)$/', $between, $matches); } if (!in_array(strtolower($matches[1]), $file_ext)) break;



Bu şekilde değiştirin:

Code:
$file_ext = explode(',', $params->get('upload_extensions')); } preg_match('/\.([\w\d]+)$/', $between, $matches); if (!in_array(strtolower($matches[1]), $file_ext)) break;



ATmaCA - K@RQ PR€NS
Last edit: 14 years 7 months ago by ethelmanea.

Please Log in or Create an account to join the conversation.

More
14 years 7 months ago #2 by Enes
Paylaşım ve bilgilendirme için teşekkürler...

Please Log in or Create an account to join the conversation.

More
14 years 3 weeks ago - 14 years 3 weeks ago #3 by turkerol
yaw arkadaşlarşu işe bir türlü çözüm bulamadım...kunena 1.5.10 kurdum bakmadığım forum,araştırmadığım şey kalmadı.ama siteye mesaj yazarken malesef yolllamk istediğim foto gitmiyorrr....bu bahsettiğiniz kodlarda kunena.parser.php 'in 614-615-616 satırlarda bulunuyor..ne denediysem nafile.dosya izinleri fb files altında image 777...
Attachments:
Last edit: 14 years 3 weeks ago by turkerol.

Please Log in or Create an account to join the conversation.

More
14 years 2 weeks ago #4 by ugur
turkerol wrote:

yaw arkadaşlarşu işe bir türlü çözüm bulamadım...kunena 1.5.10 kurdum bakmadığım forum,araştırmadığım şey kalmadı.ama siteye mesaj yazarken malesef yolllamk istediğim foto gitmiyorrr....bu bahsettiğiniz kodlarda kunena.parser.php 'in 614-615-616 satırlarda bulunuyor..ne denediysem nafile.dosya izinleri fb files altında image 777...


www.kunena.com/forum/41-turkish/43487-ku...-1510-hakknda-duyuru

Please Log in or Create an account to join the conversation.

More
14 years 2 weeks ago #5 by RAMX
şu embed olayınada bi el atsanız mesajlara embed ile video eklenemiyoda :(

Please Log in or Create an account to join the conversation.

More
14 years 2 weeks ago #6 by Trabzonli
embed olayı şimdilik mümkün değil çıkacak diğer sürümleri bekleyiniz yada kunena editöründeki video sitelerine uygun videolar bulmanız.

Please Log in or Create an account to join the conversation.

Time to create page: 0.386 seconds