Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Question Seviye Yönetimi

More
16 years 9 months ago #26294 by bcaner
Replied by bcaner on topic Re:Seviye Yönetimi
hocam ben sana mysql'e gir demiştim, oradan değiştirebilirsin sadece.

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

More
16 years 9 months ago #26376 by cempatik
Replied by cempatik on topic Re:Seviye Yönetimi
bcaner wrote:

hocam ben sana mysql'e gir demiştim, oradan değiştirebilirsin sadece.

hocam mysq ile alakalı bir durum değil kunena panelde işlem yapamıyordum sadece isim değil mesaj sayısını belirtme seviye (rank) resim seçme gibi işlemler yapamıyordum ama çözdüm yukarda belirttiğim gibi yapılırsa sorun kalmıyor...

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

More
16 years 8 months ago - 16 years 8 months ago #26659 by fxstein
Replied by fxstein on topic Re:Seviye Yönetimi
[img



Test

We love stars on the Joomla Extension Directory . :-)
Last edit: 16 years 8 months ago by fxstein.

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

More
16 years 8 months ago - 16 years 8 months ago #26671 by alakentu
Replied by alakentu on topic Re:Seviye Yönetimi
@Fxstein.

Hello Brother.

Although it is not the appropriate forum and not the language of this forum! I saw the error and I thought well that is not strange to see images that load on the component..

I began to check and found the error within the file kunena.parser.php, in the case [img] says this:
Code:
case 'img': if($between) { static $file_ext = null; if (empty($file_ext)) { $matches = null; $params = &JComponentHelper::getParams( 'com_media' ); $file_ext = explode(',', $params->get('upload_extensions')); preg_match('/\.([\w\d]+)$/', $between, $matches); } if (!in_array(strtolower($matches[1]), $file_ext)) break;

I removed the [break] the piece of code and now works fine on my local forum, the truth is not well done but if you're currently serve on this error!:
Code:
case 'img': if($between) { static $file_ext = null; if (empty($file_ext)) { $matches = null; $params = &JComponentHelper::getParams( 'com_media' ); $file_ext = explode(',', $params->get('upload_extensions')); preg_match('/\.([\w\d]+)$/', $between, $matches); } if (!in_array(strtolower($matches[1]), $file_ext));// No Break

My respect for all!

KS!
NO hacer Spam | NO esbribas todo en mayúsculas | Sigue las reglas
Last edit: 16 years 8 months ago by alakentu.

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

More
16 years 3 months ago #37930 by bcaner
Replied by bcaner on topic Re:Seviye Yönetimi
kunena.parser.php nerede? Bu sorunun tam çözümü nedir?

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

More
16 years 2 months ago #40117 by lubimaya
Replied by lubimaya on topic Re:Seviye Yönetimi
/components/com_kunena/lib içinde

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

Time to create page: 0.205 seconds