Keyword

K2 Categories URL (SH404SEF)

More
10 years 4 months ago - 10 years 4 months ago #88901 by Odin Mayland
Replied by Odin Mayland on topic Re: K2 Categories URL (SH404SEF)
@Lefteris

Category Links. (I have set the item links in the parameters/advanced to be only the last category)

What do I change on line 196?
Log in  or Create an account to join the conversation.

More
10 years 4 months ago #88902 by Lefteris
Replied by Lefteris on topic Re: K2 Categories URL (SH404SEF)
Good news: You can apply the following code:

Replace:
foreach ($fullPath as $path)
				{
					$title[] = $path;
				}
with:
$title[] = array_pop($fullPath);

Bad news : there is no override path as far as i remember. So you will have to hack the core file. Before doing so ask the developers of SH404SEF if there is a path for overrides, just in case.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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