I have a tutorial series on Views, just go to www.webwash.net/getting-started-with-views-in-drupal/ and you should see the "Drupal Views Series". It lists out 6 tutorials. I'm also in the process of developing a premium video course on Views.
I want your opinion. I want to convert html theme to drupal such that it is also editable from within drupal. Menu, banner everything should be editable. What should be my approach/strategy? If you have done it before, please share your experience.
It's been a while since I've done it from scratch. Normally I use the Bootstrap theme. It comes down to understanding Drupal's theme system and knowing which template to override. Take a look at: www.drupal.org/docs/theming-drupal
@@WebWash Well what if I want to show the title and 150 chars of the body for 3 pieces of content of one content type, along with the title of the content type, and the same for 1 of each of another type, one after another so that the content wraps around multiple grid columns, for example. Would you need to make separate views for each content type? How to put multiple views in the same block so they wrap columns?
@@ericswanson2234 The short answer is, I have no idea because I don't know how you've built and architected your content. Views is great for displaying content that can be filtered or sorted easily. Anything other than that and you're better off writing code. In the past, I have created multiple blocks using views and then display the blocks inside of regions.
Hello sir I getting error Redirects to external URLs are not allowed by default, use \Drupal\Core\Routing\TrustedRedirectResponse for it. Help me to fix please explain how to fix
Thank you. Very informative and interesting.
Great refresher for me. Thanks for your insight.
Thanks a lot, very helpful ♥♥
Buddy it's great to have you for drupal solutions, can you make a video on how to set date filter on a view ( from date - to date)
Thank you, Ivan! I very much enjoyed this. Do you have other tutorials that go deeper into working with Views?
I have a tutorial series on Views, just go to www.webwash.net/getting-started-with-views-in-drupal/ and you should see the "Drupal Views Series". It lists out 6 tutorials.
I'm also in the process of developing a premium video course on Views.
What for english accent is this? Where are you from? Very interesting...
Great tutorial
Thank you for your videos, Views is a very useful part of Drupal websites :)
I want to display the list of articles of taxonomy term and related literate list, can you use view?
If yes, can you give me a demo?
Thanks a lot!
I want your opinion. I want to convert html theme to drupal such that it is also editable from within drupal. Menu, banner everything should be editable. What should be my approach/strategy? If you have done it before, please share your experience.
It's been a while since I've done it from scratch. Normally I use the Bootstrap theme. It comes down to understanding Drupal's theme system and knowing which template to override. Take a look at: www.drupal.org/docs/theming-drupal
Can you tell how we can apply theme on table created using view
You can't "apply a theme" to a table. You need to style it through your main front-end theme.
Can you make a video on how to put multiple view configurations in one block?
Sorry, I don't really understand your question. A block in views can only have one set of fields, filters and sorts.
@@WebWash Well what if I want to show the title and 150 chars of the body for 3 pieces of content of one content type, along with the title of the content type, and the same for 1 of each of another type, one after another so that the content wraps around multiple grid columns, for example. Would you need to make separate views for each content type? How to put multiple views in the same block so they wrap columns?
@@ericswanson2234 The short answer is, I
have no idea because I don't know how you've built and architected your content.
Views is great for displaying content that can be filtered or sorted easily. Anything other than that and you're better off writing code.
In the past, I have created multiple blocks using views and then display the blocks inside of regions.
Hello sir I getting error
Redirects to external URLs are not allowed by default, use \Drupal\Core\Routing\TrustedRedirectResponse for it.
Help me to fix please explain how to fix
Out of scope for this video. Try googling the issue.
Hi, can 'Views' be used to input data?
No. It's used to query and display content.
@@WebWash do you know of any module that I can use to input data in an 'Excel' like manner? Thanks in advance!
@@kevin_kk Oh, I understand. No I'm not aware of any module that does that.
@@WebWash Okay, thank you.
Don't look now, but you have a space shuttle behind you!