Show expand menu

I need help to expand advanced search menu in my web site.
Everytime when i search something the advanced search menu always shows as collapsed menu.
It is not convenient for my users and they're complaining about it.
How I can make to automatically expand that advanced search menu when i click to search?
Your help is really appreciated.
Thanks much in advance.

How to highlight a reply post by author in a thread or blog orginally created by that author ?

How to highlight a reply post by author in a thread or blog orginally created by that author ?

Searching the question in drupal.org gives no useful results.

Locative Menus

I am unable to see locative menus in the create content area of my new site. I get the custom content page, but none of the create content nodes have a locative menu available. I'm following the mashup from zacker.org, http://zacker.org/screencast-drupal-mashup-machine, and I have the gmap and location modules figured and working. I have the map on the node locations page working.

Is there an edit to the themes template.php? I've seen reference to it, but cannot find the snippet.

Donations thermometer module, converting to 5.x from 4.7

Hi all,
Firstly, some background. I am a relatively experienced php programmer, I can usually get things done simply. I don't have much experience coding php with drupal though. I have never made a custom module, but I have added some things to an existing module.

I am currently trying to convert a 4.7 module to 5.x, and eventually 6.x. But I am having some issues just getting from 4.7 to 5.x. I did a search for all the things listed on the upgrading modules to 5.x page from drupal.org. I found some, fixed some, but still having some issues.

One of them is an issue with the database, apparently the install function didn't work properly, I get errors because the tables don't exist. Did anything actually change that would prevent working 4.7 install code fromworking? I didn't notice anything. Here is the install function:

<?php

function thermometer_install()
{
$db_table_sold_trans = variable_get('db_table_sold_trans',"stellar_ipn_trans");
$db_table_sold_item = variable_get('db_table_sold_item',"stellar_ipn_item");

$db_build_trans = "

CREATE TABLE `$db_table_sold_trans` (
`id` INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
`invoice` VARCHAR(127),
`custom` VARCHAR(255),
`test_ipn` INTEGER UNSIGNED DEFAULT 0,
`memo` VARCHAR(255),
`business` VARCHAR(127),
`receiver_id` VARCHAR(13),
`receiver_email` VARCHAR(127),

CRM Mail recongnise

Hello!

I am thinking of creating internal website of the company to work with its email.

the main feature it is needed to be done is when email is coming every person should recognize it and "store to database". recognize email means to create special labels to each email. for example to add short description about the email or add some other text or digital labels. then email is saved and the person can easily search in all emails he received by these labels.

Some body know any traffoc static moudle for 4.7?

my site is based on 4.7, I would like to have a function of realtime traffic monitoring, somebody has any idea?thanks!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x