Hi, I have been searching all over for this, but have not really found anything, so maybe it's obvious? When we upload images or documents to replace previous versions, our files are instead just renamed (_0, _1, _2, etc.). Is there a way to replace the uploaded files?
I have a content type with title, city, state, summary.
I added a node. As I add node, there is metatag link on the bottom left > Description field. In the Description field, I enter the city name as the city field. For example, when I add a node, I entered "washington dc" in the city field. In the meta tag description, I add description including "washington dc". Instead of hard coding the city name in the description field, can I use any token of city field like [city]? So description field will automatically read the value from the city field.
Hi! I'm using Drupal 7 and exporting an RSS feed using the Views module.
So far, so good. It exports everything I need (I think). However, I need to change one of the labels. I need to change <description> to <content>. How do I do that? I haven't found any modules or workarounds yet.