So what happened to the Drupal Theme Contest? Was all meant to be done for Feb we thought?
Anywho, if anyone want's to shed light please do.
We are in the final stages of setting up a new site and indeed a new Drupal theme competition. But we are not looking to launch it set unless it is actually something everyone wants.
There is no doubt that it is aimed towards the 4.7 version rather than the old versions of Drupal. We have some sponsers offering nice prizes and will get in touch with Dries etc to see if they want to judge the competition.
Is it possible to let the login box redirect the user to a subdomain which will host webmail software instead of it defaulting to the standard user profile page !?
I have attached picture files to a blog entry and saved them. The picture comes up right away sometimes and other times only loads part way or not at all. If i refresh sometimes it will show up. I don't think this is a Drupal problem, but i was hoping someone could help.
I have just created a new page for my website to show a list of all coments made, in reverse order and with paging. The code is so simple using API functions to render comments, but the problem is the comment links doesn't work.
I mean, they work, but they don't take you to the node and comment, because the link uses the #comment-XXX format, which refers only to the current page.
Is there a way I can handle or fix these links, maybe usign GET variables or something like that, and then redirect the page to the corresponding one?