I have a basic html forum, and right now I'm making users input info that can probably be automatically inputted for them (such as username and email). What I was wondering is how would I go about doing this?
An example of how I'm currently setting up the forum: <b>Your email:<input type="text" name="Email" size="20"></b>
hi, i've stupidly disabled the login block on my website then got distracted away, came back and logged out. now of course i cannot log back into my site. is there a way to get back into the admin panel??
By "flexible" blocks, we want to find an elegant way to present customized blocks to different users/groups.
For example, when the user logged in, only the user's account block is needed and other blocks such as recent posts, recent forum topics should disappear (just like the drupal.org behavior).
I have a community blog and I recently noticed that some users are deleting their old blogs from the website, but I don't want them to do that. How can I prevent users from editing or deleting their own blogs after certain time period?
I noticed that in drupal.org website when I post a forum topic, I can edit it only for some time and then I am not able to edit them. I looked at forum.module but could not find how it is implemented. Is there any possibility that I can do the same with blog posts?