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.
Let me preface this by saying that I already posted this same message in the lucid_menu help section, but nobody is responding there (I'm guessing because way less people look at it), and I really need this to work so that I can present the site to a client, post-haste! Any help is greatly appreciated!:
I just uploaded lucid_menu and enabled the module. Then when I go to the settings and click "Lucid Menu" to edit them, I get this PHP error:
I'm using node_view to pull form into the node. I want the node title to be pulled into the form field, so on submission the results will include what page the form was submitted on I have the URL using: %server[HTTP_REFERER]
I can't find any instructions on how to do this so please help!
When I first installed/setup drupal, the first account I created was the username 'admin'. I then created myself a "normal" user account to do non-admin type with...
Now I want to switch things. I want my 'normal' user to be the 'first created account'. I know that the 'admin' user has the ID of 1 in the DB.
The question is, if I delete that user from the DB, and update my 'normal' user account to ID 1, will I become the admin?