Hi,
I think it will be good to have "Wishlist" tab on "My Account" page, so user can access it easier.
I made a simple patch which shows what I'm speak about.
If you think it's a good idea, I can make better patch after tests.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | uc_wishlist-616126.patch | 2.27 KB | longwave |
| 111.diff | 699 bytes | ss81 |
Comments
Comment #1
longwaveThe patch above will not necessarily load the correct wishlist. Patch attached fixes that and also restricts access to the new menu item correctly.
Comment #2
longwaveCommitted to CVS.
Comment #3
ss81 commentedThanks!
Comment #5
mefisto75 commentedWill this patch be added to the next release? I'm sort of scared to add patches to a production site. Never done that before. Tempting though. Needed feature.
Comment #6
longwaveThe 6.x-1.x-dev release now contains this feature, and it will be rolled into the next official release as soon as it is ready.
Comment #7
ocamp commentedhi, thanks for the module, but im not seeing this.
Im using the latest release, I have the wishlist link, and block, but have no menu or tab item.
Comment #8
3cwebdev commentedMe too: Latest release and no wishlist tab on the account page.
Comment #9
ratinakage commentedI tested and it works OK on dev.
The problem for me is that when you click wishlist the first time, it goes to:
http://www.mysite.com/user/12/wishlist - This URL is useless to most users as they can't give it to their friends or share it. Most people cannot access this page.
After clicking "Update Wish List" link at the bottom of the page, it takes the user to:
http://www.mysite.com/wishlist/3 - This URL is more useful as they can share it. How can I access this URL from a menu or a block in the first place?
Thanks!
Comment #10
univate commentedYou really should create a new issue if you have a different issue from the original
This has been added, it appears we are just waiting on maintainers for a new release:
#1160900: New release?
Comment #11
ratinakage commentedI tested the latest dev build and it is not fixed there either...
Where would I find a fix to test?
Thanks!!
Comment #12
univate commentedThe wishlist option is in the tab options my users profile page. I am running the current -dev
Clear your cache (new menu wont show if you just updated the code) and check your users permissions.
Comment #13
ratinakage commentedHi,
Thanks for your response! My problem now is not that I don't see the wishlist tab on the user page. But rather that the URL for that menu item is not the ideal link. See #9.
It seems the wishlist can be accessed with two different URLS. One is a friendly one that can be bookmarked, exchanged and shared on social networks. The other one is unfriendly since it can only be seen by the user. I think it would be best to use the friendly one throughout since a large part of this module is the idea of sharing your wishlist which at the moment is tricky (requires pressing the 'update wishlist' button).
Thanks...
Comment #14
univate commented@ratinakage - well post a new issue as I said in #10.
This is was about adding a item to the users tabs, its been solved, that is why it should remain closed.
Comment #15
ratinakage commentedYou are right. I have logged it separately (http://drupal.org/node/1183252).
Thanks!!