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 I Need to develop a customized form.This form contains some text fields and radio buttons.Also i need to execute this form when i click on a link developed by the l()function or when click on link developed by menu() hook.
I'm using Drupal 4.7 (Drupal 5 causes too many problems with drop down menus) and am using the taxonomy so that I can categorize my pages. I basically want this so I can give some users access to certain pages, and restrict it for others (if there's another way to do this, I'm open).
for some reason, since yesterday, any user that logs in to my site, becomes the user 'admin' ! A very serious problem and I have no clue how this suddenly happened. It has been tested from several different computers.
I ran update.php just to see whether that would fix it.
I've had more than 19,000 visits from this pesky little fellow in the last 3 days, accounting for a total page generation time of 26 hours. The nature of my site is such that the great majority of the pages already indexed by Google (over 50,000) do not and will never change. All static content. I'm considering selective denial of access to the Google bot, allowing access only to new pages and pages whose content is static.
I'm trying to duplicate the New York Observers "Channel" page where by they can control what content goes in what slot on the page. I'm doing this by creating a channel node type in CCK, creating a view that provides a block with a list view type and fields "node:title" and "node:body". I add a node reference field to the node type and selected the view I created in the view area. The problem comes when I try to add content using my node type.
I might just be very obtuse, but I am trying to create a way for multiple users with the same limited ability role to create/edit their own content, but also comment on and view all content.