Creating A Custom Page Using Panels
This video shows you how to create a custom page for your site using the Panels module. You can use Panels to help you make pages (including a front page) that include a variety of content from your site including content that exists in views, blocks and nodes. The Panels module is dependent on the Chaos Tool Suite module.
Note: Click the 'full screen' icon (to the left of the volume control) in order to watch online at full 1280x720 resolution.
- learnbythedrop's blog
- 5118 reads


Comments
Re: Creating A Custom Page Using Panels
Thanks, Rob. This was great. Hope you'll dive deeper into Panels with subsequent videos.
Re: Creating A Custom Page Using Panels
Hello,
I added panels and ctools to my modules and enabled them, but now the entire site has gone blank. How do I deal with this?
many thanks,
Bryan
Re: Creating A Custom Page Using Panels
That's not good! I would check out the issue queues for both modules and see if there any similar issues reported. You can also FTP in to your domain and delete the folders that contain the module files and that should allow you to view your site again.
Re: Creating A Custom Page Using Panels
I'm still amazed at how much you can do in Drupal without having very much in the way of developer-skills. Thanks for sharing the knowledge, love the site!
Re: Creating A Custom Page Using Panels
Hi. How did you get those widgets and all those "contents" in the Miscellaneous field ????
Re: Panels - Available Widgets
The available widgets and content are populated with existing pages, nodes, blocks and views available on the site. So before you get started with panels you need to create the content you want elsewhere.
Re: Creating A Custom Page Using Panels
Thanks Rob :) I added a link to your video at http://drupal.org/node/561730
Re: Creating A Custom Page Using Panels
Hi Rob,
thanks a lot for this video. Panels is a great module and with your tut I was able to implement it really fast. I love your site, great job!
Ricbi
Re: Creating A Custom Page Using Panels
Hi Rob,
I am a newbie to Drupal and tried out Views first, but could not get it right. Than I found your tutorial for Panels and it worked for me. Thanks a lot :-)
Re: Creating A Custom Page Using Panels
I like panels in principle but I've always steered away from using it due to the associated code-bloat along with the issue queue which has often concerned me - this is a very complex module and that complexity will no doubt attract a fair few bugs.
I'm re-designing my homepage at the moment and I've decided to go for a manual approach rather than using panels - it's really not that hard to modify the Zen theme once you get to grips with it, plus, it's a learning experience.
Still, good video Rob
Re: Creating A Custom Page Using Panels
is there away for me to make a section in a panel all the contents in a directory. I have .swf files in one folder and I would like it to show them all in the same way it did your posts.
Re: Creating A Custom Page Using Panels
I believe that if you want to create a list automatically then the data about that list needs to be in the database. So what I think you'll need to do is figure out a way to import a list of the files in that directory. The table wizard module is a good one to consider. Once you have the information about the list in the database you can then use the Views module to list the information anywhere on the site.
Post new comment