Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] 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 and issues discovered during the last development stages of K 6.3

Solved [K.4.0.7] Crypsis - Remove Forum Title from page title

More
8 years 4 months ago #1 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

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

More
8 years 4 months ago #2 by rich
Empty the field in "Configuration -> General -> Forum Title"

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

More
8 years 4 months ago - 8 years 4 months ago #3 by ssh
An empty value will be something like this:
- post title

I dont want a dash as prefix in all my page titles
Last edit: 8 years 4 months ago by ssh.

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

More
8 years 4 months ago #4 by ssh
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?

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

More
8 years 4 months ago #5 by 810
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
The following user(s) said Thank You: Trony, ssh

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

More
8 years 4 months ago #6 by ssh

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

Time to create page: 0.529 seconds