Im having a real headache. The footer on the front page fits in the content and does not clear both content and left side. However, when on anyother page it does? Any ideas?
Hello!
There's a thing I wanted to ask.
In administrative menu Administer/Content management/Post settings you can set "The default maximum number of posts to display per page". Then, prev 1 2 4 next> last links appear after the last post. So, the question.
Can I put these links to some other place? The problem is that I want to place them at the bottom of the page and page height is fixed.
P.S. I'm using Drupal 5.1
Does anyone know how to render breadcrumbs in a "nested" format?
I am trying to customize how breadcrumbs are displayed, and when I enter the following in my page.tpl.php file, Drupal overrides the CSS class that I am attempting to use.
<?php print $breadcrumb ?>
If it is possible to render breadcrumbs some other way, is it possible for them to be rendered somehow like this?
I'm trying to develop a menu with a hierarchy of:
Group
Group
Group(active)
-link
-subgroup(active)
--link
--link
-subgroup
-link
-link
I'm working with a modified Aberdeen theme. Currently I have a horizontal menu displaying the list of Groups and that behaves how I want it, with it displaying its relevant links in a submenu on the left sidebar. The problem lies in that in that set of links there are subgroups, where it won't display the expanded subgroup links. The active subgroup just appears as a link with no children.
Is it a limitation in Drupal that can only display a 2 level navigation hierarchy?