#nodes

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

Real Time filelds update in a node

Hello,
Any good hint or tutorial to refresh fields on node if an admin updated it ? I think it is possible with nodejs but no idea where to start, sucessfully installed nodejs on a debian machine with drupal etc.. but no idea for the rest of steps.
Thanks in advance.

Read more
eldany71's picture

Error: El sitio web encontró un error inesperado. Vuelva a intentarlo mas tarde

Hola comunidad...

Estoy teniendo problemas al generar nodos nuevos o al querer guardar cambios después de una modificación, me esta saliendo el siguiente mensaje:

"Error: El sitio web encontró un error inesperado. Vuelva a intentarlo mas tarde"

Ya hice todas las actualizaciones de drupal, de los nodos, vacié caches... etc etc y nada. Esto me apareció hace 15 días de repente.

  • Hace casi 2 años que esta en funcionamiento sin ningún problema"
  • El sitio web esta en drupal 7

Adjunto el screnshot del error y una url: http://i.imgur.com/WgnTxRM.png

Read more
JonasSavs's picture

Views - Nodes ordenados por um term id especifico.

Boas Pessoal,

Gostaria de criar uma views node ordenada da seguinte forma, ex:

Product A = > Attached to Term 1
Product B = > Not attached to any term
Product C = > Attached to Term 2
Product D = > Attached to Term 1

Sorting : Todos os nodes relationados com o term 1 devem aparecer no topo dos resultados, todos os outros a seguir ordenandos alphabeticamente por exemple, obtendo:
A,D,B,C.

Tentei utilisar:
relationship : Content: Taxonomy terms on node
sort criteria : (term) Taxonomy term: Weight (desc)

Read more
swafran's picture

Services REST node create - tnid not set

Hi

I'm using services and rest_server v.7.x-3.7 to update translations on my site.

When creating a node for a translation, I set the tnid, but it is always written in the db as 0.

If I change line 312 of node_resource.inc from:

$stub_node = (object) array_intersect_key($node, array_flip(array('type', 'language')));

to:

$stub_node = (object) array_intersect_key($node, array_flip(array('type', 'language', 'tnid')));

The tnid is properly written to the db and everything works fine.

Read more
jessSchn's picture

Working with content field values in a block

I am trying to create a block in Drupal7 that is taking information from the page that the block is displayed on.

Something like this:
Please request more information <a href="/webform/info?line=<taxonomy value>&prod=<content field value>">here</a>.

Where the "taxonomy value" is set as a value on the content type that was created. And the same goes for "content field value".

This will allow me to help pre-populate some fields on the linked webform by passing values through the url.

Read more
cuongphamvan's picture

Sử dụng node.tpl.php file cho block khác nhau.

Mình mói tiếp cận Drupal đc mấy ngày nên câu hỏi này không biết có đc cho là kém hay khong nữa.

Xin hỏi cộng đồng là có cách nào custom một block theo HTML có sẵn của mình không.
Tức là khi tạo một view hay block, mình cũng đã cố gắng sử dụng REPLACEMENT PATTERNS nhưng cấu trúc HTML không thể giống 100%, trong khi yêu cầu đặt ra là block hay view đó phải có cấu trúc HTML giống 100% HTML gốc.
Mình có đọc được một số tài liệu hướng dẫn sửa file node.tpl.php nhưng không nhớ chính xác phải xử lý như nào.
Mong được mọi người hỗ trợ và hướng dẫn chi tiết.

Read more
tigreton's picture

slide de nodes

He subido una imagen para explicar mejor lo que necesito hacer.

En la home, un slide de nodos. Pero no un slide viendose las miniaturas abajo, simplemente una imagen superpuesta a la otra que se cambie cada "x" segundos.
En otro proyecto tuve que hacer otro slide, pero esta vez estático y fue sin problemas.

Read more
koulas's picture

求教各位:打开页面缓存功能后,确发生致命错误了

今天尝试打开系统页面缓存功能,结果出现报错

Fatal error: Cannot redeclare node_page_edit() in E:\XXXX\XXXX\modules\node\node.pages.inc on line 12

求教大家,是啥原因呢

Read more
otcassetmgmt's picture

Fields from nodes into a form for easy submission

First, I set up a Content Type w/ some fields and named it "NFL" then using a module called Feed Import I have the ability to import XML content off the internet into Content type "nodes". After that my site displays a table of games in a list using Views. All my fields get populated and each game is separated into it's own node.

Read more
valeck-1's picture

Ligar de un nodo a un webform

Buen día, buena tarde o buena noche, dependiendo a que hora me lean.

En resumen estoy tratando de hacer un modelo, donde el visitante pueda entrar ver algun producto de una inmobiliaria y que en algun lado aparecesca un liga que diga "solicitar informacion", al darle clic me mande a un webform ya creado pero (ahi esta lo interesante) necesito que se haga la referencia del titulo del nodo.

Esto funciona bien con el nodereferenced_url, cuando se quiere crear un nodo referenciado al padre, aqui he logrado que se referencie, pero al "create webfrom" y no al webform ya creado.

Read more
Subscribe with RSS Syndicate content