Hey everybody. I'm not sure if this is the correct place to post this query since I haven't actually installed Drupal yet but my question seems a bit too technical for the general forum.
Anyways, I want to build a website that's more of a web application as it will have a bunch of 'dynamic' story nodes that will pull info from a database based on what options users pick from a previous node that will have a Html Form on it. That seems perfectly easy to do with what I've played around with on opensourcecms.com (great site).
I want to set up a really simple product management system on my page. The eCommerce Module is way too compley for my needs. I'd like to manage this with either with a new CCK node type or some other module.
A product page should have title, description, and - with CCK thats the hard part - some list select fields where the user can select some properties that the node creator can specify (different ones for different products...). And below all this there should be a button to send an email with username and selected options to the admin-email-adress.
is it possible to display a view (generated by views module) onto the user profile page?
i am already customizing the profile page with a php override in my template file. I am able to display CCK node content - can this be extended to a themed cck view?
or, i suppose, an alternative would be - can cck content displayed on the profile page be themed?
I have several drupal sites in which I use organic groups successfully. I have a problem now, however, with one of the sites in that I cannot change themes successfully for groups. There is obviously something broken but I cannot work out what. I have attached a movie of a working site and a movie of the broken site. The site which prohibits changes to themes for groups is working in all other ways.
I would like to display a user's role next to his/her comments if he or she is something else than a regular user. I'm a novice in PHP so I would like to know the best way to do this. For this I need users to only have one role at a time. I would like to know how to do this as well.
I hope I have been clear enough for you to understand what I want.