I would like to know how to theme my event calendar to make all the rows and columns of equal width and height (in the month view) -
I guess the width for columns should be 14% (Mon-Sun = 7 days, ->100% divided by 7 = 14.x)
Is this possible? if so, where in the CSS do i need to define this?
I'm just going live with a client's site and switching on clean URLs breaks image links. I have links in pages that are files/news_photos/image.jpg which gets rewritten to http://www.example.com/site/files/news_photos/image.jpg when clean URLs is off, but they get rewritten to http://www.example.com/site/node/files/news_photos/image.jpg. Where is this node coming from?
I get this error message after installing, configuring and setting up the playlist.module, audio.module etc.
Table 'drupal.playlist_relate' doesn't exist query: SELECT child_id FROM playlist_relate WHERE parent_id = 1 AND type = 'audio_playlist' ORDER BY weight in /srv/www/htdocs/drupal/includes/database.mysql.inc on line 120.
So here's what I want to do:
I want to have a blog and image galleries. just for me, not for any other user, but be able to have other users register to leave comments.
what I've done:
installed the blog, image, image_gallery etc.. modules, enabled them, successfully added a node or two.
gone through access control and checked the boxes that I thought let everyone see what I posted...