I'm trying to create a custom name-display for a reference list in a content-type, the list is taken from a taxonomy , the taxonomy type also has a country field and I want to display this next to the name of the taxonomy in the list .
I’m developing a drupal site and I need to create a view that take in a RSS feed and allow the end user the ability to selection content by tags and date range (ex 12/13/17 – 12/26/17)
i have a Drupal 7 installation, where i need to implement the following workflow:
The Websites gives the user a prewritten statement, which can be send from the website to a pperson of public interest (politians) under the users name / email. The email ddresse of the user must be verified before the email will ne sent. This shall be done by a confirmation link send to the users email address. Once the user confirmed his email, the mail will be send by drupal.
I’ve added a simple link field to a view. I’d like to format that link to appear as a button, but I can’t figure out how to do that. I tried adding the "btn" css class to the field but no luck.
I'm using a Bootstrap theme, and the .btn class is defined in the theme's stylesheet.
Im updating D7.59 to D7.63 and we are instructed to delete all folders except 'SITES' before uploading the latest upgrade. However, I notice a folder in my directory called 'TMP' but it does not appear in the new upgrade files. My question is, should I keep the existing TMP folder or delete it before uploading the upgrade?