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.
When I open the site it gives me "page not found" and when I try to log in it takes me to the user page as if I loged in wrong. This page also says "page not found".
I was using the front page module.
I have gone into the database and disabled the front page module, changed the front page pointer that is set on the settings, taken front page out of the permissions and I still have the same problem.
I know the ability exists to set up a role for such things as "administer comments", "administer forums", and "edit book pages" but I'm looking for something more specific. I would like to allow group managers (the person who creates a group) to manage all their group's content. Like if someone was posting bogus blog/story/forum etc. entries - group managers would be able to get rid of that stuff on their own. Without giving them "administer nodes" control, because with that kind of access they could manage content for the entire site, right?
I want to add some custom validation to the already present validation in the new user registration page. This, I am planning to do using javascript.
I am familiar with drupal, php and javascript, but I am not an expert. I have made the validation funchtion, now I am facing issues while integrating it to the user module (registraton form). The problems I am facing are:
1. The form is generated using PHP code ( not by inline HTML). How do I add javascript code in the same page: that is not known to me.
I'm looking for a basic module that will allow users to upload a quicktime video, and automaticly create a new page with that video embeded. I have tried the video module, however it has too much. I don't want the videos on a seperate tab, I want it on the page. I don't want the user to have to specifiy all of the details that module requires. All I want them to enter is the file to upload, and a title for the page. I need something more simple.
Is their a similar module, or does a stripped down version exist? Maybe an older version?
hi all, i intended to delete content of profile fields when i accidently hit the delet button below that content. this was the button to delete the (admin)user. i didn´t really look after the alert and klicked again.
looking in mysql i can still see the admin user, other than all other users there is a timestamp in the login field of the user-table. (there is only one other user who also has a time stamp - a user which i use to check the site, which is only open to authenticated users.