Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/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

Posting guide:

For a quick response, please give us as much information that helps us to understand the problem.
Please read first What information should I include when I ask for help (including how to post my configuration report)?
This category is for:
  • Kunena 1.7 product-related issues only; and
  • when your Kunena forum does not work.
Do not use this category:
  • to request adding to or removing from the standard features of Kunena;
  • if your question is of a commonly asked "how to" nature;
  • if you are not using the latest stable release of Kunena; or
  • ▪ general Joomla or website adminstration matters
General hints: How To Ask Questions The Smart Way .
Please read the guides posted as sticky topics in this category.
Also refer to the FAQs menu tab above for frequently asked questions.

Note: Support for, and all questions relating to, K 1.7 will cease on 31 August 2012. Our advice is, if you are having problems with K 1.7, to upgrade to K 2.x as soon as practicable,

Question From FireBoard 1.0.5RC1 to Kunena 1.7.1 topic titles not visible

More
12 years 2 months ago - 12 years 2 months ago #1 by smartcall
Hello,

Sorry for double posting, but my first post was in the wring forum. You can delete it.

I upgraded my forum from FireBoard 1.0.5RC1 to Kunena 1.7.1 by restoring the backup of the database tables to the new site and installing the latest version of Kunena. Everything went fine and now the forum is working.
The problem is that almost none of the topic titles are showing. Only the category name and the one who started the topic are visible and one can read it by clicking on the left icon. Some of the topic titles are visible. And in the latest posts module everything is OK - the titles are visible. The titles (subject filed) are present in the database table too.
So in the database I can't see any difference between the ones that are shown and the ones that aren't.
I think this has something to do with the length of the title. My forum is not in English, but in Cyrillic. All topic titles that are in Latin are visible and also the Cyrillic ones that are shorter too.
Even when I start a new topic with longer Cyrillic title it is not visible.
Any advise would be appreciated.

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Disabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 120 seconds | Max execution memory: 128M | Max file upload: 128M

This message contains confidential information

Joomla default template details : lov | author: Apostol Raykov | version: 1.1 | creationdate: 28.12.2011

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.7.1 | creationdate: 2011-11-16

Kunena version detailled: Installed version: 1.7.1 | Build: 5162 | Version name: UnderUret | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: UddeIm 2.5

Third-party SEF components: None

Plugins: System - Mootools Upgrade: Enabled | System - Mootools12: Disabled

Modules: Kunena Latest 1.7.1

Last edit: 12 years 2 months ago by smartcall.

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

More
12 years 2 months ago - 12 years 2 months ago #2 by smartcall
The problem is with KunenaParser::parseText
If I change the code in /components/com_kunena/template/default/threads/flat.php
Code:
<div class="ktopic-title-cover"><?php echo CKunenaLink::GetThreadLink ( 'view', intval($leaf->catid), intval($leaf->id), KunenaParser::parseText ($leaf->subject), KunenaParser::stripBBCode ( $leaf->message, 500), 'follow', 'ktopic-title km' ); ?>

to
Code:
<div class="ktopic-title-cover"><?php echo CKunenaLink::GetThreadLink ( 'view', intval($leaf->catid), intval($leaf->id), ($leaf->subject), KunenaParser::stripBBCode ( $leaf->message, 500), 'follow', 'ktopic-title km' ); ?>

Removing KunenaParser::parseText in front of ($leaf->subject), then it displays the titles.
Same solution with the forum index page, where the latest posts were not visible on the right of the categories.
Last edit: 12 years 2 months ago by smartcall.

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

Time to create page: 1.588 seconds