- Posts: 2
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.
Question Removing (1/1) fomr Browser Titles
10 years 11 months ago #165545
by GeoffAU
Removing (1/1) fomr Browser Titles was created by GeoffAU
Hi,
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.
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.
10 years 11 months ago #165547
by 810
Replied by 810 on topic Removing (1/1) fomr Browser Titles
look in components/com_kunena/views/topic/view.html.php
search for . " ({$page}/{$pages})" and remove them
search for . " ({$page}/{$pages})" and remove them
The following user(s) said Thank You: GeoffAU
Please Log in or Create an account to join the conversation.
10 years 11 months ago #165549
by GeoffAU
Replied by GeoffAU on topic Removing (1/1) fomr Browser Titles
Thank you! That is exactly what I was looking for. Very much appreciated.
Please Log in or Create an account to join the conversation.
10 years 10 months ago #166729
by nissilaws
Replied by nissilaws on topic Removing (1/1) fomr Browser Titles
I tried this and it did not work. When I click on a topic thereafter, it gives me 500 internal server error. I have kunena 4.0.3
Kindly, what could be the problem?
Kindly, what could be the problem?
Please Log in or Create an account to join the conversation.
10 years 10 months ago #166730
by 810
Replied by 810 on topic Removing (1/1) fomr Browser Titles
Then you have removed to much, or to less.
make sure you delete:
({$page}/{$pages})
make sure you delete:
({$page}/{$pages})
Please Log in or Create an account to join the conversation.
10 years 10 months ago #166793
by nissilaws
Replied by nissilaws on topic Removing (1/1) fomr Browser Titles
I removed ({$page}/{$pages}), but this time I did not remove the accompanying quotation marks. When I click on a topic, it no more gives 500 internal server error. However, I discoved (1/1) is still part of the browser title.
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.
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.
Time to create page: 0.239 seconds