I have created several blocks using views (6.x-2.12). These blocks are simple product blocks showing a list of 5 items with a "more" link at the bottom which then goes to a page with all of the users products. These blocks work great in panels, and my content profile. However the "more" link does not work in homebox.

To make these blocks unique to each user, I am using arguments such as "user: uid" then i use that argument with the path to the users product page. The path I use is "user/%/products". The % gets converted into the users id.

In homebox the link shows up as "user/*/products" and does not pass the "user: uid" argument.

Comments

javdich’s picture

Status: Active » Closed (works as designed)

Ok my bad, i figured it out.

niccottrell’s picture

Can you please share? I would like to do this too.