I am not sure if this was the right forum to post this in, but it seemed like it fit to me.
I really love Drupal and try and get more familiar with it everyday. Although I am having some problems with allowing HTML is forum posts, blogs, and new pages.
The problem is this; if you don't have an ending tag to your HTML, then it applies to the rest of the page.
For example, if I made 'this text' bold, and forgot to put the ending tag, '' at the end of it, the rest of this post would be bold.
I have a flexinode type called 'Record Release' that consists of: Title, Image, Format, Release Date, Description
I want to have a page that lists all the 'Record Release' nodes but only shows the 'Title' and 'Image' fields of each as a link to each individual 'Record Release' node. I have this working: http://drupal.org/node/2498, but I'm not sure how to adapt it to what I need..
Is it possible to do a Drupal site that is similar to Basecamp. Basically just simple project management. Is there a module that would help me with this? Thanks!