Hello, I'm new to Drupal and am having some issues with the Subtheme Templates.
I have cloned a View in order to change it's machine name and other names but keep the same settings. The previous View was called add-course while the new one is called add-content. Both of the template files are exactly the same, save for the name (views-view--add-course.tpl.php and views-view--add-content.tpl.php) both of which are in the Admin theme folder (/var/www/sites/all/themes/admin/templates).
Hi, as i mentionned on another topic im new to Drupal and i was wondering what is the best way to build basic pages that have multiple administrable blocks/areas ? simple texts/images content that i want display in differents area of a specific template ? do i just create a custome blocks per area ? is there a sort of page builder plugin for that like we can find on worpress ? or even for this kind of unique content page we recommand to create a content type / view ?
In nodes, I wish to change/add class for textfields that are filled with "The default value for this field, used when creating new content" or in alternative way, containing a specific value.
How can i do it?
Thx
I am new in Drupal 8. I want to create a new theme to according to my HTML. What is the best practice to integrating a custom build theme to drupal engine.
I'm trying (for the first time) to change the form that is displayed when I go to node/add/#.
The machine name for my content type is just_another_node
In my source code, I've added a file named page--just_another_node--edit.tpl.php to my theme directory and, inside this new tpl.php file, I've put the following code:
I'm new to Drupal and just installed Drupal cms on one of my private hosting to test somethings and everything is working as well for me. Just a thing, I want to have blocks on the homepage like this site http://www.webmastersun.com
I mean I want to show forums by thumnails, users viewing forums and top 3 latest topics on the homepage.
It is possible to achieve that? does it need a page builder like Wordpress cms?