I've just installed Drupal 7 and have two messages in my Status Report that I hope I can get some clarification on.
The first is a Red X: "GD library rotate and desaturation effects"
The second is a blue field: "Upload progress" and recommends installing the PECL uploadprogress library.
I've been reading through different support threads and just wanted to confirm that these are both issues that need to be solved by my hosting service.
I'm coding a module that defines several node types using hook_node_info, and I want to define the node add/edit forms for these content types. I thought that I'd use hook_form for this, but that seems to only support one content type? Thanks!
For some reason, an admin link entitled Configure Block has started to appear at the top of the New Forum Topics block when I am logged out. When I log in, it disappears.
It's a bit annoying. Why is it suddenly there and how do I get rid of it?
I have nodes that include a single user reference. To put together a list for each user, we're using Views...but I can't figure out how to filter nodes on the user reference field against the currently logged in user.