I was wondering if Drupal would be a good solution to handle these particular needs.
I was thinking with Organic Groups I could have each owner have their own group. Their news, trading block, etc would all be editable only by the team.
Groups could be given weight to determine standings.
I tried the first time views for rating. I use plus1-rating module. There exist a finished view for this module and it works with 'style settings table fine. But if i switch the style settings to 'html list' then the sort will not work. What could be the problem?
I'm creating a node type, fields, and field instances in code. All attached fields are displayed on the node/add/ and node/edit/... forms, but the default Title field is missing.
If I inspect the node type structure using the output from node_type_get_types() I can see that has_title is set to 1 and title_label is set to the default "Title", so apparently Drupal thinks it's supposed to have a Title, it just isn't getting rendered out in the form.
I'm defining everything in the module's .install file, which is below (predominantly stolen from the content of node_example.install). Obviously there's something I'm overlooking but heck if I can see it. I'd appreciate any guidance.
works fine in other browsers but in IE 7, only the first sub-menu item is displayed correctly and items below this are written vertically instead of horizontally.