I created a Related Topics sidebar that displays related taxonomy nodes using Views and an argument. And just recently it has been displaying duplicate nodes, the same node 4 times. I don't know when this started? The View is set it to 'Reduce Duplicates'
My view uses: Arguments/Node: Nid/Taxonomy: Term ID
The php code is
When I set the home page in the armed state, it's one place people can log in and a place where people can register at the top right on my website. When people go in there (at the log in or sign up), they get a message that they can't log in og register, but anyway, I won't to remove it.
I don't want it to be a place at my website where my clients can see there is a place that is called "log in" and "sign up", so I want to remove it. Anyone who knows how I do it? I am unfortunately so bad at this.
I am looking at lm_paypal module but it assumes that a visitor has to be logged in in order to see the PayPal buttons and make payment.
I need to display the buttons publicly, a visitor to click and pay, the IPN to create a Drupal user with a certain role upon payment, without the person having to already have a Drupal account at my site.
Hello. I have an old Drupal 6 site that I have neglected for some time. Of course I have some upgrade warnings for core and for modules. However, I thought it would be good to re-examine the architecture of the site and start fresh with Drupal 8. The site isn't too complicated at its core, but the problem is I've forgotten which installed modules are essential, and even the basics of the site setup. I'm sure I can familiarize myself with the setup, which is basically a hierarchical arrangement of content types with voting at the lowest level.