- 63
- 918 240
Drupal Legoland
United Kingdom
Приєднався 5 лип 2015
Drupal is one of the best open source CMS in the world! We aim to help the beginners to learn about web building with Drupal with great joy and fun! There are already thousandssss of free modules available for you to build a great site from small to large. Make good use of the skills you will learn here to build something good and useful for yourself, for others and for the world! Subscribe to the channel today to get the latest update and video released! Let's get started and shine with Drupal !
Why Choose Drupal?
ua-cam.com/video/HSYVVKedN1o/v-deo.html
More on Drupal 8:
Ostraining : ua-cam.com/users/ostrainingcomplaylists
Learn and Watch : D8 Theming - goo.gl/02GZUs
Join us!
jobs.drupal.org
Supports:
www.drupal.org/forum
drupal.stackexchange.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ This channel is dedicated to the Lord of Divine Mercy and Mother Mary, Mother of Mercy +
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Why Choose Drupal?
ua-cam.com/video/HSYVVKedN1o/v-deo.html
More on Drupal 8:
Ostraining : ua-cam.com/users/ostrainingcomplaylists
Learn and Watch : D8 Theming - goo.gl/02GZUs
Join us!
jobs.drupal.org
Supports:
www.drupal.org/forum
drupal.stackexchange.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ This channel is dedicated to the Lord of Divine Mercy and Mother Mary, Mother of Mercy +
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Drupal Bootstrap - 35 - BONUS: Disable Dropdown Support For Sidebar Menu
In this tutorial we are going to add a menu to the left sidebar without the dropdown function which Bootstrap theme has overridden for all menus. To do this, we will install the Menu block module, override and restore the original theme_menu_link() function for Menu Block module.
Playlist: goo.gl/yiadTa
Module to install:
www.drupal.org/project/menu_block
Menu Block Documentation:
www.drupal.org/node/1934824
Theme functions to be overridden:
- [theme]_menu_link__menu_block()
STEPS (Drupal 7):
-----------------------------
Step 1: Install and enable the Menu Block module
Step 2: Add a menu block to the primary region
Step 3: Copy original theme_menu_link() function from includes\menu.inc file and paste it to the template.php file located at your sub theme folder. e.g sites\all\themes\bootstrap_subtheme\template.php
Step 4: Update the function name with your sub theme name and apply to menu block. e.g.
bootstrap_subtheme_menu_link__menu_block(). For good practice, you can add a comment to the function.
Step 5: Flush all caches
Debug:
1. Make sure you replace the [theme] name with your sub theme name correctly. Earlier we created a sub theme called "bootstrap subtheme" and hence the function name should be bootstrap_subtheme_menu_link__menu_block()
2. Make sure you flush all caches
``````````````````````````````````````````````````````````````````````
STEPS (For DRUPAL 8):
``````````````````````````````````````````````````````````````````````
- Install and enable the Menu Block module
- Go to Block layout (Structure -} Block Layout), place a "Main navigation" block under "Primary" region
- Under "HTML AND STYLE OPTIONS" - "Theme hook suggestion", replace "main" with "menu_block" (though you can rename any name you like) and save blocks
- Go to \core\modules\system\templates\menu.html.twig and copy this file.
- Go to your sub theme and paste the file inside \templates folder
e.g themes\your_theme_name\templates\menu.html.twig.
- rename this twig file "menu" to "menu--menu_block" (Take note of the two Dashes and Underscore).
e.g themes\your_theme_name\templates\menu--menu_block.html.twig
- Flush caches and done!
Note:
-Basically what happen here is you create a new theme hook suggestion and override the menu.html.twig for menu block you created.
-You can reuse the same theme hook suggestion - "menu_block" as many as you like for other menu blocks you created. They will all pick up from the same "menu--menu_block.html.twig"
Playlist: goo.gl/yiadTa
Module to install:
www.drupal.org/project/menu_block
Menu Block Documentation:
www.drupal.org/node/1934824
Theme functions to be overridden:
- [theme]_menu_link__menu_block()
STEPS (Drupal 7):
-----------------------------
Step 1: Install and enable the Menu Block module
Step 2: Add a menu block to the primary region
Step 3: Copy original theme_menu_link() function from includes\menu.inc file and paste it to the template.php file located at your sub theme folder. e.g sites\all\themes\bootstrap_subtheme\template.php
Step 4: Update the function name with your sub theme name and apply to menu block. e.g.
bootstrap_subtheme_menu_link__menu_block(). For good practice, you can add a comment to the function.
Step 5: Flush all caches
Debug:
1. Make sure you replace the [theme] name with your sub theme name correctly. Earlier we created a sub theme called "bootstrap subtheme" and hence the function name should be bootstrap_subtheme_menu_link__menu_block()
2. Make sure you flush all caches
``````````````````````````````````````````````````````````````````````
STEPS (For DRUPAL 8):
``````````````````````````````````````````````````````````````````````
- Install and enable the Menu Block module
- Go to Block layout (Structure -} Block Layout), place a "Main navigation" block under "Primary" region
- Under "HTML AND STYLE OPTIONS" - "Theme hook suggestion", replace "main" with "menu_block" (though you can rename any name you like) and save blocks
- Go to \core\modules\system\templates\menu.html.twig and copy this file.
- Go to your sub theme and paste the file inside \templates folder
e.g themes\your_theme_name\templates\menu.html.twig.
- rename this twig file "menu" to "menu--menu_block" (Take note of the two Dashes and Underscore).
e.g themes\your_theme_name\templates\menu--menu_block.html.twig
- Flush caches and done!
Note:
-Basically what happen here is you create a new theme hook suggestion and override the menu.html.twig for menu block you created.
-You can reuse the same theme hook suggestion - "menu_block" as many as you like for other menu blocks you created. They will all pick up from the same "menu--menu_block.html.twig"
Переглядів: 7 929
Відео
Drupal 7 - Bootstrap Theme 3.x - Part 3 - Multilevel submenus with hover
Переглядів 16 тис.8 років тому
This tutorial will show how you can quickly adapt your Bootstrap theme 3.x to have: - Hover Dropdown menus - Multilevel Sub menus - Working (clickable) Parent/Top menu links Instruction: webmar.com.au/node/15 Smartmenus jQuery plugin: www.smartmenus.org/download Playlist: goo.gl/1eVUou
Drupal 8 - Bootstrap Theme - Part 3 - Load Files Locally with Bootstrap Library Module
Переглядів 28 тис.8 років тому
This tutorial will show you on how to install and configure the Bootstrap Library module to load the Bootstrap files locally within your computer or hosting. Module to install: www.drupal.org/project/bootstrap_library Bootstrap v3 download source: getbootstrap.com/docs/3.3/ PLAYLIST: goo.gl/JQBbRq Part 1: goo.gl/opdtzx Part 2: goo.gl/FVkCMk For DRUPAL 7, follow these steps: 1) Disable the CDN i...
Drupal 8 - Bootstrap Theme - Part 2 - Create Sub Theme
Переглядів 46 тис.8 років тому
In this tutorial, we will create a sub theme for the Bootstrap theme in Drupal 8. PLAYLIST: goo.gl/JQBbRq Documentation: drupal-bootstrap.org/api/bootstrap/8.x-3.x Issues for Bootstrap: www.drupal.org/project/issues/bootstrap Part 1: ua-cam.com/video/1VYaFRMER8U/v-deo.html Bootstrap's templates in D8 To override the template, just copy over the following templates from your Bootstrap base theme...
Drupal 8 - Bootstrap Theme - Part 1 - Installation
Переглядів 37 тис.8 років тому
In this tutorial we will learn to install the Bootstrap theme in Drupal 8. PLAYLIST: goo.gl/JQBbRq PART 2: goo.gl/kpWM1k Theme to install: www.drupal.org/project/bootstrap Documentation: drupal-bootstrap.org/api/bootstrap/8.x-3.x Issues for Bootstrap: www.drupal.org/project/issues/bootstrap Module for better administration: Admin Toolbar: www.drupal.org/project/admin_toolbar WHERE to learn more...
Drupal jPlayer - 5 - Create Views Listing - PART 2
Переглядів 1,6 тис.8 років тому
If you want to add a Download button to download the file directly, try the steps below: 1) Install and enable DownloadFile module - www.drupal.org/project/download_file 2) Add a new audio field in this Views 3) On this audio field, set the "Formatter" to "direct download file" or other options provided by DownloadFile module and save your view. Now, when you click on the file in the Views list...
Drupal jPlayer - 4 - Create Views Listing - PART 1
Переглядів 1,9 тис.8 років тому
Playlist: goo.gl/C4RZMw
Drupal jPlayer - 3 - Getting Content Ready
Переглядів 1,6 тис.8 років тому
In this tutorial, we will create content type and getting some contents ready for Views. If you install Drupal on your remote hosting, you may want to increase the upload size to allow bigger music file to be uploaded. If so, check the following post on how to do this via PHP.ini and .htaccess file. How to Increase upload size: www.drupal.org/node/97193 Playlist: goo.gl/C4RZMw
Drupal jPlayer - 2 - Installation
Переглядів 3,8 тис.8 років тому
We will learn how to install the jPlayer module as well as the jPlayer library plugin. Playlist: goo.gl/C4RZMw Module to install: www.drupal.org/project/jplayer jPlayer official website: jplayer.org
Drupal jPlayer - 1 - Overview
Переглядів 2,8 тис.8 років тому
In this tutorial, you will learn how to build a simple music library with jPlayer and expose some filters for searching music via Views. Playlist: goo.gl/C4RZMw www.drupal.org/project/jplayer jplayer.org
Drupal 7 - Bootstrap Theme 3.x - Part 1 - Installation
Переглядів 11 тис.8 років тому
Note: Drupal 8 - Bootstrap theme goes here goo.gl/sPxbaa In this tutorial we will learn to install the Drupal Bootstrap theme 3.1 and above. www.drupal.org/project/bootstrap Documentation: drupal-bootstrap.org/api/bootstrap Part II: ua-cam.com/video/IqxsTHyzH8I/v-deo.html
Drupal 7 - Bootstrap Theme 3.x - Part 2 - Create Sub Theme
Переглядів 13 тис.8 років тому
In this tutorial we will learn create the Bootstrap sub theme for Bootstrap theme 3.1 and above. Playlist: goo.gl/3PoahD Theme to install: www.drupal.org/project/bootstrap Documentation: drupal-bootstrap.org/api/bootstrap The templates in the latest Bootstrap theme 3.x should be located here. You can copy over to your subtheme and override it. html template: bootstrap/templates/system/html.tpl....
Drupal FlexSlider - 4 - Slider with Carousel Slider as Navigation (Slider w/thumbnail slider)
Переглядів 15 тис.9 років тому
In this tutorial, we will continue from the previous video and add in a new carousel slider (Thumbnails) as an navigation for the slideshow we created. Playlist: goo.gl/8qp7kl FlexSlider official site: flexslider.woothemes.com Slider w/thumbnail slider: flexslider.woothemes.com/thumbnail-slider.html
Drupal FlexSlider - 5 - FlexSlider Fields
Переглядів 6 тис.9 років тому
In this tutorial, we will learn how to display the Flex Slider directly with an Image field via the field formatter on the manage display page. This is the easiest and fastest way to create the FlexSlider on Drupal. You can install the plupload module for multiple images upload. Playlist: goo.gl/8qp7kl Relevant videos: 1) Plupload video ua-cam.com/video/NkvW_QVaNks/v-deo.html
Drupal FlexSlider - 3 - Create Frontpage Slideshow/Slider with Views
Переглядів 31 тис.9 років тому
In this tutorial we will create a frontpage slideshow/slider with FlexSlider using Views. If you want to sort the order of the slides, you can use draggable Views. We have a video below to show you on how this can be done. Playlist: goo.gl/8qp7kl Draggable Views for sorting order: ua-cam.com/video/0GKcdBbDS7g/v-deo.html
Drupal FlexSlider - 2 - Installation and Setup
Переглядів 10 тис.9 років тому
Drupal FlexSlider - 2 - Installation and Setup
Drupal Bootstrap - 34 - BONUS: Bootswatch
Переглядів 8 тис.9 років тому
Drupal Bootstrap - 34 - BONUS: Bootswatch
Drupal Bootstrap - 22 - Configuring Layout Display with Display Suite Module
Переглядів 10 тис.9 років тому
Drupal Bootstrap - 22 - Configuring Layout Display with Display Suite Module
Drupal Bootstrap - 31 - Finishing The Last Bit And Celebrate !
Переглядів 5 тис.9 років тому
Drupal Bootstrap - 31 - Finishing The Last Bit And Celebrate !
Drupal Bootstrap - 26 - Creating FAQ and Views
Переглядів 8 тис.9 років тому
Drupal Bootstrap - 26 - Creating FAQ and Views
Drupal Bootstrap - 20 - Creating Article Views - Custom Grid Layout + Equal Heights
Переглядів 12 тис.9 років тому
Drupal Bootstrap - 20 - Creating Article Views - Custom Grid Layout Equal Heights
Drupal Bootstrap - 11 - Installing Pathauto Module
Переглядів 16 тис.9 років тому
Drupal Bootstrap - 11 - Installing Pathauto Module
Drupal Bootstrap - 5 - Adding Bootstrap Source Files (Using Method 1)
Переглядів 30 тис.9 років тому
Drupal Bootstrap - 5 - Adding Bootstrap Source Files (Using Method 1)
Drupal Bootstrap - 19 - Creating Article Views - Grid Layout
Переглядів 21 тис.9 років тому
Drupal Bootstrap - 19 - Creating Article Views - Grid Layout
Drupal Bootstrap - 23 - Creating Bootstrap Tabs with Field Group Module
Переглядів 10 тис.9 років тому
Drupal Bootstrap - 23 - Creating Bootstrap Tabs with Field Group Module
Drupal Bootstrap - 9 - Bootstrap Navbar
Переглядів 30 тис.9 років тому
Drupal Bootstrap - 9 - Bootstrap Navbar
Drupal Bootstrap - 24 - Working With Responsive Embeded Youtube
Переглядів 6 тис.9 років тому
Drupal Bootstrap - 24 - Working With Responsive Embeded UA-cam
Drupal Bootstrap - 33 - BONUS: Changing Template Variable Assignment II - Column Reordering
Переглядів 4,3 тис.9 років тому
Drupal Bootstrap - 33 - BONUS: Changing Template Variable Assignment II - Column Reordering
Drupal Bootstrap - 6 - Getting Template Files Ready
Переглядів 22 тис.9 років тому
Drupal Bootstrap - 6 - Getting Template Files Ready