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 am trying to set up a website that will allow users to see nodes that are available but restrict access to view the body (and/or CCK fields). This way I can set up views to show a directory of "premium content" but restrict access to it unless they have a certain role.
I might be doing this wrong, but I believe when using the function:
drupal_set_message() i should be able to use the argument $repeat = FALSE to prevent messages from stacking.
This doesnt seem to be working.
The user flow is over two block modules. The messages are formatted like this:
First Block:
drupal_set_message($message = t('We have service in your area! Please fill out the trip information form below.'), $type = 'status', $repeat = FALSE);
Installed drupal on MYSQL/APACHE. Connectred to DB. I got to Welcome to ytour new drupal site. I have no admin.php or The Adminisration Section.Where did I go wrong? I don't seven see this in the installation files.