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.
My content is still showing html markup like:
& # 39 ;Bewoners& # 39 ;
while it should be:
'Bewoners'
Also br tags are added after each paragraph and also show in the frontend. I'm using the multiflex theme. Is this a theming issue or do I need to set some other setting somewhere?
Well, I've been using captcha for some time now on my new site. It was working fine at least I thought so. I have created a block and set to show only when I (user) am logged in. I was logged out. I typed www.mysite.com/user to login. I entered my user name and pass correctly but didn't enter captcha word correctly. The site displayed a warning that the captcha word is wrong but it showed the block. Then I realized that even though I haven't entered the captcha word correctly the site let me log in.
After a user has placed an order from the SSL (https). They complete the transaction but stay in the secured area of the site. Is there a way or trick to flip them back into http instead of https?
I tried using the setting.php file and base url, thinking that would force it, but no luck.
Hello everyone,
I'm trying to create a view that has a list of articles in a given category, sorted by the terms of a different container.
e.g.: Florida, South Carolina, Lousiana are categories in the States container
News, General Links, Mold Prevention are categories in the Resources container
I want to build a view of all Resources tagged with Florida, grouped by what resource type they are, and preferably ordered by weight.