How to edit content from checkboxes in basic page

I've created a content type called "Profile", where there's several statuses that can be checked or not checked whether that person har completed a task or not.
Is it possible to add checkboxes to a basic page in Drupal where you can click the box and the information for that person will be updated? (So you don't have to click on the profile, click edit and then update the checkbox)

Photo galleries

Hi all, I hope the collective wisdom can help me! My Google-fu is not being very useful for finding what I need.

fresh install -> all nice but some missin css files

hello dear all

waht is missin here

it is a drupal commons 6x 2.3 http://boysday.org/

note it was installed with some too many files open warnings .-
guess that i have put some files (js and css) into the correct folder

what do you think !?

greetings

Sub-tabs in user's profile disappear when I go to one

I've created sub-tabs in a user's profile under the 'Edit' tab, so it's like

function module_menu() {
 $items['user/%user/edit/foo'] = array(
  'title' => 'foo'
  'type' => MENU_LOCAL_TASK,
 );
 return $items;
}

So if I go to a profile's 'Edit' tab, there are two sub-tabs: "Account" and "foo". However, if I click on "foo", then it'll bring me to the page, but these two sub-tabs disappear.

Adding page

I am new to drupal... after installing drupal7 i am not able to get the link add page in add content
can any one help regarding adding a page. What modules should i enable to get the page content in add content menu. i want to create pages with the below url
its like creating page with link localhost/drupal/places

How to add configuration page for my module

Hi ,
I have created .admin.inc file..That file contains one form with form API
There I want to display form results..(Entered values through form)

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x