Help using Git to Install Drupal

I can't figure out how to get a non-dev version of Drupal, for example I end up with 7.x-dev instead of 7.0.

I tried installing via the following command:

git clone --branch 7.x git://git.drupal.org/project/drupal.git ./

and when I run "git branch -a", I get:

Getting FieldException error

I'm getting the following error:

FieldException: Attempt to create an instance of a field annotation that doesn't exist or is currently inactive. in field_create_instance() (line 455 of /home/content/j/n/b/jnbutler/html/modules/field/field.crud.inc).

Taxonomy - Controlling terms in specific fields - taxonomy vs. field list

I need the features of both Taxonomy and the Field type "List (Text)" - I want a controlled vocabulary with certain subsets of terms allowed in certain fields.

Here is my current understanding of Taxonomy vs. a field of type "List (text)" - I hope I'm wrong but it seems like if you want to use it out of the box you can't get the best of both worlds:

Taxonomy term is better because it allows the automatic jump (both in node display and with View Node List) to all the other occurrences of that term and you can use the neat features like the tag cloud.

Field "List (Text)" is better because it has the automatic "Key|default" choice which lets you show the default (long form) on node create to let users know what the tags mean, and display the Key (short form) on node display and with View Node List for shorter display.

I need both these neat features and can't figure out how to get them. Taxonomy just doesn't seem to have the concept of long|short form of the same term selectable for display in Views the way Field type "List (Text)" does.

Drupal 7 and Ubercart?

I am very new to Drupal. I have just installed Drupal 7 a couple weeks ago and have been learning my way around it and doing some tutorials. Things are starting to make sense for me, but I know I have a long way to go.

Online Registration Module for Research paper submission

hi everybody

we need online registration module for Paper Submission

Registration for Participants and file upload facilities for submission of Abstract in .doc or .pdf format
Registration of Participants at same time they have to upload their abstract paper, and then we have to generate Abstract_ID (user_ID and password for future login)

Submission of Full Length Paper
if they abstract paper has been selected then we may may give permission to upload full length paper.

how to verify node permission.

I need to find a variable that can tell me if a node can be viewed anonymously. For example, here I'm asking if the full node is being displayed.

	<?php if ($view_mode == "full"): ?>
		content
	<?php endif; ?>

So, before displaying my content, I'd also like to ask if there is permission for the node to be displayed to an annonymous user (even if the current user isn't anonymous).

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x