- Posts: 55
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- Spacing in URL for tag links at the bottom of the articles
Spacing in URL for tag links at the bottom of the articles
- Francis Darren
-
Topic Author
- Offline
- Senior Member
Please Log in or Create an account to join the conversation.
- Francis Darren
-
Topic Author
- Offline
- Senior Member
- Posts: 55
Please Log in or Create an account to join the conversation.
- Kailey Lampert
-
- Offline
- New Member
- Posts: 9
I don't if this will help, but you can see the modified version of one of the files here: trepmal.com/joomla/joomlak2-tags-mod/ (it's the same basic fix for the 3 files mentioned).
Please Log in or Create an account to join the conversation.
- Francis Darren
-
Topic Author
- Offline
- Senior Member
- Posts: 55
Please Log in or Create an account to join the conversation.
- Kailey Lampert
-
- Offline
- New Member
- Posts: 9
Please Log in or Create an account to join the conversation.
- Francis Darren
-
Topic Author
- Offline
- Senior Member
- Posts: 55
Edited item.php and category_item.php in mytemplate/html/com_k2 instead of /components/com_k2/templates/default/
Please Log in or Create an account to join the conversation.
- Francis Darren
-
Topic Author
- Offline
- Senior Member
- Posts: 55
Please Log in or Create an account to join the conversation.
- Kailey Lampert
-
- Offline
- New Member
- Posts: 9
Darren Francis said:Thanks a billion! it works!
Edited item.php and category_item.php in mytemplate/html/com_k2 instead of /components/com_k2/templates/default/
Please Log in or Create an account to join the conversation.
- Kailey Lampert
-
- Offline
- New Member
- Posts: 9
Darren Francis said:Hmm, the link is showing right but i'm still getting the 404 error
Please Log in or Create an account to join the conversation.
- Francis Darren
-
Topic Author
- Offline
- Senior Member
- Posts: 55
Please Log in or Create an account to join the conversation.
- Francis Darren
-
Topic Author
- Offline
- Senior Member
- Posts: 55
Please Log in or Create an account to join the conversation.
- Kailey Lampert
-
- Offline
- New Member
- Posts: 9
Please Log in or Create an account to join the conversation.
- Francis Darren
-
Topic Author
- Offline
- Senior Member
- Posts: 55
Please Log in or Create an account to join the conversation.
- Francis Darren
-
Topic Author
- Offline
- Senior Member
- Posts: 55
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.
- Forum
- K2 Community Forum
- English K2 Community
- Spacing in URL for tag links at the bottom of the articles