Theme Block

I created Upcoming event block in my site then i disabled it because of changed requirements but it is still displaying in my site. does anybody have any aidea how to remove that upcoming event block.

Change Front Page

i want to change my frontpage an i followed this path : admin/settings/site-configuration/site-information and changed front page but it is not reflecting in my site.
any suggestions ???

Menu access callback being called at all levels

I've used the (core) profile module to add employee information fields. We obviously want to keep this information secure, so I've added a menu alter function as follows:


function mymodule_menu_alter(&$items) {
if (! empty($items['user/%user_category/edit/Employee Information'])) {
$items['user/%user_category/edit/Employee Information']['access callback'] = 'mymodule_user_edit_access';
$items['user/%user_category/edit/Employee Information']['access arguments'] = array(1);
}
}

PHP is not rendered, when drupal 6 is modified

Hello other! I use Drupal 6.28 and I'm using Garland theme. The Issue Scenario of mine is "The PHP code is executed to get the data with HTML elements from DB. For each & every event on the elements, an AJAX call is made and the data are updated accordingly." This process is implemented and tested it successfully.

drupal site "index of " error

Totally hanged last 48 hours. frustrated !! I have upload my drupal database using filezilla at 'www' directory. at cpanel i have dumped sql database and create two users and also added to uploaded and created database. but , whenever i want to enter my drupal site " www.tianshubd.com" it shows "index of....." and nothing else. I have also edited settings.php ( tianshub_admin:password@localhost:tianshub_tianshubd). I have also edited .htaccess..but still not working. Kindly give a solution ..

How to populate webform with LDAP attributes passed into Drupal?

Upon login, I can see the "Dev load" tab (see below). I have no problems populating a webform with values from this tab. For example, the command %profile[uid] in the webform would return a value of 8.

[Dev load] Dev render
... (Object) stdClass
-uid (String, 1 characters) 8

Beside the "Dev load" tab is the "Dev render" tab. I am trying to populate the webform with the value "Manager" (see below). How can I do so? Thanks.

Dev load [Dev render]
... (Array, 4 elements)
-user_picture (Array, 2 elements)
-summary (Array, 5 elements)
-LDAP authentication (Array, 6 elements)
--#type (String, 21 characters ) user_profile_category
--#title (String, 19 characters ) LDAP authentication
--#attributes (Array, 1 element)
--#weight (Integer) 4
--ldap_server (Array, 4 elements)
--ldap_dn (Array, 4 elements)
-LDAP attributes (Array, 5 elements)
--#type (String, 21 characters ) user_profile_category

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x