Top "Drupal-7" questions

Drupal 7 is the Drupal version that was officially released on January 5, 2011.

Facebook Chat Bot - How do I test the welcome message?

My chat bot is working great but I am having trouble debugging the Welcome message functionality because it only shows …

php facebook drupal-7 facebook-messenger
drupal #default_value not applied in select option in drupal_render

I try to print a drupal 'select option' element in a form .I think drupal_render not applying #default_value.…

drupal-7 render default-value drupal-forms drupal-render
How do I remove a colon from a label?

I've Googled for an answer, but most posts seem to be talking about labels within forms. I have custom fields …

drupal drupal-7 drupal-theming
drupal 7 new module install link don't show

When i go to modules tab i can't find "new module install" link Please tell me how to view this …

php drupal drupal-7 drupal-modules
How do I create a page template?

So, I must be missing something. I want to create a specific template for a Basic Page with Drupal 7. I've …

drupal-7 drupal-themes
How to render custom field taxonomy on Drupal 7?

I've created some custom field in my taxonomy vocabulary called Categories: - fotogallery (multiple files) - incipit (plain text) - ... …

drupal-7 drupal-taxonomy
How to make a Drupal 7 module use up a .tpl.php template in the theme folder

I have created a module for Drupal 7 which has a hook_theme function that tells it to use usertemp.tpl.…

drupal drupal-modules drupal-7 drupal-themes
Drupal 7: Triggering an AJAX callback externally in the Form API

In a Nutshell: I'm trying to trigger an external event via jQuery, causing an AJAX callback on a Drupal form …

jquery ajax drupal drupal-7 form-api
How to check if a user is logged_in in a Drupal site via JavaScript?

I know how to check if the user is logged in through PHP, but I need to do some styling …

javascript drupal drupal-7 drupal-modules
How to add breadcrumb?

How can I add breadcrumb to a page in my attendance module. I have used the following hook, but it …

php drupal drupal-7 drupal-theming breadcrumbs