This forum is for assistance with theme development.

remove primary links

how can i remove primary links from top and below of my page:

see: http://www.myboards.org/home/index.php

Can I change the style of "h2.sifr-node-title a" in Fancy theme in drupal 4.7.2?

Hi, everybody!
I come from Viet Nam.

And this is the first time i try to use Drupal for my site. So i meet rather many problems.

This is one of them:
Can I change the style of "h2.sifr-node-title a" in Fancy theme? I want to use Time New Roman font for it and I also want to see it in Vietnamese correctly.

Who can help me?

I need emergently!

Thanks advance!

can't theme node type "poll" using node-poll.tpl.php

hi,

i have been using the node-type.tpl.php to theme several node types. for some reason though using node-poll.tpl.php or node-polls.tpl.php is not working. i am using drupal 4.7.2.

anyone else overcome this problem?

thanks in advance

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

Pages

Subscribe with RSS Subscribe to RSS - Theme development