Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
i would like to show certain menu items under navigation only to authenticated users. users who are not signed in shd not see them. How do i do it?
pls help.
Anyone know the proper way to customize the initialization settings of TinyMCE so that you can put more tags into the filter or change the width of the window?
So here is the situation. I have to add some js files for one specific section of one specific module. I have included the following call:
drupal_add_js('playlist/javascripts/core.js', 'module');
I'm trying to create a online discussion forum in my website. So far, I've enabled the forum, comment, and taxonomy modules. I've successfully created a sample threaded discussion, where online readers are responding anonymously or are logging in to post their replies.
I am using the date element in my form. I would like to change the range for the years. The default is 1900 to 2050 as coded in expand_date(). How can I change the year range?