Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 SEO better - Change forum title with parent forum title

More
16 years 7 months ago - 16 years 7 months ago #39834 by SEOLord
So, change board title with parent forum.

I did like this :

lines 148 and 149 in template/default_ex/fb_pathway.php
lines:
Code:
$document=& JFactory::getDocument(); $document->setTitle(htmlspecialchars_decode($jr_topic_title ? $jr_topic_title : $fr_title_name) . ' - ' . stripslashes($fbConfig->board_title));

replace with:
Code:
$document=& JFactory::getDocument(); $document->setTitle(htmlspecialchars_decode($jr_topic_title ? $jr_topic_title : $fr_title_name) . ' - ' . stripslashes($fr_name));

This makes it more SEO friendly.
Hope somebody can tell me if I did something wrong, or it works ok for you guys to :blush:
Last edit: 16 years 7 months ago by SEOLord.

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

More
16 years 7 months ago #40568 by skkuumar
Hi friends

When i enable SEO on Kunena, I am getting url like

www.askforhrd.com/HR-Forum/Staffing/7508...r-Letter-Sample.html

But I need url like below

www.askforhrd.com/Staffing/7508-Offer-Letter-Sample.html

Can u pl. help me

regards

Skkuumar

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

More
16 years 7 months ago #40592 by SEOLord
sh404 does this, removing the "forum" or other alias you use in menu.
As I see you already try it, but fix:
Code:
Fatal error: Call to undefined function shcheckredirect() in /home/askforhr/public_html/components/com_sh404sef/sh404sef.inc.php on line 360

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

More
16 years 7 months ago #40597 by skkuumar
Hi

I am planning to remove sh404, and use kunena seo. Is it possible to make such type of url using kunena seo alone. Because i have a problem in using sh404

regards

skkuumar

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

Time to create page: 0.220 seconds