This forum is for assistance with theme development.

Views Menu

I can't seem to figure out how to make a menu of a view.

I have a view that works correctly as a page, and I want to insert it into the navigation menu (which I am using with nicemenus.) so it looks like this:

View Name
Node 1
Node 2
Node 3
Node 4

Does anyone know how to do this?

Thanks.

Adding javascript tags kills collabsible blocks

Hi-

Adding

>/script> tags after head kills collabsible blocks in IE7/IE6 - does anybody have a clue how to fix that ? Regards, Virgo

Insert and Display Node Title in Page

I would like to be able to display the title for the section node in the page as a heading. For example:

Page is Home --> About Us --> History

I would like to display "About Us" in the content as <h1>About Us</h1> on the "History" page.

Is there some way to effectively do this by modifying the template?

FYI I am currently using the zen template.

Thanks!

Custom theme and problem with admin/menu

Hi there again :).

I just solved one problem, and then another one came up :D.

I'm making custom theme and I've put the code for deciding which page to load in page.tpl.php and it goes like this:

<?php

if ($is_front) 
{
  include'front-page.tpl.php';
  return;
}

if (arg(1)==4) 
{
  include 'page-agenda.tpl.php';
  return;
}

  include 'page-default.tpl.php';
  return;

?>

The problem is that when i go to Administer/Menus i don't get anything but white screen!

Calling NodeProfile information into user_profile.tpl.php

I have just now put in the override code into the template.php file, and am now able to see my user_profile.tpl.php (also known as profile_profile.tpl.php) file instead of the default profile. However I have no idea how to show the NodeProfile information. I assumed that this :

Complex graphic design with themes???

Hi,

I have to build a site with a complexe graphic design.
- I'd like to contol every graphical aspect of the site.
- I have N pages with each a diifferent layout.
- pages are organized in many blocks.
- blocks can contain flash + remoting, drupal content, lists of content, modules output...
- I use the modules : Ad, MailManager, SWF Tools, Service, AMFPHP, Agregator, etc...

Pages

Subscribe with RSS Subscribe to RSS - Theme development