- Posts: 2
- Thank you received: 0
Kunena 6.3.4 released
The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] 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 / 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.
Question Removing (1/1) fomr Browser Titles
Is there a way to remove the page number from the browser title created by Kenuna?
I have looked over the setTitle function in libraries/kunena/view.php but I can not find anything there about page numbers.
Please Log in or Create an account to join the conversation.
search for . " ({$page}/{$pages})" and remove them
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Kindly, what could be the problem?
Please Log in or Create an account to join the conversation.
make sure you delete:
({$page}/{$pages})
Please Log in or Create an account to join the conversation.
This is what my browser title looks like: Topic: 8 Things parents should know about raising boys (1/1)
Please I want to know how to remove Topic and (1/1). Why is this retained after removing ({$page}/{$pages}).
Thanks for your help.
Please Log in or Create an account to join the conversation.
components/com_kunena/controller/topic/item/display.php
see here all locations:
github.com/Kunena/Kunena-Forum/search?l=...D%29+&utf8=%E2%9C%93
Please Log in or Create an account to join the conversation.