field

Events happening in the community are now at Drupal community events on www.drupal.org.
antoniomanco's picture

Botón Twitter "@cuentatwitter" automáticamente en field o campo

Hola, quiero crear un campo (Field) donde cada vez que ingrese un publicador con usuario y contraseña, se estampe automáticamente en un nodo o artículo, el botón de twitter seguir a @usuariodetwitter. Actualmente Twitter ofrece el código

Read more
rosk0's picture

Best practice of theming custom fields in Omega 3 env?

Subj

Read more
elpoderosoperu's picture

Texto de resumen en un field (campo) de un artículo

Un saludo drupalero, tengo una breve duda. Cuando publico un artículo con node/add/article siempre inserto texto en el campo resumen. Quiero que este aparezca en un campo bajo el titular como muestra la imagen que adjunto. El problema es que no encuentro el tipo de campo en la lista. Sólo aparece archivo, boleano, coma flotante, texto largo, etc, pero ninguno me genera el resumen por defecto. Espero una guía gracias

Read more
FreeXenon's picture

View access to field in a referenced node

I am new to Drupal, but I do have a programming background, and have Drupal admin experience.
I have been able to put together some basic views so far.

I am working on a Room Reservation type site in D7 for our intranet and I want to put together a view that shows the

reservation event title, date/time, room#, building

The only problem I am have is getting access to the building. The building is referenced on the Room content type.

Room Res -> Room -> Building

Is it possible to gain access to a field on a referenced node?

Thanks all

Read more
Iulian Arcus's picture

Minimum required implementation

As I was working on the upgrade of the sms framework to D7 I struggled to understand why, after implementing the field, I still couldn't see it in the fields list. Redoing the examples and then removing excess code(such as the formatter) I finally realised that there are some functions that need to be implemented for the module to work. Unfortunately this wasn't obvious at all.
Can anyone tell me why I need a widget hook if I was using the 'text_textfield" which is already implemented?

Why aren't minimum implementation requirements in the API documentation?

Read more
rileg's picture

Lägga till nya fält i ett CCK baserat formulär

Någon som kan tipsa om hur man går tillväga för att skapa ett CCK baserat formulär som beroende på vad användaren väljer i en lista får upp nya listfält som inte synts innan. Om man ex. har en lista som innehåller kategorierna "Förrätter" "Varmrätter" "Efterrätter" och "Drycker" och väljer "Drycker", så (AJAX) laddas ett nytt listfält med olika dryckeskategorier att välja mellan.

Read more
akanik's picture

Using template to configure link from a field

So this may be a silly, simple question... but it has me. I am trying to modify a field to be output as a link. Scenario: the user adds his/her personal website address (akanik.com) in to the "Website" field. The template takes that field, enters the value of it into the a href and therefore makes the original field data (akanik.com) clickable.

<?php
print render($content['field_email']);
?>
    <a href="http://
<?php
print ($content[&#039;field_website&#039;]);
?>
">
<?php
print render($content[&#039;field_website&#039;]);
?>
</a>
Read more
segolas's picture

Copy values from a content to another content

Hi,

I had created a "receipe" content with many "ingredients" field. I also have a "shoppinglist" content with a list of "ingredients" (same field of the receipe).

I need that when the user is viewing a receipe node (not editing) he could add one ingredient to his shopping list. I have already developed a module wich reads the content of the user' shopping list and displays it in a block.

I'm thinking of "templating" the ingredient fields (http://drupal.org/node/206980) with a (jquery) form which sends the form to /node//add.

Read more
yuanotes's picture

[GSoC proposal]Add full Fields integration to biblio 7.x-2.x and also more standards support like ONIX and prism

Who:My name is Chen Yuan and My email address is yuanotes@gmail.com. You can contact me via gtalk and my account is the same as my email address.

I have not contributed to a open source project before. And I do a project about Drupal because I have developed a website using Drupal before. I like drupal and the way it works.

Overview: I have read the idea list and I am interested in the idea that modify the biblio module. It seams like that the mentor want to add full field support to the new release of biblio module and add some other standards support.

Read more
hussainweb's picture

Limiting Field Values based on user role

Hi,
There was a question I had I forgot to ask at the party today. I am trying to build a community site where multiple users from different regions will post content. There are two fields in which I would like to limit the values they can enter: Location and type.

Read more
Subscribe with RSS Syndicate content