Friday 27 May 2011 7:28:40 am
Is it possible to use the object id for the url? It is something like this: users should be able to add data that is no readable by other users. The problem is that it is very common for the users to add objects with the same name. So if 2 users will create some content called "content", the first user will see the url to content as "parent/content", the second one will see the url to it's content like "parent/content-2". I would not like this to happen, and I can see 2 options: 1) use for object's url it's id, like parent/77 (where 77 is the object's id) 2) add to object's url the owner's id, like parent/content-88 (where 88 is the user's id) Are these setups possible?
|