This forum is for assistance with theme development.

How to to intercalate Title into content teaser

Hello everybody,

I would like to be able to put a title between CCK field logo and extra title with view block (mode teaser).

like that :
Fieldlogo
Title
FielExtraTitle

I juste can display &title in nodle-myview.tpl.php with css class display:none.

But in this case, my title is not displaying any more.
Is it possible to show title node into content teaser ?
How to control the output of the fields directly?

Any idea ? Thanx for your help.

Stéphane, Lyon

IE7 Width problem

Apologies if this is an effin' newbie question, but after two days of searching, I'm stumped.

I'm using the Bluebreeze theme and everything looks peachy-keen in Firefox. On IE7, however, the page is consistently rendered just slightly wider than the window, creating a scrollbar at the bottom, no matter if I have the browser in a window or fully expanded.

I've tried tweaking layout.css to see if I could klutz my way through a fix, but every time I change a container width, it breaks the layout badly - even a single pixel change. For example, my current layout.css has:

how would i installl a flash header to the top of my theme? what files or css is involved?

how would i installl a flash header to the top of my theme? what files or css is involved?

i have a question with themin

Hi there!

ok check this out...

in theme.inc

around line 869 we 've something like this:


function theme_item_list($items = array(), $title = NULL, $type = 'ul') {
  $output = '<div class="item-list" id="***NODE-ID***">';
  
  if (isset($title)) {
    $output .= '<h3>'. $title .'</h3>';
  }

  if (!empty($items)) {
    $output .= '<$type>';
    foreach ($items as $item) {
      $output .= '<div>'. $item .'</div>';
    }
    $output .= "</$type>";
  }
  
  $output .= '</div>';
  return $output;
}

can i get the parent block-id containing this items?

***BLOCK ID*** is the block id. ex: "block-user-2" (new users) !!!

Ex (note: block-user-2):

Only local images are allowed.

New users

How do I change the URL path when I log in?

Hello everyone, again, for the 50th time,

Currently when I login and press submit, I get taken to my content section, ?q=node/2 (this is my front page). When I login, I want to be taken to the ?q=admin section.

How do I change the login path to ?q=admin?

Appreciate all your help,

Jerry Kobylt
http://www.jerrykobylt.com

Can a localhost send emails from the contact form?

Hello everyone,

I'm not sure if my question is properly phrased, but here is my current problem, among many, many, many others, lol.

The Problem:

I recently connected my contact form to my contact form button. It works and the contact form is there; however, when I test the form, I do not get an email in my set email account, and my test account is not receiving a confirmation email.

I am developing the site on a local apache server. What is the problem?

Sincerely,

Pages

Subscribe with RSS Subscribe to RSS - Theme development