Login Panel has additional links like "request new passwords" or "create new account". I would like to change that links. Where is the file, which contains that form and links? I'm using theme spreadfirefox if that makes any difference.
When user adds content it is by default "promoted to home page". How can I switch it off? I mean I don't want the stories added by user to be promoted to home page by default.
I've been trying to do this by reading a tab deliminated text file into the term_data table.
I load the file via 'load data local infile 'filename.txt' into table term_data' and I can read the data via a 'select * from term_data' statement...
but none of it shows up under admin/taxonomy
..if I create a term via the web interface it shows up.
Is there maybe a table besides term_data that I need to update?
(the vocabulary already exists)
Can someone give me some tips on how to customize the upcoming event block output (from the event module)? I'd like to create output that looks like the Flavorwire section on http://nyc.flavorpill.net/index.jsp
Is the way to start to customize the event_block_upcoming function? Are there best practices on doing this sort of thing? Unfortunately, I'm very new to Drupal.