Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Just a quick question on Roles, how do I setup a role (or permissions) where a user that belongs to that role cannot edit, change or do anything to their account. Basically setup a general user login to view only (certain privileged areas/pages) and not able to change anything including their account (password, email addr, any settings). I guess what i'm aking is how to not show the [Edit] tab in the "My Account" page.
I really dislike the "dashboard" menu at the top when I'm logged in as admin. I would like to see the site "as-is" without that stupid thing showing and have another tab open with my admin pages.
(Using Drupal 7.7 and Bartik theme)
I'm facing another problem. I want to append a string (" - ") to one field-type which is used in a few content-types.
I've tried to append the content via css (:after and content: " - ") which displays the string, but breaks the line. display: inline doesn't solve it... So I'm thinking, if it is possible to solve it otherwise, e.g. with theme template.php or something?