I love this series!! I am learning so much Drupal. I am wprking on a real project at work and had no idea about Drupal ( I am a Wordpress guy ). This gave me so much confidence. Thanks a lot.
@danielkacou58914 жыл бұрын
you are the best drupal teacher i've seen , thanks
@WatchandLearnTutorials4 жыл бұрын
Wow, thanks!
@yorikmoreau16364 жыл бұрын
The part on gulp was a moment of suffering for me, but since then it's been just happiness :)!
@WatchandLearnTutorials4 жыл бұрын
I should have mentioned that that step was optional, you don't have to use Gulp or any other preprocessor.
@yorikmoreau16364 жыл бұрын
@@WatchandLearnTutorials yes but it was verry interesting for me, and finnaly i think after this course, i will go learn more about this and about Susy too, so thank's for all :)
@WatchandLearnTutorials4 жыл бұрын
@@yorikmoreau1636 Hmmm, ok, but I'm not sure is Susy is used anymore. So maybe that would be a waste of time. For preprocessors I would advise you to learn at least basics of Webpack or you can use something like Laravel Mix, which is a wrapper around Webpack that makes configuration much easier: kzbin.info/www/bejne/fZ6TZXagorVrnZo
@WatchandLearnTutorials4 жыл бұрын
@@yorikmoreau1636 Hmmm, ok, but I'm not sure is Susy is used anymore. So maybe that would be a waste of time. For preprocessors I would advise you to learn at least basics of Webpack or you can use something like Laravel Mix, which is a wrapper around Webpack that makes configuration much easier: kzbin.info/www/bejne/fZ6TZXagorVrnZo
@yorikmoreau16364 жыл бұрын
@@WatchandLearnTutorials Ok, thank you for your advice, I finished your series last night with the video on url aliases, you are really a good teacher, so I will go see the video you recommend and continue my learning of the preprocessors: ) about susy , i can use bootstrap to make css grides !
@TheYoosuf7 жыл бұрын
Could you do a tutorial to show us how to create a homepage slideshow using views in Drupal 8?
@NickHope7 жыл бұрын
18:55 Don't forget that you need gulp "watching" for this change in the _homepage.scss (sass) to get compiled on the fly into css/style.css. This caught me out for a few minutes until I remembered to run "gulp watch" again.
@themanbehindthescreen82263 жыл бұрын
I want to translate A field title to a right to left Language. I want to write it in Arabic , however this field title that I have created provide no Text formatting . It does not have the option to use full HTML.
@andregreen13435 жыл бұрын
Hi,I am using Drupal to build a eCommerce website for this company. I have created a view to be viewed for the products for the customers, but for some reason when I pull up the website and click on the page link all I get is a blank page with the theme I purchased. The Page View doesn't seem to want to display, but when I am logged in as an administrator I can see the page view just fine by clicking on the link. Can anyone help me and explain why this is happening and how to fix it?
@vigneshks66496 жыл бұрын
Thank you for your knowledgeable videos and I am learning a lot from your tutorials. I am developing a custom theme in Drupal. I have added jquery in dependencies of themename.libraries.yml file. But when site created there jquery.min.js was added. Please help me to add jquery.js.
@MuhammadImranJutt9 жыл бұрын
fantastic tutorials!
@010salwa8 жыл бұрын
Iván my view frontpage disappear.. And in my frontpage appear page not found.. Dont show No Block or my navigation menu appears nothing... Help me..
@jeremyantoine26116 жыл бұрын
I had this same issue, and after much toil found that it was because the PATH in the PAGE SETTINGS of the Front Page view is defaulted to /node. If you have your front page path (from Configuration > System > Basic SIte Settings) set to something else (like welcome-endymion) it won't work. . Way back, he had us make a front page and name it something like /welcome-endymion. As far as I could see, he didn't mention if he changed it to /node. Possible he did and just forgot to mention it.
@mauritja002 жыл бұрын
When I try to generate content it says "unexpected error occurred" can anybody help me? I'm using Drupal 9
@sandeepkumarjangra20868 жыл бұрын
When I choose tar.gz file to install Devel module and click on install button then it redirect to ''project_name/core/authorize.php' , this page asked me ''To continue, provide your connection details' and show a form for FTP Connection setting. I am working on local machine. What I do to solve this ?
@dfxvbgbcgvnhgbgdf7 жыл бұрын
It's a permissions and file ownership thing. The whole website root needs to be owned by the webserver user. On a Mac using the built in Apache that could mean you have to run this command on your website: "sudo chown -R _www:_www ~/Documents/www/mysite" not sure how to achieve the same in Windows
@franciscogaxiola94508 жыл бұрын
How better/worse is to theme a URL using a route "/post-list" and theming only one custom Twig template Eg. "post-list.html.twig" that receives a variable that contains a data object "\Drupal::httpClient()" call of a Views RESTful Display. So we have all theming in one custom template, instead of theming multiple templates for each partial that considering a big project, we could have more than 20 views and 60 templates. We'd use "conditional" and "looping" options of twig to reuse markup and print all nodes of the View RESTful Display. I think it is an intuitive workflow that makes development faster, the only "cons" that comes to my mind could be a performance issue since we do a "http_request / parsing the JSON" instead of directing using the php object as the result of the View query. The good side I see is that it is a local request, to the same server. Have you done performance testing "ab" to see if it implies a sustancia performance lack? What do you think?
@wsenfurecido9 жыл бұрын
I have an error when I tried to install Devel module, It linked me to a "page not found" when I upload my file .zip or tar.gz. Can you give some clue about what it could be?
@ivan7479 жыл бұрын
+Leonardo Cavani No clue. Did you try to install it like shown in the video? By pasting the URL instead of uloading the .zip?
@wsenfurecido9 жыл бұрын
+Ivan Dorić yes, but it doesnt work too
@wsenfurecido9 жыл бұрын
+Ivan Dorić yes, but it doesnt work too
@wsenfurecido9 жыл бұрын
+Ivan Dorić yes, but it doesnt work too
@WatchandLearnTutorials9 жыл бұрын
+Leonardo Cavani Try checking on Drupal forums. Maybe you have a permission problem, or some other problem with your local setup.
@steamfumer12049 жыл бұрын
Thank you!!!
@sasanikolic69458 жыл бұрын
Note: the filter criteria "Type" was changed to "Content type".