I'm trying to create a multistep form with 4 steps. I've taken the example code from the Pro Drupal book and added code to preserve the fields between steps. Below, I preserve step 3 in hidden fields any time the current step is greater than 3.
I can't for the life of me find where the primary/secondary links, user-login form, search form and error message div element are created. I have been hunting around for ages trying to find some php that stands out.
I'm using views.module on my Drupal site and the form (shown below) gets written into the first line of the 'contentwrap' DIV which holds this code in page.tpl.php: <?php print $content; ?>
Is there a way to have the Browse Form (below) load into an empty, hard coded DIV in page.tpl.php with an ID of "foo"? This is so I can position the 'foo' DIV where every I like to get the layout I'm looking for.
I am trying to get imachecache work with cck for a while now. But i @#*&#@ wont work :)
I can create a imagecache preset, i can assign it in CCK. I can upload a images to /files but no folders & files for imagecache are created.
Other modules like pictures can create a folder in files. I look at a lot of solutions in the forum, but nothing worked for me.
I am working on my localhost/Mac osx with MAMP. What can be the problem?
I've generally had great success with Drupal 5.1 and am very happy with my site. Except for the ping module.
I'm not sure it works at all. I have a blog and two podcasts on my site, but I post them using "story" and "audio" content types. The core ping module doesn't seem to ping at all, which is a problem.