I would like to change the labels for the login form in Drupal 7
I changed the title but I don't know how to change the fields.. (for example "Username" will become "Nickname", "Create new account" will become "Register", etc)
I use Bluehost for hosting and used Simple Scripts for my installation.
Whenever I try to change the email address in "Configuration/System/Site Information" I get the confirmation "the configuration options have been saved" but the email address doesn't change.
I've searched these forums and have seen where other people had the same problem or similar problem, but I haven't seen the solution posted.
Im trying to figure out when it's best to create a custom node or or Module.
Say for example you needed to create a content type for "projects" for a portfolio View. Would it be best to just create the content type with the custom fields, then create a View for the portfolio ... OR would it be best to wrap that all up in some kind of Module?
I'm still trying to wrap my head around where the line is drawn with Modules. I mean, even the smallest node ever could be created as a new content type, but is that best practice?
Hope someone here can help me out. I have a site I am building and I need for the ability to setup a different type of structure than I have done in the past:
The site will need to have groups for different locations, and I would like to be able to determine the location of the user and take them to the nearest group by default when they visit the site. (something kinda like what craigslist does when you visit)
Anybody know where I can even start for something like this?