Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am building a site that is largely based around sending out email campaigns, so I would like to track the performance of the emails, ie click throughs, bounced emails etc. I am currently trying to do this with SimpleNews and have integrated the TinyMCE and got it to send out themed graphical emails. I realise there are tools like Campaign Monitor that even offer an api. But first I wouild like to know if anyone else has successfully implemented something like this with a Drupal site (be it with SimpleNews or not), and maybe some tips to point me in the right direction.
I am using category module and cac_lite contrib module, configured access for authenticated users, now Anonymous users can not view content. If I disable cac_lite module Anonymous can view content. Node access summary apprears to be fine
Access Granted to All Nodes (All Users)
Your node_access table contains entries that may be granting all users access to all nodes. Depending on which access control module(s) you use, you may want to delete these entries. If you are not using an access control module, you should probably leave these entries as is.
I upgraded our site to 4.7 yesterday. Everything went great overall.
I have a question about the Captcha module we're using. We use the math question challenge, but the following error message is appearing regularly in the logs:
captcha/image/1164858041 not found
Textimage is installed, and posting comments (for anonymous and authenticated users) is working fine.
Does anyone know what may be causing this error and how to fix it?
I upgraded our site to 4.7 yesterday. Everything went great overall.
I have a question about the Captcha module we're using. We use the math question challenge, but the following error message is appearing regularly in the logs:
captcha/image/1164858041 niet gevonden
Textimage is installed, and posting comments (for anonymous and authenticated users) is working fine.
Does anyone know what may be causing this error and how to fix it?
My Drupal site depends on search because much of the content is for members only and thus not reachable by outsider spiders.
When I first installed search it worked great. But recent content has failed to show up. Naturally I checked settings > cron. Nope, it's running. THen settings > search. Again, affirmative messages: "100% of site is indexed." Great. So what's happening?
I've been using Drupal for my website since 5 was first released as Beta and so far haven't had to ask any questions to due this resource but I just can't find the answer to my current issue.
I would like to hide certain blocks that I have showing on the user profile page if the person viewing the page isn't the owner of the profile.
For example, I have a block setup with Views to show the current users recent forum posts and another block that shows any new replies to those posts.