Kunena 6.3.8 Released

The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

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

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

Question Increase word title

More
13 years 7 months ago #1 by Carlitos
Increase word title was created by Carlitos
I would increase the subject word of tititle in the index-forum
Who controls this feature?
Attachments:

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

More
13 years 7 months ago #2 by Carlitos
Replied by Carlitos on topic Re: Increase word title
Simply increasing the number 30
Code:
<?php echo JText::_('COM_KUNENA_GEN_LAST_POST') . ': '. CKunenaLink::GetThreadPageLink ( 'view', intval($category->catid), intval($category->thread), intval($category->page), intval($this->config->messages_per_page), KunenaParser::parseText($category->subject, 30), intval($category->id_last_msg) );?>
in /myroot/components/com_kunena/template/default/categories/categories.php

Right?

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

More
13 years 7 months ago #3 by sozzled
Replied by sozzled on topic Re: Increase word title

Carlitos wrote: Simply increasing the number 30 ... Right?

No ... wrong.

I want to be sure that I understand your question. Are you asking if you can increase the font size of the text that you highlighted in your picture? Is that your question? :dry:

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

More
13 years 7 months ago #4 by Carlitos
Replied by Carlitos on topic Re: Increase word title
Not the size but the number of characters
Change the cutting of the words... increasing it

Sorry for my english...i'm italian

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

More
13 years 7 months ago #5 by sozzled
Replied by sozzled on topic Re: Increase word title
Sorry for my misunderstanding. You want to increase the number of characters! In that case, I think you idea will work. Have you tested it?

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

More
13 years 7 months ago #6 by Carlitos
Replied by Carlitos on topic Re: Increase word title
It works fine but I wanted to know if it causes problems.

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

More
13 years 7 months ago #7 by sozzled
Replied by sozzled on topic Re: Increase word title
I don't know. It's your hack and your website and it's a question that only you can answer. I haven't tried it.

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

Time to create page: 0.381 seconds