I have drupal up and running and I changed text on a page and updated it, but I want to revert it back to before the change. How do I go about doing this?
I have both xampp 1.8.2 and 1.8.3 in my Windows 8.1 computer, for running D7-33 and D8.0.0B3
In D8b3 the import of a language never ends (after 8 hours, stuck at 98%/ 92% or similar, "importing translation for drupal")
When checking languages, they do appear in the listing, with about 90% of the "interface translation" done (4599, 4600, 4800 out of 5237 supposedly strings)
Seems that the process hangs out at a given moment, more or less around 90% of the work.
Hello everybody,
I'm currently developing a module for Drupal 8 and I want to make use of an existing PHP library.
The library itself manages its dependencies via Composer.
It works perfectly fine when I include the autoload.php generated by Composer but that doesn't seem to be the way to go.
Is there a unified way of adding additional PHP libraries to Drupal which use Composer?
I thought it would be possible to use libraries.module but I couldn't come up with a solution.
Hi,
we have old solutions and we wowuld like to upgrade them to Drupal. All our data are stored on an Orancle DB are accessible through webservices. Basically we have users and we like to use Drupal to manage them.
We don't know how to do to bind the Drupal directly on webservices instead of the associated database. I did not found modules to do that (except playing with rules and ws_client but we don't want to duplicate data)
How do I create a link to allow users to add a specific content type when viewing a specific View.
I create a View to list all nodes of the content type "Blog". Within that View, I also want to add a link on the top to allow users to add a blog post...