I'm trying to design an online knowledgebase where people can collaborate together and contribute. So far what I'm working with is filling in category's and using the site menu for a hierarchy view. Also, I've tried the book module for "How-to's".
Can anyone reccomend some other useful modules I may be overlooking?
How come the two node types I've created don't have a "Input Format" option like the default node types?! I've looked all over the admin menu and can't find how to enable that for my custom node types. :(
I want to display a table, which will sort by default by a property which is not really displayed on the table. For example, by nid(node_id) but I do not want the nid display on the table. While the table will be still sortable?
I have had a site up and running for a couple of months, and decided that it was time to do a redesign. I set up a testing server, complete from scratch. I now have my new site ready to go live, but if it goes live, I will loose all the users from the old site. Is there a way to migrate just the user table from the old database to the new database?
I would like to implement a listing page (listing of products) where there is an url links to each indiviual product. Is there a module for this or I will need to use html to build this type of list page?