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.
hi! have installed the faq module (faq-4.7.x-2.0.tar.gz) to drupal 4.7.x, and everything went well... but our site faq must eventually be made available to anonymous users (logged out mode), that's where i get stuck... http://site/faq doesn't display anything!... the rest though, including categories/taxonomy, faq block, etc. are working fine and viewable for logged in users... checked access control settings at admin/user/access to allow access for anonymous users to the FAQ, yet still the same problem.
In my form of my module, I want to use image module. So when I click a button, I can select an folder dialog allow me to choose image to upload. When I select a image, this image will be shown in my form. Then I can click another button in my form (this button is for whole form), all information in the form will be stored in database and the image file will be upload into a folder in the server.
How I can do that
I am trying to make my own nice_menu (drop down) for my modified andreas03 theme, which directly does not allow the user to place anything in the header.
I am interested in getting some code telling me how to get children of the primary menu links.