Right now on www.guerillroots.com i am running the following modules: Flash Gallery, Image, Image Assist. I was able to "creat content" and pick the Gallery that i wanted to put pictures into, but then we had to upload an older version of Image, i think 1.3 to get Flash Gallery to work correctly. Now i do not have the gallery selection option when i create content. Also, I cannot figure out what folder to place pictures into to bypass having to upload content from the actual site. Does anyone know how to fix this?
I am very new to Drupal and am working on a site developed by someone else... Due to my inexperience, I'm obviously running into a bunch of issues.
One this I'd like fix asap is our users page. For some reason, the photos aren't lining up with the user name at all. Ideally, I'd like to have the photo above the user name and have 4 columns of five people on each page. Does anyone know how I can go about doing this? Here is a link to the page:
I couldn't really find any documentation on this so I just need clarification.
I'm preprocessing my stylesheets.
If I make a change and upload the changed css file, the update isn't reflected. If I turn off "Aggregate and compress CSS files" and then turn it back on the update appears.
Is this what I have to do whenever I tweak the css? I'm not complaining, I just want to make sure there isn't another mechanism for reloading the css.
I have some problems understanding a thing in Drupal template system.
I've been able to customize the frontpage in this way:
- I created a new homepage aliased "homepage" with the panels module.
- I modified the default homepage in /admin/settings/site-information
- I've been able to customize the page listing view by duplicating page.tpl.php into page-homepage.tpl.php
(in this way I've been able to delete the breadcrumbs, to modify the padding, delete the H2 title, etc. etc)