The import-export module, and the book-import module, seem to be completely FUBAR.
I am thinking about trying this with the database module, or going directly though the mysql database. The database module has a backup function, but oddly enough, no restore function.
I am guessing that the tables I would need to export-import would be "book" and "node" does that seem about right? Any other tables that I should export-import?
I am trying to associate a gallery to a story node.
The simple part:
I have installed flexinode, and added a node called story with gallery. Inside this node type i added a gallery and a text box.
The hard part:
I would like the gallery to display as a thumbnail, with a caption below it, instead of simply being another field with a plain text link. Either by selecting an image, or simply using the first image in the gallery as the highlight.
Any suggestions?
Is there a way to make flexinode have custom display methods?
I'm using the Gespaa theme, however I don't like the log in/navigation block in the right sidebar. So I removed it and made an extra link in the navigation bar called "My account", which will direct them to ?q=user/login. If a user is not logged in and they click "My account" it shows them the log in/register/request new password tabs on a new page. Once they log in they'll see the view/edit tabs there. So far so good.
I was wondering if anyone tackled this task before, coverting from postgres to mysql. Searching on google only seem to find results that go the other way. I was hoping for some help here before I attempt this myself.
I want to create automatic serial IDs for the users as opposed to having them choose it for themselves. I want the user ids to be consecutive serial no.s which the users cannot change in future...Is there a way to do that?
I'm trying to pull and display elements from the users profile into a side block. I have zero PHP skills, so am guessing my way through, but here's exactly what I've put into the block, but nothing appears: