Question to integrate jQuery tablesorter

Hello!

I am currently trying to integrate the jQuery tablesorter from

  • http://tablesorter.com/docs/
  • into a module I develop.

    According to the doc of the tablesorter I use the following code to integrate it:

    Form modification in D7

    I've done a great deal of searching and havent been able to solve this particular issue. My knowledge of Drupal is basic as well as with php. What I'm trying to do essentially is add fields to the new user registration form and have the data from those new fields emailed to the admin. In addition this new user would then require admin approval before being considered active. I know there are ways to authenticate a user (loginTobbogan) but the most important thing I need is a way to email this info in the new fields to the admin upon said user clicking the submit button.

    want to display text and image as a slideshow in a block on front page

    hi i am new in drupal 7, i want to display the text and image as a slideshow in the front page inside a block for this i have enable slideshow_creator and jquery_plugin module.but i do not know what to do next ,please if anyone knows then provide the details description in step by step ways.
    Thank in advance...............

    Issues with Extremely Slow DB Queries and bootstrap.inc

    Hello,

    I am currently experiencing very slow page loads on my website due to a few database queries that take an incredible amount of time. The most common are associated with the function DrupalDatabaseCache:set where queries like:

    INSERT INTO cache_menu (cid, serialized, created, expire, data) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4)

    and

    UPDATE cache_bootstrap SET serialized=:db_update_placeholder_0, created=:db_update_placeholder_1, expire=:db_update_placeholder_2, data=:db_update_placeholder_3 WHERE ( (cid = :db_condition_placeholder_0) )

    take ~2500ms and happen multiple times in the course of one page load. Typical pages look like this: "Executed 82 queries in 18043.09 ms.Page execution time was 20568.44 ms." I gathered this information using the Devel module.

    In addition to this issue, it seems like there might be an issue with bootstrap.inc.

    I ran several SSH commands including:

    time php index.php and strace php index.php

    Both commands output an error:
    <b>Notice</b>: Undefined index: SCRIPT_NAME in <b>/home1/orianbre/public_html/swingsyndicatedance/includes/bootstrap.inc</b> on line <b>1379</b><br />

    Here is the output from the trace:

    How to make radio buttons display an image when selected and hide the image when not selected.(Drupal form api)

    Hello,
    I'm new to drupal and I'm having a hard time with form API, I'd appreciate little help.
    I'm trying to make a group of radio buttons, each display a different image when selected , and hide the image when not selected, with drupal 7 form API.

    Newbie needs help understanding menu logic

    I am using Zen theme with Drupal 7 and am confused about menu logic in Drupal.

    My main and secondary menus have links and are working as expected.

    I see that there are blocks disabled to handle main and secondary links called Main Menu and User Menu.

    If I enable those blocks I get duplicate navigation. Is this because Zen has hard coded the menus in a php file rather than using a block?

    Pages

    Subscribe with RSS Subscribe to RSS - Drupal 7.x