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.

CommentFileSizeAuthor
#1 uc_wishlist-616126.patch2.27 KBlongwave
111.diff699 bytesss81

Comments

longwave’s picture

Status: Active » Needs review
StatusFileSize
new2.27 KB

The patch above will not necessarily load the correct wishlist. Patch attached fixes that and also restricts access to the new menu item correctly.

longwave’s picture

Status: Needs review » Fixed

Committed to CVS.

ss81’s picture

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mefisto75’s picture

Will 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.

longwave’s picture

The 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.

ocamp’s picture

Category: feature » support
Status: Closed (fixed) » Active

hi, 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.

3cwebdev’s picture

Me too: Latest release and no wishlist tab on the account page.

ratinakage’s picture

I 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!

univate’s picture

Status: Active » Closed (fixed)

You 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?

ratinakage’s picture

I tested the latest dev build and it is not fixed there either...

Where would I find a fix to test?

Thanks!!

univate’s picture

The 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.

ratinakage’s picture

Hi,

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...

univate’s picture

@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.

ratinakage’s picture

You are right. I have logged it separately (http://drupal.org/node/1183252).

Thanks!!