How to make sure there are not two pages of the same content

Hi,
So I created content for node/1 and that I have made that content as my frontpage too.

Now the problem is there are two pages of the same content. I don't want google crawler see them as two pages. Any suggestions ?

cheers,
Vishal

Form to add a record to the Database

Hi guys ,

I am looking for a simple example where I can allow users to enter their pet data into the database.
So just a simple form with a few fields that will add a record to the database ?
Where could I find a example of this please?

Visibility menu

There is a question of visibility menu.
For example there are three menus: "Main" it has links to two other menus, the "Library", "Directory." How to make so that when you click on a menu item leading to the "library" is enabled the menu "Library", and the transition from the main menu to "Directory" was kind of menu "Directory" menu and hide the "Library".
Moreover, initially on the main page only shows the "Main" menu.
It seems the problem and then slightly complicated, but I have a lot of her time spent.
There are ideas on this?

Sorry for my bad English

simple entity, but can't figure what is the problem.

I'm trying to build a simple entity that will allow people to enter their email contact info, which will then be saved in the db. I know there are much easier ways to go about it, but I wanted to get my feet wet with entities in D7 as I have some other stuff that I want to do later.
Anyway, the problem that I'm having is the the records aren't being saved. I get an error saying
Notice: Undefined property: NotifymeController::$notifyme_id in notifyme_add_form_submit() (line 292 of /Applications/XAMPP/xamppfiles/htdocs/swiflo/modules/notifyme/notifyme.module).
this is my module file
<?php

/**
*@file
* Implementes the basic functionality required to create an entity and display it.
*/

/**
* Implements hook_entity_info()
*
* We let Drupal know about our entity via this functions - have a look at
* http://api.drupal.org/api/drupal/modules--system--system.api.php/functio...
* for all the information.
* Below we do the basic to get an entity with one bundle going.
*/
function notifyme_entity_info() {
$return['notifyme'] = array(
// A human readable label to identify our entity.
'label' => t('Notifyme Entity'),
// The controller for our Entity - extends the Drupal core controller.
'controller class' => 'NotifymeController',
// The table defined in hook_schema()
'base table' => 'notifyme',

views error message

I'm hoping there's a easy fix for this error message...in views

Notice: Undefined variable: admin_links in include() (line 28 of /home/content/75/7647975/html/awst.com/sites/all/themes/fusion/fusion_core/views-view--page.tpl.php).

thanks!

Creating a travel website

I want to create a front page that has some generic data and menu links that work exactly the way Drupal works. I then want to embed a drop down select list built from a trips taxonomy vocabulary. When a user selects a trip I want to bring up a new custom image, menu like the main menu but with content filtered for the trip. My main logo would take you to the home page and the drop down to chose a different trip would be on every page. Any guidance to a starting point would be appreciated.

Thanks.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x