Bravo! That is the shortest and clearest example of how to write a working drupal module. Of course, it is very simple yet I think the way you showed how to leverage the API document and code snippet to get a jump start is fantastic. Keep it up.
@codekaratetutorials12 жыл бұрын
Thanks! Be sure to check out the next few episodes as I will go over additional hooks for building a Drupal module.
@donfukushima846412 жыл бұрын
As the series grows momentum and when there are 50-60-100 videos on a variety of topics, locating videos by topic would be helpful. Sequence number is fine to indicate chronology of event but does little to assist someone from wading through a long list of video titles to assemble the subsest of those for a particular topic. Adding a topic identifier would be nice and if somewhat unique you can let youtube search do the work.
@madman1366912 жыл бұрын
Thanks Shane, This is just the simple easy tutorial I needed to get my start :D
@harnam-chana10 жыл бұрын
Amazing tutorial. Plane and simple. Thanks mate
@mfelician11 жыл бұрын
+1 for mentioning and using the documentation!
@UsernameNULL7559 жыл бұрын
thanks a lot man, best explanation so far.
@bobbyaldol12 жыл бұрын
awesome tutorial. whats the editor you are using BTW??
@stanislavtodorov50458 жыл бұрын
Great explanations!
@asian005111 жыл бұрын
Great tutorial! Thanks!
@gladfilm11 жыл бұрын
Really, how many years have you been into php and Drupal before you have come to this level?
@asian005112 жыл бұрын
Thanks!! It's very helpful.
@wasidhossain38487 жыл бұрын
nicely explained :-)
@Arjan9021012 жыл бұрын
Hi Shane, If i want to add a "#" to my menu links by using the function l(), is this the way in which i call the function? I mean, by creating a module ?? I am new to Drupal and I am not sure yet when i have to use template files, or modules etc.. Thanks and Great tutorials!
@daisytrench7 жыл бұрын
Thank you!
@DipeshKumarMandal11 жыл бұрын
Great tutorial....But I need a help...I want to make a module where I can show a logo image and so I want to put the logo source in a example-content.tpl.php file and want to call it my the example.modules......
@maidislam68545 жыл бұрын
Hello Dear I unable to see it in blocks section. I go module and enable. After I go to block I did not see any block. Let me know .
@tarekhusam6 жыл бұрын
i love you man
@goodmusic2849 жыл бұрын
How can I add this module to an article? That is, I want to display that line of text in each article whenever one is created. Thanks.
@Educationinfomedia7 жыл бұрын
Create custom module in drupal add in drupal admin menu how to keep format like other drupal default module.
@eatwithsadam13207 жыл бұрын
My Block Module (myblock) Creates a cutome block This version is not compatible with Drupal 7.x and should be replaced. Version: 7.x-2.1 i cannot this module how to solve in program
@CamdenBloke8 жыл бұрын
I can't get past the beginning. When I enable the module, this appears at the top of my screen under the breadcrumbs: t('My custom block') ); return $blocks; } ?> and nothing appears under 'blocks' that I can turn on or off.
@BoykoDev8 жыл бұрын
It seems that you haven't opened the `
@codekaratetutorials12 жыл бұрын
I use Komodo Edit as my code editor.
@Frome198810 жыл бұрын
I just wanted to share what the ad was for me befor the clip started. It was a ad about a wristband with magnets. This little girl is deciding on which tattoo she would get, while this big and brainless dude over the counter and was just staring at the empy air above her. She points to the one she want to get and expose her wristband so that guy nipple ring start to rips out from his nipple so he stands there and just screems. Then it happend it rips from his nipple and lands on the wristband, the rip that was created on this mans nipple starts to act like a mouth for the nipple and it start to laugh...
@GrantWhitaker0610 жыл бұрын
I hate drupal with a passion. The structure of code makes no sense at all and is a very poor framework to work with. Grow a pair and start using a highly customizable framework like symfony. Why do people insist on using this?
@codekaratetutorials10 жыл бұрын
Grant Whitaker Drupal is hard to learn and isn't as flexible as using a framework. However, it allows developers/site builders to build incredibly complex sites without having to know a ton of code. Drupal 8 actually uses Symfony so the code structure is getting much better. Drupal 7 is "old" in terms of web years. Overall though it's pretty easy and flexible if you give it a chance and spend some time with it.