IE gets hung on webform submit in my facebook app iframe

I have a facebook app which fetches my page from Drupal. However on webform submit (in the iframe itself) the browser (IE) gets hung more often than not.
Prior to this issue, I was getting redirected to a "Pre-like" page as the session was not being maintained. I added the following piece of code header('P3P: CP="CAO PSA OUR"'); and the 'session' issue got resolved.
Now I need to go to my custom page on Webform submit. Please suggest.

Book module: No book page content type?

I enabled the Book module.

At admin/content/book/settings, I configured Basic Page as the allowed book outline content type, and as the Content type for child pages.

I go to Add content (node/add). The "Book page" content type is not there. Apparently, I need that to start a book. It's not at admin/structure/types, either. So, I can't create a book.

What's going on?

Is there any module can create a insert form for user input?

Is there any module can create an insert form for users input and save the data in database and then send a notification to admin email? Is opening a "add" content type access right to public is good practice for achieving this purpose?

thanks

Custom breadcrumbs to add new breadcrumbs

I am unable to add new breadcrumbs.

In the instructions it says:

Go to Structure > Custom breadcrumbs to add new breadcrumbs
* To add a breadcrumb, click on one of the tabs at the top of the page. For
example, click 'Node' to create a custom breadcrumb based on node type.

However, this is all I see in my admin/structure/custom_breadcrumbs window:

Show only custom_breadcrumbs where
Type
sort descending
Namesort descending Breadcrumb Type Operations
No custom breadcrumbs have been defined.

Is this correct?

best way to learn drupal 7 ...( i have been working on d6 for more than 2 years.)

can any one help me with some links or videos which will help me to learn custom d7 theming from the html scratch ....

what am asking is....

is there any major difference in template files, any additional files ??

customizing user profiles need help

I am still learning how to customize drupal 7 and I am hoping someone here can help me. I am trying to make my user profiles look something like this http://drupal.org/files/after.png so far I have created a user-profile.tpl.php file and added

<div id="user-profile">
<h1>
    <?php print $user_profile['field_first_name'][0]['#markup'] .' '. 
                $user_profile['field_last_name'][0]['#markup']; ?>
<div class="fields"> <?php print $user_profile['field_profile_title'][0]['#markup']; ?></div> 
  </h1>

  <?php if (isset($user_profile['user_picture']['#markup'])): ?>
    <div id="user-picture">
      <?php print $user_profile['user_picture']['#markup']; ?>
<div class="fields"> <?php print $user_profile['field_profile_company_name'][0]['#markup']; ?></div>
<div class="fields"> <?php print $user_profile['field_profile_address_1'][0]['#markup']; ?></div>
<div class="fields"> <?php print $user_profile['field_profile_address_2'][0]['#markup']; ?></div>     
<div class="fields"> <?php print $user_profile['field_profile_city'][0]['#markup']; ?></div>
<div class="fields"> <?php print $user_profile['field_profile_country'][0]['#markup']; ?></div>
<div class="fields"> <?php print $user_profile['field_profile_postcode'][0]['#markup']; ?></div>
      </div>
  <?php endif; ?>
</div>

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x