Closed (fixed)
Project:
me aliases
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2009 at 07:08 UTC
Updated:
27 Oct 2011 at 12:54 UTC
Hello,
Thanks for this realy cool module.
A little bit similar to the issue "no tabs under user/me" but not exactly the same is my request.
I am using "Flag-Friend-Module". It creates 3 tabs in the user-profile: View all friends Avaiting friend approvals and Friend requests.
For example the link to View all friends is /user/%user-id/friends. It shows all flagged and accepted friends. But when i use /user/me/friends the list shows nothing. I dont know for sure if this is an issue for 'me'-aliases or for flag-friends.
I am using 'me' aliases in version 2.6.
I am using following modules:
Comments
Comment #1
chaosprinz commentedNow i know more: The tabs of "Flag-Friend" are created by views. This views have argumented pathes like "user/%/friends/all". When i use User-arguments i can tell them to allow "me" as argument for the uid. But this cant be done with flag-arguments, if ya know what i mean.
Would be fine if there would be a workaround or something.
Comment #2
cdale commentedSorry for the delayed reply.
I'm looking into this.
Comment #3
cdale commentedI just committed some code which adds a me argument validator, which should enable you to use me for any argument if you want.
Comment #4
highvoltage commentedHoly crap, perfect timing! Thank you cdale, you seem to be taking good care of your module from the issues I've read. Keep up the good work!
Comment #5
cdale commentedThanks highvoltage. I'll probably be making a release with this change over the weekend.
Comment #6
chaosprinz commentedwhoo yeah. This would be realy great. This fix would give real much dynamic for the creation of menus. Prethanks from germany
Comment #8
shaunpv commentedOk i am having this same issue, I went to the view and in the argument checked the
Redirect to the users uid when 'me' is entered as an argument.
If selected, when a user enters 'me' for this argument, they will be redirected to the view with their user id inplace of 'me'.
but this still doesn't have my link going to the right page with the user id
Comment #9
shaunpv commentedhow did you exactly fix this, i am having the issue checked the box in the argument but still not showing
Comment #10
asb commentedSame issue here with 'me' 6.x-2.9.
Comment #11
shaunpv commentedOk i have a walk around, forget views etc
Just go make a block and put this code in as php, and bam you have the link to your pending friends and the number waiting to be approved! Dont forget to change yourdomain in the link.
Comment #12
shaunpv commentedclosing