Drupal 8 Theming - Part 09 - Introduction to Views

  Рет қаралды 30,185

Watch and Learn

Watch and Learn

Күн бұрын

Пікірлер: 32
@SimPwear84
@SimPwear84 5 жыл бұрын
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.
@danielkacou5891
@danielkacou5891 4 жыл бұрын
you are the best drupal teacher i've seen , thanks
@WatchandLearnTutorials
@WatchandLearnTutorials 4 жыл бұрын
Wow, thanks!
@yorikmoreau1636
@yorikmoreau1636 4 жыл бұрын
The part on gulp was a moment of suffering for me, but since then it's been just happiness :)!
@WatchandLearnTutorials
@WatchandLearnTutorials 4 жыл бұрын
I should have mentioned that that step was optional, you don't have to use Gulp or any other preprocessor.
@yorikmoreau1636
@yorikmoreau1636 4 жыл бұрын
​@@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 :)
@WatchandLearnTutorials
@WatchandLearnTutorials 4 жыл бұрын
@@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
@WatchandLearnTutorials
@WatchandLearnTutorials 4 жыл бұрын
@@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
@yorikmoreau1636
@yorikmoreau1636 4 жыл бұрын
@@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 !
@TheYoosuf
@TheYoosuf 7 жыл бұрын
Could you do a tutorial to show us how to create a homepage slideshow using views in Drupal 8?
@NickHope
@NickHope 7 жыл бұрын
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.
@themanbehindthescreen8226
@themanbehindthescreen8226 3 жыл бұрын
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.
@andregreen1343
@andregreen1343 5 жыл бұрын
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?
@vigneshks6649
@vigneshks6649 6 жыл бұрын
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.
@MuhammadImranJutt
@MuhammadImranJutt 9 жыл бұрын
fantastic tutorials!
@010salwa
@010salwa 8 жыл бұрын
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..
@jeremyantoine2611
@jeremyantoine2611 6 жыл бұрын
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.
@mauritja00
@mauritja00 2 жыл бұрын
When I try to generate content it says "unexpected error occurred" can anybody help me? I'm using Drupal 9
@sandeepkumarjangra2086
@sandeepkumarjangra2086 8 жыл бұрын
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 ?
@dfxvbgbcgvnhgbgdf
@dfxvbgbcgvnhgbgdf 7 жыл бұрын
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
@franciscogaxiola9450
@franciscogaxiola9450 8 жыл бұрын
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?
@wsenfurecido
@wsenfurecido 9 жыл бұрын
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?
@ivan747
@ivan747 9 жыл бұрын
+Leonardo Cavani No clue. Did you try to install it like shown in the video? By pasting the URL instead of uloading the .zip?
@wsenfurecido
@wsenfurecido 9 жыл бұрын
+Ivan Dorić yes, but it doesnt work too
@wsenfurecido
@wsenfurecido 9 жыл бұрын
+Ivan Dorić yes, but it doesnt work too
@wsenfurecido
@wsenfurecido 9 жыл бұрын
+Ivan Dorić yes, but it doesnt work too
@WatchandLearnTutorials
@WatchandLearnTutorials 9 жыл бұрын
+Leonardo Cavani Try checking on Drupal forums. Maybe you have a permission problem, or some other problem with your local setup.
@steamfumer1204
@steamfumer1204 9 жыл бұрын
Thank you!!!
@sasanikolic6945
@sasanikolic6945 8 жыл бұрын
Note: the filter criteria "Type" was changed to "Content type".
@bertanicolau1660
@bertanicolau1660 8 жыл бұрын
and filter body??
Drupal 8 Theming - Part 02 - Disable Cache, Enable Twig Debug
16:28
Watch and Learn
Рет қаралды 87 М.
Caleb Pressley Shows TSA How It’s Done
0:28
Barstool Sports
Рет қаралды 60 МЛН
Ozoda - Alamlar (Official Video 2023)
6:22
Ozoda Official
Рет қаралды 10 МЛН
Their Boat Engine Fell Off
0:13
Newsflare
Рет қаралды 15 МЛН
Drupal 8 Theming - Part 18 - Taxonomy and Drop Down Menu
26:20
Watch and Learn
Рет қаралды 40 М.
Getting Started with Views in Drupal
25:30
WebWash
Рет қаралды 21 М.
Drupal 8 Theming - Part 11 - Displaying Fields
14:57
Watch and Learn
Рет қаралды 26 М.
Digging Deeper into Layout Paragraphs
1:03:38
Drupal 4 Gov
Рет қаралды 2,3 М.
Creating Layouts and Landing Pages for Drupal 8
44:15
Evolving Web
Рет қаралды 25 М.
What exactly is an algorithm? Algorithms explained | BBC Ideas
7:54
Drupal 8 Theming - Part 16 - Working With CSS Frameworks
18:44
Watch and Learn
Рет қаралды 24 М.
Getting Started with Views in Drupal
1:27:30
WebWash
Рет қаралды 2,9 М.
Caleb Pressley Shows TSA How It’s Done
0:28
Barstool Sports
Рет қаралды 60 МЛН