Read before updating: How to Update Kunena Templates - More detail

[SOLVED] text statistics

S Topic Author
Senior Member Senior Member
  • Posts: 52
  • Thanks: 0

[SOLVED] text statistics

11 years 9 months ago - 11 years 9 months ago
#1722
Hello, I would like to know if it is possible to change the text of the statistics and how to do?
thanks.

IT

Ciao, vorrei sapere se è possibile cambiare il testo delle statistiche e come fare?
Grazie

Attachments:

Last edit: 11 years 9 months ago by ntstore.

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

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: text statistics

11 years 9 months ago
#1725
Hi,

If you want to change the text, please follow some below steps:

1. Open the "en-GB.com_kunena.ini" file in the "[root]/components\com_kunena\language\en-GB" path.

2. Go to about line 101 or find this language param: COM_KUNENA_STAT_FORUMSTATS="Forum Statistics"

3. Change the text and save.

4. Back to the front-end of your forum to view all changed.

Hope this helps
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

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

S Topic Author
Senior Member Senior Member
  • Posts: 52
  • Thanks: 0

Re: text statistics

11 years 9 months ago
#1727
Thanks for the reply, I was able to find it, but I can not find the part before the Forum Statistics "more accurately Kunena

Attachments:

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

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: text statistics

11 years 9 months ago - 11 years 9 months ago
#1728
Hi,

We provide you two solutions to remove the "Kunena" text.

Op 1: Open the statistics.php file in the "[root]/components\com_kunena\template\nts_kargo\html\common" folder. Go to about line 17 or find below code:
Code:
<h2><span><?php echo $this->getStatsLink($this->config->board_title.' '.JText::_('COM_KUNENA_STAT_FORUMSTATS'), ''); ?></span></h2>

Replace by:
Code:
<h2><span><?php echo $this->getStatsLink(JText::_('COM_KUNENA_STAT_FORUMSTATS'), ''); ?></span></h2>

Save and refresh your site.

Op 2: Login to back-end of your site and go to: "Components -> Kunena Forums -> Configuration". Delete the Forum Title in the General tab.

Click the "Save" button and refresh your site.

Hope this helps
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Last edit: 11 years 9 months ago by ntstore.

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

S Topic Author
Senior Member Senior Member
  • Posts: 52
  • Thanks: 0

Re: text statistics

11 years 9 months ago
#1729
Thank you so much, it was so easy for those in the know.

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

Time to create page: 0.258 seconds