- Posts: 839
- Thank you received: 36
Kunena 6.0.8 Released (17 Jan 2023)
The Kunena team has announce the arrival of Kunena 6.0.8 [K 6.0.8] which is now available for download as a native Joomla extension for J! 4.2.x. This version addresses most of the issues that were discovered in K 6.0 and issues discovered during the development stages of K 6.0.
Solved [K.4.0.7] Crypsis - Remove Forum Title from page title
7 years 1 month ago #1
by ssh
[K.4.0.7] Crypsis - Remove Forum Title from page title was created by ssh
[K.4.0.7] Crypsis - Remove Forum Title from page title
Is there an option to remove the Forum Title from page title when using Crypsis?
I just can't find the option in the backend
Is there an option to remove the Forum Title from page title when using Crypsis?
I just can't find the option in the backend
Please Log in or Create an account to join the conversation.
7 years 1 month ago #2
by rich
Replied by rich on topic [K.4.0.7] Crypsis - Remove Forum Title from page title
Empty the field in "Configuration -> General -> Forum Title"
Please Log in or Create an account to join the conversation.
7 years 1 month ago - 7 years 1 month ago #3
by ssh
Replied by ssh on topic [K.4.0.7] Crypsis - Remove Forum Title from page title
An empty value will be something like this:
- post title
I dont want a dash as prefix in all my page titles
- post title
I dont want a dash as prefix in all my page titles
Last edit: 7 years 1 month ago by ssh.
Please Log in or Create an account to join the conversation.
7 years 1 month ago #4
by ssh
Replied by ssh on topic [K.4.0.7] Crypsis - Remove Forum Title from page title
I know how to manually do it in blue eagle
/libraries/kunena/view.php
Line: 773
Replace this:
$title = KunenaFactory::getConfig()->board_title .': '. $title;
for this:
$title = $title;
Do you know how to do it in crypsis?
/libraries/kunena/view.php
Line: 773
Replace this:
$title = KunenaFactory::getConfig()->board_title .': '. $title;
for this:
$title = $title;
Do you know how to do it in crypsis?
Please Log in or Create an account to join the conversation.
7 years 1 month ago #5
by 810
Replied by 810 on topic [K.4.0.7] Crypsis - Remove Forum Title from page title
components\com_kunena\controller\*
on k4.0.8 I have also fixed the override titles on the menu items
see: github.com/Kunena/Kunena-Forum/pull/3538/files
on k4.0.8 I have also fixed the override titles on the menu items
see: github.com/Kunena/Kunena-Forum/pull/3538/files
Please Log in or Create an account to join the conversation.
7 years 1 month ago #6
by ssh
Replied by ssh on topic [K.4.0.7] Crypsis - Remove Forum Title from page title
Understood
Please Log in or Create an account to join the conversation.
Time to create page: 0.238 seconds