On our site we have an image library that showing a photo of each
member.
What I'm trying to make is a link like this:
http://www.mysite.com/go/view/name1
and http://www.mysite.com/go/view/name2
Where the members names changes all the time - namexx.
So the link over each image will be the same, the only changes is the
username #username#
On the view template I will use <cfset user_name =
listLast("#request.UrlStr#","/")> to get the members name.
I have tried link like this:
<skin:buildlink objectid="#application.navid.view#/#username#"><img
src="#request.members_src_path#thumbs/#photo01_tumb#" alt="#username#
#age# years #country_long#" class="thumbnail_img" /></skin:buildlink>
This link doesn't work.
<skin:buildlink objectid="#application.navid.view#&#username#"><img
src="#request.members_src_path#thumbs/#photo01_tumb#" alt="#username#
#age# years #country_long#" class="thumbnail_img" /></skin:buildlink>
Works, but don't give friendly urls.
Any suggestion how to do this and keep the urls friendly and short as
possible, like http://www.mysite.com/go/view/name1
Best regards
Rune Pedersen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---