[SOLVED] text statistics
S
Topic Author
[SOLVED] text statistics
11 years 10 months ago - 11 years 10 months ago
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
thanks.
IT
Ciao, vorrei sapere se è possibile cambiare il testo delle statistiche e come fare?
Grazie
Last edit: 11 years 10 months ago by ntstore.
Please Log in or Create an account to join the conversation.
Re: text statistics
11 years 10 months ago
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
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
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
S
Topic Author
Re: text statistics
11 years 10 months ago
Thanks for the reply, I was able to find it, but I can not find the part before the Forum Statistics "more accurately Kunena
Please Log in or Create an account to join the conversation.
Re: text statistics
11 years 10 months ago - 11 years 10 months ago
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:
Replace by:
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
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
Email: 9themestore@gmail.com
Twitter: @9themestore
Last edit: 11 years 10 months ago by ntstore.
Please Log in or Create an account to join the conversation.
S
Topic Author
Re: text statistics
11 years 10 months ago
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.245 seconds