Confusing use of search block, search permission and the two search themes

Hello,

I activated the search mode and gave permission to anyone to use it. Still, the search form in admin/build/themes/settings and admin/build/themes/settings/garland are unchecked!

So, what is the use of these two buttons? If there is a use, it shall be documented in a better way. Plus, what are the differences between the one at admin/build/themes/settings and the one at admin/build/themes/settings/garland?

Related nodes:

db_query not working very strange !

Hi Friends,

i am trying to list data from a table, i used two ways, but no one is giving output result, i have no idea about drupal 7. this is my first project in drupal.

1 . First way

$sqll = "SELECT nid from {node} WHERE nid =2";
$resource = db_query($sqll);
//$results = $resource->fetchAll();
foreach($resource as $value){
print $value->nid."
";
}

Drupal Developer for newspaper

Hi there, looking for an experienced team to work with on a newspaper development from scratch.

We would like a team that we can work on custom developments as well ad someone who is already conversant with the hacks and advice given in the drupal community. we anticipate high traffic for the website and thats why we need someone who knows drupal like the back of their hand not a learner. examples of your work will be great

help me in customization of my new theme

Hello everybody,

I am new to drupal and I am trying to set my own theme. I have set everything according to the instructions on the web, but the problem I have is that the system is adding HTML code(html head, with few tags from the body) before my html code. It seems to me that the HTML code that is adding is from the pre-installed themes.

Please give me suggestions how to set it to send only the HTML code from my theme in the output.

Thanks.

Best practices for creating custom elements? (hook_element_info in D7)

I've been trying to create custom elements (in D7) and want to know if anyone has some 'best practices' advice for me. I'm not using the Field API because I want to interact with data outside of Drupal. So, on to my questions:

bypass_forced_preview to Drupal 7 core?

Hello,

bypass_forced_preview seems so natural to me that I am shocked it is not already included — especially considering how few modification to core it requires.

For those of you for follow closely enough the advancement of Drupal 7: any chance to have it integrated?

Thank you

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x