OK maybe someone can help me with this.
I have the node edit template working (one node edit template for all node types) by looking at the seven theme. What I am looking to do though is have a separate node edit template per content type, Luke what you can do with the node view template system. Is this possible and if so can someone help me out a bit?
Hi everyone, and sorry if exits a post with the problem solved.
I have been trying with several solutions and I can't solve this.
I have installed in a ubuntu server 15.04 the new drupal-8.0.0-rc2.
I have done the installation with the same steps that in drupal 7 (include moving the .htcaccess file).
And the installacion is correctly and I can enter in the main page of drupal, logged with the unique user. But when I try to navigate an another part of the web, appears this error:
When installing Druapl 8 RC2 i get this error message at Requirements review:
Warning: Zend OPcache API is restricted by "restrict_api" configuration directive in system_requirements() (line 244 of core/modules/system/system.install).
i am absolutly new in Drupal and came from ModX.
My question - so simple it seems to be - is just,
how can i make an new (twig) theme from scratch with bootstrap ?
i created a new theme folder called /sly with a sly.info.yml and the following content:
One my friend is using Drupal for his website and I am using word press at the moment.
He told me that Drupal is better than WordPress and gave me couple of examples, but I would like to hear some key points from Drupal specialists as how beneficial it will be to convert my site to Joomla.
I'm trying to make my first Drupal 8 theme and I've already hit a roadblock: A number of important placeholders are empty when rendering html.html.twig - most notably {{ head }}, {{ styles }}, {{ scripts }} and {{ scripts_bottom }} ... this makes theming a bit difficult, if you ask me ;-)