By netentropy on
I have this really great views block that works great on my page-user.tpl , however that means it shows on the contact and edit pages.
I just want it to show when the user profile is viewed, so the ideal solution would be to put it in the node.tpl but that doesn't allow regions.
So what is the best solution?
Comments
Block Admin Page
Use the block admin page to specify what pages you want the blocks to be shown on. Locate the specific block that you want to show up on the profile page. On the right click configure and at the bottom of the configure page you will find a text box that allows you to specify the page you want that block to only show up on. For example if you just want it on the user page then put user/* and that block will only show up on the user pages.
ah nice solution thanks!
ah nice solution thanks!