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.
With core search if you search for say 'bill'. The results include all nodes with the keyword bill but also all the nodes where the author (user) is bill. On our site we don't display the author name on any page. So this is a bit misleading to the site visitor.
We are using Drupal 8, is it possible to disable core search from indexing the author or exclude these from the results all together.
I want to create a multi user system where user have 4 level with following relation.
User level 4 can create user level-13 - level-1, Level-3 can create level-2 and level-1 and so on.
Also the can enable and disable their child account?
I created a contact form with a standard thank you message to be shown upon submission, but it never shows. On the Edit tab of the Contact Form, under the Message field it states: "The message to display to the user after submission of this form. Leave blank for no message." It seems very clear that the message should be displaying. Any ideas why it's not?
I like to move the left hand side further left to remove the white space, as well as move the right hand side towards the right, so that the centre has more space. I like to remove line wrapping with entries and with the majority of my endusers using widescreen monitors it doesn't look that great.
Hello all,
Right now, I am using the business theme and using CSS_editor module to make changes to the CSS. When inspecting the page as seen here: http://imgur.com/a/8MQxR
When I change the 33.333% to 25%, it looks how I would want it. I've tried applying the following:
#sidebar-first{width: 25%;}
and
.col-md-4 {width: 25%;}
but neither of these when applied change the value of the width. Am I not using the correct tag?
Thankyou in advance.
I have created a view using the TimelineJS library. I have a path of /where-we-work for the page display and the library generate an anchor for each node. I end up with paths like /where-we-work#events-x and /where-we-work#events-y. I am trying to display different blocks below this view depending upon the value of the anchor. My understanding is that PHP will not retrieve the anchor value of "events-y". I have been told that jQuery is the way to go with this but I'm stumped about how to do this in block visibility with PHP.