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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Change Page-Title Order

More
16 years 4 months ago #34539 by kade119
Replied by kade119 on topic Re:Change Page-Title Order
ah.. why did i not turn off sef urls... i forgot to use the url string to find the files

thanks!!!

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

More
16 years 4 months ago #34541 by kade119
Replied by kade119 on topic Re:Change Page-Title Order
if anyone else runs into this problem and wants to switch the order on their document title... please go to the fb_pathway.php file


line 150

this code below places your document title first and then your forum title

$document=& JFactory::getDocument();
$document->setTitle(htmlspecialchars_decode($fbConfig->board_title) . ' - ' . stripslashes($jr_topic_title ? $jr_topic_title : $fr_title_name));





also, if you just remove line 150, it will automatically use your joomla menu item page title

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

Time to create page: 0.237 seconds