- Posts: 18
COMMUNITY FORUM
sh404sef custom url
- Diego Alejandro Fernandez
-
Topic Author
- Offline
- New Member
Less
More
13 years 10 months ago #97812
by Diego Alejandro Fernandez
sh404sef custom url was created by Diego Alejandro Fernandez
Hello,
I'm using Sh404sef 2.2.6.973 and K2 2.4.1
I want to custom my url to this way: mysite.com/itemid/title
At now I have this url: mysite.com/title-itemid
Is it possible?
I'm using Sh404sef 2.2.6.973 and K2 2.4.1
I want to custom my url to this way: mysite.com/itemid/title
At now I have this url: mysite.com/title-itemid
Is it possible?
Please Log in or Create an account to join the conversation.
- Diego Alejandro Fernandez
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 18
13 years 10 months ago #97813
by Diego Alejandro Fernandez
Replied by Diego Alejandro Fernandez on topic sh404sef custom url
if anyone know where can I find an answer please, let me know, because I don't find anything.
Please Log in or Create an account to join the conversation.
- Olivier Karfis
-
- Offline
- Elite Member
13 years 10 months ago #97814
by Olivier Karfis
Owner of www.FrenchToday.com - K2 fan and freelancer, runs the Joomla/K2 tip site: www.yanaku.com
Replied by Olivier Karfis on topic sh404sef custom url
Hi,
It's not possible without modifying the code...
Check out this blog post: www.yanaku.com/k2/using-k2-241-with-sh404sef-what-you-need-to-know
--Olivier
It's not possible without modifying the code...
Check out this blog post: www.yanaku.com/k2/using-k2-241-with-sh404sef-what-you-need-to-know
--Olivier
Owner of www.FrenchToday.com - K2 fan and freelancer, runs the Joomla/K2 tip site: www.yanaku.com
Please Log in or Create an account to join the conversation.
- Diego Alejandro Fernandez
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 18
13 years 10 months ago #97815
by Diego Alejandro Fernandez
Replied by Diego Alejandro Fernandez on topic sh404sef custom url
thanks for your reaplyI followed sh404 team instrunction to changed the /uhn/components/com_k2/sef_ext/com_k2.php for use id items at the end of url.But I want to publish my site on google news, and they tell me that I need use this structuremysite.com/itemid/titleBut my knowledge of PHP is very limited. If you know where can I find help, please tell me.Thanks!Juan
Please Log in or Create an account to join the conversation.
- Olivier Karfis
-
- Offline
- Elite Member
13 years 10 months ago #97816
by Olivier Karfis
Owner of www.FrenchToday.com - K2 fan and freelancer, runs the Joomla/K2 tip site: www.yanaku.com
Replied by Olivier Karfis on topic sh404sef custom url
Hi.
Can you post the code that you modified?
--Olivier
Can you post the code that you modified?
--Olivier
Owner of www.FrenchToday.com - K2 fan and freelancer, runs the Joomla/K2 tip site: www.yanaku.com
Please Log in or Create an account to join the conversation.
- Diego Alejandro Fernandez
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 18
13 years 10 months ago #97817
by Diego Alejandro Fernandez
Replied by Diego Alejandro Fernandez on topic sh404sef custom url
Yes, this is the line 123
$title[] = $row->title.' '.$id;
$title[] = $row->title.' '.$id;
Please Log in or Create an account to join the conversation.