I am having more than 5 drupal sites , with different business requirements , I want the user not to visit these 5 different sites rather he visits only a single URL(Drupal Site) and gets to work on all (5 sites) of them.
I want these 5 sites act as a backend servers and expose itself as an API to a Drupal which will only act as a frontend server(processing element).
The frontend drupal will only act as processing element and will process the data over a http layer to the respective backend servers(backend sites).
Hello guys, i displayed taxonomy term's children in views,
i did almost those steps with some of my own changes : https://drupal.stackexchange.com/questions/251401/how-to-display-a-taxon...
the problem is the terms whos doesn't have nodes not displaying, i want to display all terms even the terms that doesn't have nodes inside them
We have a custom theme that is being used by over 100 sub-sites for one University. ONE of the sub-sites would love to have me change the color of their linked content from red to blue. I can't change this in the actual theme for them because it will affect all the sites. I tried adding a simple a {color:blue;} to the inline CSS box in Advanced Options but apparently its not as simple as that. They have linked text in <p>, <h2>, <h3>, <h4>, <h5> and <h6>. I would love some advice on what step to take to get this change to happen.