Keyword

Spacing in URL for tag links at the bottom of the articles

  • Francis Darren
  • Francis Darren's Avatar Topic Author
  • Offline
  • Senior Member
More
13 years 10 months ago #84603 by Francis Darren
I noticed that the non SEF url has a space inbetween as well. Do you know which file do I need to change to fix this?

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

More
13 years 10 months ago #84604 by Kailey Lampert
The only files I've edited to make the tags work were the ones mentioned above - it's worked for me several times. It's possible there's something unique to your setup that's causing the issue. Sorry I can't be more help.

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

  • Francis Darren
  • Francis Darren's Avatar Topic Author
  • Offline
  • Senior Member
More
13 years 10 months ago #84605 by Francis Darren
Aww, k thanks anyway.

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

  • Francis Darren
  • Francis Darren's Avatar Topic Author
  • Offline
  • Senior Member
More
13 years 10 months ago #84606 by Francis Darren
Woot solved it!

Just needed to fix case 'tag'

case 'tag':
$tag=str_replace('%20','-',$tag);
$tag=str_replace('+','-',$tag);
$title[] = $tag;
break;

in components/com_k2/sef_ext

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


Powered by Kunena Forum