This forum is for assistance with theme development.

How do i change where the tagadelic module is displayed?

Please could someone explain to me how I can change where the tagadelic module is displayed?

The module is set up to display tags in either the right or left block, but I would like to display them in the header section. I am very new to drupal and would appreciate some friendly advice. It seems such a simple thing to do and yet it is taking me forever to figure out.

Designing my own theme with a header, four columns and a footer, with the password block atop the header

Hi Guys,
I can't seem to find a clear way to do this, this what I need suggestions on:

I want to create my own Theme with the following design:
1. Password block atop the header
2. Header
3. Frontpage should have Four columns that change to three or two columns within the inside pages
4. A footer
5. Change the different form elements to our custom needs
6. Add image headers to all blocks
7. Add images to the menus
8. Add custom data entry from interface to the database.

phptemplate, custom menu control and CSS

I'm trying to create a custom menus with main menu items and children formatted differently, like this:

Main-level Item1

  Sub-level Item1
  Sub-level Item2

Main-level Item2

  Sub-level Item1
  Sub-level Item2
  Sub-level Item3
  Sub-level Item4

Main-level Item3

  Sub-level Item1
  Sub-level Item2

The standard menu output does not seem to have enough differentiation in class/id coding to accomplish this (unless I'm missing something there - If only IE supported named children in the cascade!).

User pictures like groups.drupal.org

Im trying to format my comments and node pages to show user pictures. How do i get the image formatted similar to groups.drupal.org? Where the picture is left aligned and the text wraps around the image. Is this even an override?

Total New Comments / Topics? tracker.module?

Hello all,

I am trying to implement a status bar on my front page that can list the total new topics and comments for each user. I cant seem to figure out how to do this, though. Does anyone have any suggestions? I dont want to list the title for each, but rather just the total number of each category across all forum boards.

Thanks,
Mike of Sighing Sage

Themes and Views - A little lost

I've been reading the handbook and forums all afternoon working on trying to get my views, using the views module, to be displayed differently. I'm a little lost as to where to put the code to affect the change.

I created my own theme and in that theme folder I have a template.php file. Do I put a function in that file or does it go someplace else?

While researching I saw this code and see the CSS for layout display, but I can't find how I change the classes such as div class='view-label view-label-$field[queryname]' to change the format for my item and fields. Do I add a CSS style to my style sheet that's in my themes folder? If so, what do I name it?

I only need to show the title and the start time for an event, but it shows up on 2 lines with the title indented and the field outdented. I would like either one line or the opposite - title outdented, field indented.

THANKS for the help!

<?php
/**
* Display the nodes of a view as a list.
*/
function theme_views_view_list($view, $nodes) {
$fields = _views_get_fields();

foreach ($nodes as $node) {
$item = '';
foreach ($view->field as $field) {
if ($field['label']) {
$item .= "

" . $field['label'] . "

";
}
$item .= "

" . views_theme_field('views_handle_field', $field['queryname'], $fields, $field, $node) . "

";

Pages

Subscribe with RSS Subscribe to RSS - Theme development