Hi Arlex or Team,
Please refer to this post that you've closed without answering
http://stackideas.com/forums/easysocial-sh404sef.
I said:
I played around with the sef_ext/video.php and trying to add the video category to the url like:
videos/
videocategory/
video-name-alias
the default is:
videos/video-name-alias
I tried to do this:
// For videos, we need to get the beautiful title
if (isset($id)) {
// Get the video alias
$videoAlias = getVideoAlias($id);
// get the video category alias
$videoCategoryAlias = getVideoCategoryAlias($id);
// Set the video alias
$title[] = $videoCategoryAlias . '/' . $videoAlias;
}
But the resulting url does not show the correct category name where the video is. Check this out:
http://webnew.lakeave.org/videos/all
Maybe I did not asked for how to fix it.

so can you please help?
Thanks,
Jackson