I just finished implementing a little php interface to a mysql db, easy enough to do...took an hour or so. My question is what is the benefit to using the drupal forms API over writing your own php forms? I coded this myself, and it was quick enough. Saved me from having to learn a new interface, so I think it was actually faster. Thoughts?
I have 4.7.2 and the different logs (referrers, top users, pages, etc) are blank - no logins, no referrers, no action -- even from the admin account. I have the log module enabled. Is this happening elsewhere or am I missing something. (This didn't occur with 4.7) Thanks,
Drupal.org user taniwha has converted some themes from oswd to drupal. These are among the most beautiful themes drupal has at the moment. Unfortunately, whenever I install one of them, all I get is a white page without any of the colour/design elements.
These are phptemplate based and I have no problems with any of the other phptemplate themes. Can someone suggest what might be wrong? Taniwha tried to help me but without success.
i am using the views module to build a list of my top bloggers. The list should be sorted that the blogger with most entries is at the top.
Therefore I use the views-argument: User: UID is Author, summary, sorted...
As a result i get each blogger (with the number of blog entries) but they are sorted by name not by their number of blog entries.
Unfortunately i haven't found a way to change this? Is it possible to make such a listing?