Kunena 6.3.0 released

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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Where can I change the word "forum"?

More
14 years 8 months ago #1 by sf3349
Under each category on the front end, the word "forum" appears. How can I change that text? Thanks!

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

More
14 years 8 months ago #2 by Lintzy
What exactly do you mean? The word "Forum" left beside the words "Topics", "Replies", "Last Posts" ?

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

More
14 years 8 months ago - 14 years 8 months ago #3 by unundindur
I am not the OP, but I have the same question none-the-less.

*I want the area besides "topics" to be blank.
*I want the area beside Stats (at the bottom) to be blank, since it now says "Alumni Forum Stats"
*I want the instance beside "replies" to say "Alumni".
*I want the instance beside "Last posts" to say "Alumni".

Thanks as always :)
Last edit: 14 years 8 months ago by unundindur.

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

More
14 years 8 months ago #4 by Lintzy
@sf3349

Not sure, if you asked to hide the word forum in the table header like on screenshot:





If yes, here is the how to:

edit listcat.php (/components/com_kunena/template/default_ex)

ca line 199 comment
Code:
<?php echo _GEN_FORUM; ?>
out with <!-- --> or delete it (see red marked below:

<th class = "th-2 <?php echo $boardclass; ?>sectiontableheader" align="left"><!--<?php echo _GEN_FORUM; ?>--></th>



edit fb_sub_category_list.php (components/com_kunena/template/default)

ca line 89 comment
Code:
<?php echo _GEN_FORUM; ?>
out with <!-- --> or delete it (see red marked below:

<th class = "th-2 <?php echo $boardclass; ?>sectiontableheader" align="left"><!--<?php echo _GEN_FORUM; ?>--></th>





@ unundindur

I am really sorry, but I don't understand your requests. Perhaps, could you make a screenshot with changes on it?
Attachments:

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

Time to create page: 0.694 seconds