Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Adding a Unique ID to the SEF url
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1
  • 2

TOPIC: Adding a Unique ID to the SEF url

Re:Adding a Unique ID to the SEF url 17 years, 3 months ago #2873

  • x126
anyone?

Re:Adding a Unique ID to the SEF url 17 years, 3 months ago #2874

  • dajo
  • OFFLINE
  • Posts: 5069
Well, you can't just add a parameter to some function and think it will do what you want :)
I meant adding the content id to the string representing content title returned from a database.
If you don't understand what I mean, you'd probably better wait until we implement this.

Regards,
David
ARTIO Support Team

Re:Adding a Unique ID to the SEF url 17 years, 3 months ago #2875

  • x126
Hello David,

I appreciate the reply -I obviously did not understand completely - however I am off to do just that -understand - I need to resolve this issue as soon as possible.

Artio JoomSEF works quite nicely and I want to say good job and Thanks

and of course my next question to you would be re: \"If you don't understand what I mean, you'd probably better wait until we implement this.\"

when will this implementation take place?

Re:Adding a Unique ID to the SEF url 17 years, 3 months ago #2931

Hello
Try that (for version 2.1.0)

Near :

if ((@$task == 'view') && isset($sefConfig->suffix)) {
$title[count($title) - 1] .= $sefConfig->suffix;

}
else

add after line \" $title[count($title) - 1] .= $sefConfig->suffix;\" this line :
$title[count($title) - 1] = $id.\"-\".$title[count($title) - 1];

I hope this will be helpful, it works for me.
Tichab

Re:Adding a Unique ID to the SEF url 16 years, 6 months ago #4189

  • haji
hi dear
i am work joomsef version v2.2.6
i want add Unique ID
how add my joomsef

Re:Adding a Unique ID to the SEF url 16 years, 6 months ago #4193

  • haji
please help me
  • Page:
  • 1
  • 2
User Login Empty