The theme works okay, but I get this error all over the admin logs:

PHPTemplate was instructed to override the search-box theme function, but no valid template file was found.

CommentFileSizeAuthor
#1 voodoo_dolly.patch1.69 KBGurpartap Singh

Comments

Gurpartap Singh’s picture

Assigned: Unassigned » Gurpartap Singh
Category: bug » task
Status: Active » Fixed
StatusFileSize
new1.69 KB

Sorry, I had missed to include search-box.tpl.php file. Added into cvs, will be updated in tarball soon. 2 new fixes were done.

New file: search-box.tpl.php
Affected files: page.tpl.php, node.tpl.php

Please create a new file named "search-box.tpl.php", add the following code and upload into your themes/voodoo_dolly directory and then apply the patch to fix the affected files.

<div><div id="search" class="container-inline"><div class="form-item">
<input type="text" maxlength="128" class="form-text" name="edit[search_theme_form_keys]" id="edit-search_theme_form_keys"  size="12" value="Search" onclick="value=''" alt="Enter the terms you wish to search for." />
</div>
<input type="submit" class="form-submit" name="op" value="Search"  />
<input type="hidden" name="edit[form_id]" id="edit-form_id" value="search_theme_form"  />
</div>
</div></form>

Or easy way, wait minimum 12 hours to get tarballs updated with latest in cvs. And then download 4.7/cvs version from the project page.

Thanks for the concern :)
Good Luck!

Christoph C. Cemper’s picture

hmmm.. since I applied this, the layout breaks in Opera, while it works in IE and FF :-(

Christoph C. Cemper’s picture

well, no wonder

you are missing the open
... just add the to the top of search.tpl.php

Gurpartap Singh’s picture

The open tags for form is automatically added, but I am still inspecting more into search-box customization in PHP Template, and will try to make it XHTML 1.0 Strict!

:\

Steel Rat’s picture

FYI, I downloaded this just yesterday from the Themes page and this problem is still there. Any way to get that file fixed?

Also, putting all the left nav stuff onto the right side just leaves empty space on the left side, and not enough space in the middle area for larger images and such. the right side menus also overrun some of the admin pages, like the blocks admin. Is there a reason the right side doesn't have it's own distinct area like the left does?

Anonymous’s picture

Status: Fixed » Closed (fixed)