I love the new control panel and layout of Drupal7 alpha but I'm disappointed that it still doesn't have the build in backup and restore function. I wish it had easy backup/restore option like phpbb...
Does anyone know if there is a plan to include it in the future version?
I am looking to create nodes based off of a database for specific places.
Basically I want to push data in the db that includes things like name, content, content target (column 1, side bar, header, etc..), and location to create new nodes for over 1000 such places.
It would also be useful to Kill specific nodes via a dB of "deprecated places" or "current places."
I'm also interested in knowing how to leverage the same db, but different attributes to push data that creates modules (i.e. mapping module).
SETUP:
I have two content types: Events and Actors.
Events have a node reference field pointing towards Actors. No limit is set to how many actors can be referenced.
TASK/PROBLEM:
When displaying an event as a node (on the left side) I want to display a view of referenced actors in a block (on the right side).
I have fields, sort criteria and filters under control, but arguments are scary :(
Hello. I am brand new to Drupal and am having a problem creating a bunch of anchor tags throughout my webpage. I want to have a jump list at the top of the page. Each item in this list is linked to an anchor further down the page. I see how to create the list of jump links, but how do I insert an anchor tag just where I want it. If I could get at the code, I know how to write the HTML, but I don't see how to get to the code. And there doesn't seem to be a button or function for insert anchor in Edit mode. thanks for any help you might be able to give me.
I'm writing a module which I plan to share with the community, but I'm stuck on one thing.
I need to display a list of all the tables and their fields without admin needing to fire up the database. I don't need the actual data in those tables, just the names of the tables and the fields they contain.