I'm developing my own theme. The whole theme is based on boxes you can drag and move (you can see an alpha version here)
I want to make a new box for the comments, so you will be able to see the content of the page, but hide the comments (because most people are not reading them).
Can someone tell me how I can take the comments out of $content and how to display them elsewhere?
I would like to add a margin (border: 1px solid #bbb;) to the rss feed item page of the fooaggregator module (http://drupal.org/project/fooaggregator) but I'm not sure how to go about doing this....I'm assuming I would edit the syle.css file (I'm currently using the litejazz theme http://drupal.org/project/litejazz), however I'm not very familur with theming for drupal....please advise and thanks.
Heyo,
I am super new to Drupal but I am very excited about it's potential. I installed drupal because it looked like my best shot of making a site that looks like this one www.travelvice.com
Can anyone give me assistance with a template designed like that? Buttons above the header, fixed width content, oversized header... Seems pretty easy but I can't seem to find a theme that resembles it.
I'm currently using itheme (the Mac OS like theme) and installed the taxonomy image module (to display an "icon" in the node according to the category/term, like slashdot), but I couldn't get it to work. I've searched the site on enabling this which normally involves editing the the theme's template.php and page.tpl.php, but none of it works for me. Has anyone do this before with the itheme theme?
I have a block being called from my page.tpl.php file to display on the front page. I'm using if ($is_front) : to check that the front page is being displayed. My problem is that I only want the block to display when the pager is on page 1, not when the user is on subsequent pages (i.e. node?page=2, node?page=3 etc.).
I thought about trying to get around this by using custom views or the front page module, but thought I might run into the same issue. Any suggestions would be greatly appreciated.