I am using the advanced user profile kit and I have an ubercart product. I want to place the product on the profile page of some of my users (all with a certain role.)
. How do I do that wiht Ubercart?
|
Ubercart |
|
|
|
||
|
Wed, 09/08/2010 - 17:49
I am using the advanced user profile kit and I have an ubercart product. I want to place the product on the profile page of some of my users (all with a certain role.) . How do I do that wiht Ubercart?
Views
You'll want to use the View module: http://drupal.org/project/views When installed add a new view of type "node", then follow the instructions as below: In the "Fields" area click the + symbol In the Filters area click the + Now add a Block to the display - in the top left corner select block from the drop down and click the add to display button Now name the block under the Block Settings area. Save the view. Now navigate to the Blocks page at site-building/blocks You will see the block you have just created, drop it in the region of your choice. In the block settings page under the Role specific visibility settings you can select which roles should see the block. Hope this helps. Danny |
|