When I tried to add an RSS feeds I get these errors posted to the log:
Field 'description' doesn't have a default value query: INSERT INTO aggregator_feed (fid, title, url, refresh, block) VALUES (4, 'Yahoo National News', 'http://rss.news.yahoo.com/rss/us', 3600, 5) in O:\public\InetPub\drupal-cvs\includes\database.mysql.inc on line 108.
I went and set that field for the "not null" to off (in MySQL admin) and now I'm getting:
Hi all
I'm having, thanks to this forum, some excellent success in setting up a crude looking website (I know the logo sucks) I created what I think is a block in the sidebar labbled Science Fiction, which is what I want. Next I want to be able to add sub titles under that heading Science Fiction as hyperlinks taking the viewer to those pages.
If I try to put two form fields with titles inline, the title of the second item appears next to the edit field of the first item. What is the best solution to handle this? Most of the time I see examples of inline fields without titles, but I would like the titles to be aligned with the edit boxes below them.
So, I've got front_page going on my site. Thing is, I want to set up a block region so that it displays blocks in horizontal rows, starting a new row when it runs out of space. I've got a thing going right now where I set the blocks for the region with the attribute float: left, but that creates a lot of ... ahem ... interesting permutations across browsers when it comes to display. Any ideas how to make it work?
I just upgrade my drupal 4.6.3 to 4.7. Everything seems ok except that the aggregator2 feed items can longer "refresh items". Too bad though, I like aggregator2 a lot.