I am using Drupal 4.7.2, and recently installed Organic Groups. As soon as I enabled Organic Groups, I began getting SQL errors reported. On the front page, I am suddenly getting SQL errors. Below is an example. Are others seeing the same issue?
The default for listing galleries(image/image_galleries) is this......
Gallery 1
Gallery 2
Gallery 3
etc
I would like them listed two or three on a line so its more like this....
Gallery 1 Gallery 2
Gallery 3 Gallery 4
etc etc
Any idea what I would look for in CSS to make this happen? I've made the boxes around the gallery half the size so two will fit next to each other but I can't figure out what triggers them to go one per row so I can make it two per row.
i have been playing with drupal for about a week now and having a good time getting familiar, but I have what is probably a n00b question, but i cant find the answer. i have looked through the handbooks including the end-user guide, but to no avail..
i saw a video on drupal about 2 weeks ago which showed someone entering a new post. in it they did something like:
[[node/1]]
which when previewed/posted replaced that item with the title of the specified node and linked to the specified node - was i just imagining this?