I'm new to drupal and I recently just installed panels in the site I'm currently developing. I want a 3-column layout (for the content) for a certain page in the site. I tried to reuse some block contents (created in views) from my home page. I did not see any problem at that time, but when I used the views I created for the 3 column page, it seems that the blocks seems to push each other at the edge. What's weird is it seems like the panel rendered my right col and footer inside itself.
I keep having the "Home" link show up on all my pages, I really want to just eliminate this all together instead of changing the output. All my searches came up with D6 fixes, and they don't seem to have the breadcrumb code referred to.
I have completed my Drupal 7 installation and the system is working as planned, there is just one thing: pictures are not showing. I can upload them, but they are shown as broken (internal server error). Even if I check the settings of existing image styles, I can see the original picture, but the manipulated picture on the right side is not shown. Only the title-picture (I put that on the server manually) can be seen.
I am creating a new web page in Drupal 7. I want to add links to 4 powerpoint presentations. Can you tell me how to do this? I know this is very basic but I can't seem to wrap my head around how this is done in Drupal.
I have build a view with 2 fields: node title and image. Now I want the image field to be displayed in the first position for all odd rows, in the second position for all even rows.
In "theme.inc" I found the function
"function template_preprocess_views_view_unformatted(&$vars)".
From here comes the "odd" and "even" for the css classes. Is there a way to alter row string depending on odd and even? Or depending on $count in this function?
Right, I'm hoping someone can point out something obvious I've been doing wrong here. I had no problem with forms in D6, in fact I spent about a year developing solely in D6 full-time.
I've started my first project in D7 and I'm wishing I hadn't, now I remember that near vertical learning curve all over again!
All I'm trying to do is add a "phone" field into my sitewide contact form, but it won't have it. I've been looking for about 4 hours now and I'm about to give up for the night in the hope fresh eyes might help tomorrow.