This forum is for assistance with theme development.

cck: how feasible is it for cck to offer a field that is searchable on that field (index)?

I put this in as a feature request
http://drupal.org/node/77143

I would like to be able to search by specific fields. For example, in the field, "languages spoken" I'd like to find all users who speak Chinese. I don't want a general search of the site.

What is the possibility of getting this in cck in terms of whether it's technically possible? I am willing to put in some money. I have no idea how many hours this will take. I imagine it's quite difficult.

4.7.3 theme_comment_form()

Does anybody know the implecations of why they took off the theme part of the theme_comment_form() function?

I have this function

function phptemplate_comment_form($edit, $title) {
$form = (is_file(path_to_theme(). 'comment_form.tpl.php') ?
_phptemplate_callback('comment_form', array('edit' => $edit, 'title' => $title)) :
theme_comment_form($edit, $title));
return _is_forum() ? '

'. $form .'

' : $form;
}

How to create custom theme config options?

hi

how can i extend the config page unter administer > theme > mytheme > config?

i'd like to create custom options there and give the user a choice to select his layout for a 2 pane and a 3 pane view as a example... but other custom options are required, too.

Regards
Marc

Secondary Links Menu Tree

The solution for creating a secondary link menu from secondary link title was working fine until I started adding more layers to my site. In addition to the secondary menu, I wanted tertiary links to appear under the secondary links on the side of my page. Unfortunately, the $secondary_links variable just contains a list of secondary menu items, and not a menu tree containing the submenus. So here is what I did (starting at the beginning):

Problem with spreadfirefox theme

Hello,

as subject says, I've a problem with spreadfirefox theme.
You can check this link to see what's happend http://www.slackwareit.com/?q=contact (as you see, the text area is at the bottom of page, instead of after "Soggetto" filed)
It happends in every "section" of site, not only in "contact", but if I use firefox as browser everything is done.
Could someone suggest me something to fixing this problem with IE ?
Thanks in advance.

Fabrizio

Zebra Stripes in Taxonomy_context Module

Hi,

I'm trying to get the zebra stripes to work within the taxonomy_context module. Tried mucking around with the taxonomy_context.module file, but getting nowhere. Anyone have any ideas? in baby-step language?

Thanks!

Pages

Subscribe with RSS Subscribe to RSS - Theme development