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.
All of the web stuff I've done was through CGIs and I've never really used PHP. So now that I've got to customize a Drupal theme, I have to get up to date w/ PHP, CSS and HTML all at the same time (I don't do much web, I'm more on the sysdmining side of things, My web days were more around HTML+).
My objective is to get the "secondary links" to be displayed in the left hand column w/ the friendselectric theme which I'm using as a base for my work. Having them listed at the top really doesn't make much sense.
I'd like to change the "my blog" text to something else. Unfortunately , it seems that the menu is locked for some reason . How can i change this text? i've grepped the code, and i tried changing the only place that "my blog" appeared, but this did nothing to that menu item. Anyone got any hints?
I have been looking and I can't seem to find something that would suit my needs. I can't see why it can't be done, I'm just not sure if it HAS been done before or not.
Since drupal doesn't yet have a simple way to have different profiles for different types of users/roles, I have decided to implement a basic profile (which is common to all roles and will show on the user registration form) using profile.module and detailed profiles using flexinode that will be different for different roles.
Can I have snippets to then bring in stuff from the different flexinode profiles and show them on the user profile pages based on their roles? This should be automatic. Seems possible, but just wanted to confirm.