By kuydigital on
I created a Block using Views containing User information. Here are Fields:
User: Picture
User: Name Username
User: Created date Member since
User: Edit link
Global: Custom text
Global: Custom text
The first "Global: Custom text" contains:
<a href="/logout">LOGOUT</a>
The second "Global: Custom text" contains:
<br>
<a href="/admin/content/node">CONTENT MANAGEMENT</a><br>
<a href="/node/add/banner">ADD BANNER</a><br>
<a href="/node/add/courses">ADD COURSES</a><br>
<a href="/node/add/news-events">ADD NEWS</a><br>
<a href="/node/add/partners">ADD PARTNER</a><br>
<a href="/node/add/social-media-buttons">ADD SOCIAL LINKS</a>
I've set permissions of this Block visible to Authenticated Users only.
I've also tried removing some fields that are Admin related.
Thanks in advance for the help. I'm stumped!
Comments
Try whether it works in a
Try whether it works in a different theme.
Put a different bock in same region with same permissions and see whether it works in your theme.
Could be a theme issue.
Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors
I tested role permissions in
I tested role permissions in other blocks and it's working. It's just this single block that is not working. Here is a screenshot of my Views configuration: http://imageshack.us/photo/my-images/16/picture1jrs.png/
Looks wrong as View is
Looks wrong as View is displaying items of type node but you are trying to display fields attached to user. Create a new View on users, not content.
If you use Views 3 there is a preview window showing whether your view has an output, and if so what.
Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors
Thanks John_B! That solved
Thanks John_B! That solved it. Appreciate your sharp eye on this.