node

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

¿Como cambiar el autor de un nodo?

Hola he creado alrededor de 100 nodos usando la cuenta de administrador, también he creado varios usuarios con diferentes roles, mi pregunta es ¿como puedo permitir que los diferentes usuarios modifiquen los nodos creados por la cuenta de administrador?, pues por cuestiones de seguridad los permisos que le asigne a los usuarios y roles solo pueden modificar el contenidos creados por ellos mismos. Estoy usando Drupal 8.1.3. Gracias!!!

Read more
victorhugoa's picture

Send node as HTML formatted email to all users of a role

I have a RULE that works well:

  1. After saving a new content of type DEMO
  2. Send node as HTML formatted email
    Parameter: Send email to:doe@example.com,jane@test.com

What I need is to send the same Action but to a "users of a role", something like:

  1. After saving a new content of type DEMO
  2. Send node as HTML formatted email
    Parameter: Send email to: Roles: Editor ---RULES does not allow to add roles here---

Is there any module that can expand this function in RULES? Or is there some way to achieve this directly within RULES?

Read more
firesidelibrarian's picture

Re-using node content within another node

Seeking easiest/best way to re-use content weekly, and including new date.

Read more
andersin88's picture

[解决了]node.tpl.php显示部分在node和taxanomy页面。

如何只显示红色部分在node页面里,
红色部分的代码是加入进node.tpl.php里,但却连taxanomy/term那页也一块显示出来了。

下面是图片说明:
http://postimage.org/image/3v63nv89h/

Read more
Kathelijne's picture

Avoiding creation of duplicate images during node image upload

Using D7, image cache is enabled

I have a content type "promotions" that contains an image field, among other fields. Users upload an image using the standard "choose file - upload" which comes pre-installed with D7.

However, we often need the same image for multiple promotions. When uploading, Drupal duplicates the image and stores them as

myimage.jpg
myimage_0.jpg
myimage_1.jpg
etc.

even though they're exactly the same image (filesize, name & all)

Read more
el_reverend's picture

Best way to update URL alias for deleted node

Hi all,

what would be the best way to pragmatically update the URL alias for a deleted node? When I delete a product, the URL alias stays intact, which of course then get handled by Drupal and returns a 404 (in my case I have an additional search provided). I ...

Read more
Arwym's picture

How to restrict content creation of a specific type with user post quota

Hello,

Still a bit new to Rules, but I have been looking around and checking the documentation and API for the solution to my problem; still, I am quite lost as to where to begin, how to proceed.

So, all I want is to restrict, for a particular user role, the creation of nodes of a particular content type, by a quota. I want to count how many nodes of that type the user currently has. And say, that the maximum amount allowed for that user is 5, and he/she already has 5 nodes of that type when he/she tries to create a new one, negate the creation of the node.

Read more
nikhil.machcha's picture

Programatically displaying a specific node in Panels

I want to display a specific node in panel layout at specific position

Problem Statement:

Suppose,
I have a nodequeue created with two nodes and I have simple two column panel layout.

Now, I want to display first position node in left part and second position node in right part.

and this should happen implicitly on SAVE button click for nodequeue.

How do I do this?
Please ... I need help here.

Read more
Rdagast's picture

Two-way node/term reference?

Is there a way to create a synchronized relationship between a node and a taxonomy term?

Read more
kzrdata's picture

How to display the nodes titles list in the taxonomy hierarchy?

I'm trying to display a block on a page with the list of nodes title associated with terms of my taxonomy.
I wish to have something like this :

-Parent term
--Child Term
----nodes title
----nodes title
----nodes title
--Child Term
----nodes title
----nodes title
-Parent term
--nodes title
--nodes title
--Child Term
----nodes title
----nodes title

etc...
I've been trying with Views but I haven't succeed to obtain something that gives me satisfaction. The term is always present above each node and I haven't found the way to group these terms.

Read more
Subscribe with RSS Syndicate content