fields

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
cpelham's picture

import of fields from multi-lingual D6 site into D7 fails

I am cross-posting this from the CCK issue queue:
http://drupal.org/node/1063852

If using more than one language the story is the following:

  • the fields import via migrate content into D7 and display fine while viewing nodes
  • going to edit node and all the fields are blank, no values are shown here, like creating a new node
  • D7 field table rows have a column for language but instead of getting set to the proper language on import, the column is left as "und."
Read more
BazzeFTW's picture

Drupal 7, egna fält dyka upp i Views

Hej!

Jag har jobbat med drupal 6 men tänkte nu gå över till drupal 7. Problemet jag har är att de nya fälten jag skapar (t.ex. nytt fält för en användare) inte dyker upp på något ställe när man ska skapa en view. Dvs. jag kan inte (genom en view) presentera innehållet i fältet, inte använda fältet som ett argument, inte skapa en relation eller något annat eftersom fälten in finns med i listan.

Har även lagt in modulen Profile2 där jag skapat en himla massa fält men inte ens från den dyker dem upp.

Read more
nico03's picture

Delete content type and fields

Hi,

I want to use openpublish for my project and i want to keep just the necessary.
So, i wanted to delete some content type (like audio, package or slideshow), but i can't delete them.
Any idea ?

Maybe i could delete in the database with phpmyadmin... but i prefer to use admin panel.

Tanks :)

Nicolas.

Read more
philhxc's picture

CAPTCHA protected content

Hello, i would like to know if its possible to hide/protect a section of content from anonymous and new registered users using captcha, i do not know if I explaining myself well, so i will leave you with the following image:

http://i52.tinypic.com/2db0znd.jpg

Read more
sagarun's picture

CCK Fields - Controling maximum number of values users can enter for this field.

When creating CCK field we have an option to specify "Maximum number of values users can enter for this field." which ranges from 1-unlimited. Is there any way we can change this property when loading the cck form?

For example, i have another cck content type, which stores the number of values user can enter for a field in another content type. I want to use this number (using views) to specify the "Maximum number of values users can enter for a field." in target cck form .

Read more
Hagathissa's picture

Gömma info om när innehåll läggs upp och av vem

Hej,

en fråga (jag har letat överallt här men inte hittat något svar)

Jag har skapat en drupal-sida för min förening, problemet är att det i visas innehållstyper står posted by admin och datum för när innehållet lades upp (gäller för standardinnehållet story samt för event och webform som jag själv har skapat).

Read more
ithacaindy's picture

Field Contents Obscured

An issue to be addressed for 2.1: Field entries cannot be read. I was trying to edit a tablemanager table and the text in the fields don't fully display; instead you see an upper-portion of a character, rather than the full character, requiring you to guess what you are entering or viewing. This happens in all text entry fields, such as users.

Note: this problem does not exist on non-OP Drupal sites.

Read more
Jeff Burnz's picture

Do you want field type suggestions in core, I know I do...

I posted a feature request: Field Type Template Suggestions to allow us to have #field_type template suggestion and preprocess functions in core.

At the moment you cannot override something like all taxonomy reference fields or all image fields, you are limited to field_name, bundle and field_name__bundle which are all groovy but not the raw down-low grunt needed when you want to simply override all fields of a particular type.

Read more
Fohsap's picture

Special permissions to alter null fields and edit existing fields

Functions required:

<

blockquote>
drupal_hook_form_alter()
why? To check to see if fields are or are not null (note that "drupal" will be replaced with a suggested module name for anyone who thinks that this should be modulated)
dropdown()
Preferred/chosen method, due to its being concise. For larger sites, it would probably be best to use some kind of auto-complete function
foreach()
This is used to fill the drop-down with options (the variable $option will be used)
submit()
To initiate actions which will fill the form in question with the user entries made herein

Read more
greg.harvey's picture

Field Mapping API

This comes out of the LinkedIn module brainstorm issue, here:
http://drupal.org/node/740690

Basically, we got talking about how we are going to map data coming back from LinkedIn to specific CCK (Drupal 6-)/core (Drupal 7+) fields. I noted I was always wanting to do this, but never managed to tackle the problem properly. For example, the NITF Views module could do with some interface to allow you to map fields to specific elements of the NITF schema. My XML Parser module could do with some kind of field mapper UI too. So could LinkedIn. So could dozens of modules, I'm sure.

Read more
Subscribe with RSS Syndicate content