After updating to Drupal 7.60, all my slideshows stopped working. Looking at the suggestions at https://www.drupal.org/project/views_slideshow/issues/2269963, I checked to see that I had the sites/all/libraries/jquery.cycle/jquery.cycle.all.js structure and file. I do. If this is not the issue, then what?
We are re-theming our large Drupal site (hundreds of pages with unique content). We are transitioning from a business which sells services directly to more of an affiliate role.
We were wondering if any of you have strong opinions (positive or, especially, negative) feelings about the theme sites out there or the larger theme-building companies (or individuals who make lots).
We are using the SMTP module to handle emails using the drupal_mail subsystem successfully.
Except, we're needing proof that an email was sent. Since the SMTP module is presumably using SMTP to transport the mail then an IMAP mailbox on the host (Dreamhost in this case) ought to be capturing each email sent using their credentials?
Sending emails through an IMAP client does as expected, except the emails sent using the SMTP module.
I created a "new activity feed" view page in which a user can see how many new comments have been posted to his own nodes since his last visit
Eg : since your last visit :
- 21 new comments have been published on your node #random-title, in a total of 65 comments
- 3 new comments have been published on your node #random-title-2, in a total of 8 comments
The nodes can also be flagged (approved) by other users.
Using flag module and views, it is possible to get the total amount of flags a node has received at any time.
Yea I know how to create my own custom tpl when using custom theme. Is this any different in changing the tpl for the views table when using the Bartik theme that comes with drupal core?
I'm working on a quick prototype and I just want to use the bartik as is, only thing I want to change is the markup of views table display. I'm using Drupal 7. Thank you