I've looked but haven't been able to find an answer to this problem.
I was making updates to the zen theme that uses the phptemplate engine to the page.tpl.php file and at one point my changes quite taking effect. Nothing I do now shows. I've tried the following:
- clear my browser cache
- check on different browsers on different computers
- clear my cache* & watchdog tables in my database
Hello all, i'm working on new website with drupal as cms,but i got stuck with the comment form..
its to large for fitting in the "content" div and it is gettig behind the right sidebar and thats not nice..
here is a screenshot of what the problem is: http://tv-series.be/rommel/naamloos.PNG
where the red line is i want to stop the comment form from going further to the right...
Hey, I'm working on tweaking the zen theme (nice place to start) and I want to show users a few things about them once they log in. There's a nice empty area on top where I can put their info - such as who their most recent buddy is, how much time they have left on their upgrade (ec_reccuring) what their status is (ec_role), and whatever else I might think of.
I'd like to allow site admin to cutomize not only site logo, favicon, slogan, site name or footer but also a background image for page header as it is a graphical element with great customization value. Is there an easy way to enhance my theme cutomization form?
I have a problem with breadcrumbs not showing the parent of a selected menu. I am using Path module to alias URLs.
Here is an example menu structure:
Menu | | Resulting | Resulting Selected
Title | Alias | Breadcrumb | Menu Item
------------------------------------------------------------
Section 1 | page-1-1 | Home | (Section 1) Menu 1
Menu 1 | page-1-1 | Home | (Section 1) Menu 1
Menu 2 | page-1-2 | Home > Section1 | (Section 1) Menu 2
Menu 3 | page-1-3 | Home > Section1 | (Section 1) Menu 3
Section 2 | page-2-1 | Home | (Section 2) Menu 1
Menu 1 | page-2-1 | Home | (Section 2) Menu 1
Menu 2 | page-2-2 | Home > Section2 | (Section 2) Menu 2
Menu 3 | page-2-3 | Home > Section2 | (Section 2) Menu 3
All menu items of type "118" in "menu.type" in database - in case you are wondering if MENU_VISIBLE_IN_BREADCRUMB parameter (or any other) is included.
Section 1 and Section 2 menu items point to the same pages as their first childs. This is required for my site, since customer doesn't want to have separate pages for Section 1&2 menu items. This is pretty common menu approach, which I try to avoid for every drupal-based site, but this time customer is asking for such behavior, so I don't have other choices.