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

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question tags / keywords hack for kunena

More
14 years 6 months ago #11 by FENIX
I don't think so, because I have the same trouble as it was with "related posts" module.
i noticed the same difference in strings - $database --->kunena_db

So I guess I should try to find all code pieces that are different from Joomla 1.5 (Kunena 1.5)
I hope I will do it.

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

More
14 years 6 months ago #12 by guerilla
you are right. some codes have been changed.

at post.php, change this:
Code:
//tags hack by golge $tags = mosGetParam($_REQUEST, "tags", null); //tags hack by golge

to this:
Code:
//tags hack by golge $tags = JRequest::getVar('tags', '', 'REQUEST', 'string'); //tags hack by golge

and this:
Code:
//tags hack by golge $database->setQuery("INSERT INTO #__fb_messages (parent,thread,catid,name,userid,email,subject,time,ip,topic_emoticon,hold,tags) VALUES('$parent','$thread','$catid','$fb_authorname','{$my->id}','$email','$subject','$posttime','$ip','$topic_emoticon','$holdPost','$tags')"); //tags hack by golge


to this:
Code:
//tags hack by golge $kunena_db->setQuery("INSERT INTO #__fb_messages (parent,thread,catid,name,userid,email,subject,time,ip,topic_emoticon,hold, tags) VALUES('$parent','$thread','$catid',".$kunena_db->quote($fb_authorname).",'{$kunena_my->id}',".$kunena_db->quote($email).",".$kunena_db->quote($subject).",'$posttime','$ip','$topic_emoticon','$holdPost','$tags')"); //tags hack by golge

this:
Code:
//tags hack by golge . "' ,modified_time='" . $modified_time . "' ,modified_reason='" . $modified_reason : "") . "', subject='" . addslashes($subject) . "', topic_emoticon='" . ((int)$topic_emoticon) . "', hold='" . ((int)$holdPost) . "', tags='" . $tags . "' WHERE id={$id}"); //tags hack by golge

to this:
Code:
//tags hack by golge . "' ,modified_time='" . $modified_time . "' ,modified_reason=" . $kunena_db->quote($modified_reason) : "") . ", subject=" . $kunena_db->quote(addslashes($subject)) . ", topic_emoticon='" . ((int)$topic_emoticon) . "', hold='" . ((int)$holdPost) . "', tags='" . $tags . "' WHERE id={$id}"); //tags hack by golge

theese are the differencies ive found.

good luck..

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

More
14 years 6 months ago #13 by gonzaunit
"These keywords can be used as meta description of the site to improve SEO?

because they appear for example:


the tags would be good additions are part of the keywords.

greetings. ;)

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

More
14 years 6 months ago #14 by dirtydoug
not working with kunena 1.5.6 :) i guess kunena have change their files ill wait for an update as this is a handy tool.

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

More
14 years 4 months ago #15 by kade119
so this tool lets the user add keywords to their post?

and does this work with Kunena 1.5.7?

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

More
14 years 4 months ago #16 by guerilla
yep.

i didnt tried at 1.5.7 but i guess it works...

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

More
14 years 4 months ago #17 by nzimas
On 1.5.7 i am getting the following errors:
Code:
Warning: include_once(KUNENA_ABSSOURCESPATHkunena.bbcode.js.php) [function.include-once]: failed to open stream: No such file or directory in /component/com_kunena/template/default_ex/fb_write.html.php on line 32
and
Code:
Warning: require_once(KUNENA_ABSSOURCESPATHkunena.forumjump.php) [function.require-once]: failed to open stream: No such file or directory in /components/com_kunena/template/default_ex/post.php on line 2010 Fatal error: require_once() [function.require]: Failed opening required 'KUNENA_ABSSOURCESPATHkunena.forumjump.php' (include_path='.:/usr/share/php:/usr/share/pear') in /components/com_kunena/template/default_ex/post.php on line 2010

Quick fix would be much appreciated.
Otherwise I'll have to roll back to 1.5.5.

Thanks.

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

More
14 years 4 months ago #18 by guerilla
do not overwrite php files.

open them and transfer the codes between this expressions:

//tags hack by golge

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

More
14 years 1 month ago #19 by bcaner
Selam Guerilla, forumun Türkçe bölümünde de Türkçe bir şekilde anlatırsan süper olur. Bu tag olayını yapmak istiyorum fakat ingilizcem çok iyi değil. Sen de bir Türk olarak bizleri sevindirirsen çok seviniriz :)

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

More
14 years 1 month ago #20 by guerilla
bcaner wrote:

Selam Guerilla, forumun Türkçe bölümünde de Türkçe bir şekilde anlatırsan süper olur. Bu tag olayını yapmak istiyorum fakat ingilizcem çok iyi değil. Sen de bir Türk olarak bizleri sevindirirsen çok seviniriz :)

kurulum:
öncelikle veritabanını açıp jos_fb_messages tablosunda tags adında bir alan oluştur.
alan adı: tags
türü: tinytext
null: null



ilk mesajımdaki zip dosyasındaki php dosyalarını açıp aşağıdaki ifadeler arasındaki kısımları bulup kendi forum dosyalarında aynı kısımlara kopyala:
Code:
//tags hack by golge

zip dosyasındaki dosyaların sürümü eski olduğu için dosyaları direk üstüne yazdırmanı tavsiye etmem.





son olarak dil dosyasını açıp aşağıdaki kodu eklemeyi unutma. tırnak içindeki kısmı "etiket" diye değiştirebilirsin.

Code:
DEFINE('_GEN_TAGS', 'Tags');

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

Time to create page: 0.475 seconds