See the Mailing lists or Drupal Issue queue. There are also various working groups on groups.drupal.org

i want to search items by category (not working) in D 5.10

hi Guys!

i want to search by category in drupal 5.10 which is not working. but it is searching by content and by user but i have to search by category which is not part of content.

kindly help me

search is not working in D 5.10

Hi Guys,

Have a strange one here.

The search box at the top of my drupal 5.10 installation is not working but the Search that appears when I type in drupal/?q=search does.

Any1 else having problems with search on 5.10?

What is the syntax to when a check box is checked?

hello i would like to know what is the syntax for a check box when i use forms api
say when it is check what is the syntax?
someone please help me...
i went through the help files but it dint help me as well
also i wanna know whether this syntax is correct
if ( $form_values['formid'].checked=='true')

Redirect a specific block (ajax)

Hi.
I want to use ajax in my site. So i have to reload my left pane on some click. But after refreshing i want to replace my left pane data with some other page's left pane content. But the problem is it loads the whole content of the redirected page on the left pane.
So please anybody can help how to extract content from a page of a particular block.
or any other solutionssss.

Thanx in Advance

about cutom login and logout option at top of theme

I am using fourseason theme and add code for showing username and logout option at top of the page.

The problem is that after logout the option of logout still show on the frontpage of drupal.

The is as follows:-

global $user;
Logged in as: print l(ucwords($user->name),'user/'.$user->uid); |
 if ($user->uid)
{
print l("logout","logout"); 
} 

The script I added is on the page.tpl.php

How to get content of a block to add into other block

Hello everybody!

Help me!
I want to add content of a block into a other block

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core