Drupal 7 Module Development Tutorial #11 - Using Template_Preprocess to Change the Flag Link

preview_player
Показать описание


In the final video tutorial of this series on Drupal 7 module development, I show you how we can disable the link for our flap application depending on how the site administrator has configured the module which we covered in tutorial 10. In doing so, I introduce you to template_preprocess functions which allow us to modify changes made by the flag module before content is actually output.
Рекомендации по теме
Комментарии
Автор

I've just finished your tutorials "Drupal 7 Module Development Tutorial " and I really liked it!
Great work!

sanderdewaal
Автор

Awaiting your next module development tutorial .. Thanks ..

syedfarazsaeed
Автор

out standing You are great.... If have any problem related to this then can you help me out?

fawadali
Автор

Thanks for posting this series, I've found it very helpful.
In this video your picture is covering up the WHERE clause, could you post it?
Also, why did you put this query into a string instead of using the object oriented syntax you described in your earlier video? Are there any advantages to doing it either way?

bigJovialJon
Автор

you have any tutorials about the drupal theming/templating system?

andrewbickford
Автор

Also, I noticed you used a SQL style query string for your db search in your application_approved function. How would you do that query using dynamic queries? Is it possible?

andrewbickford
Автор

Hello sorry but can you please send me the SQL query for function

IamMagicman