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.
Ok, I know this must be here somewhere, but I am having trouble finding info on how to make the "content" I create look like static info and not like comments. For example, I want something to look like http://drupal.org/project instead of http://drupal.org/
I'm looking for a way to allow users to upload their avatar/user pic without having to go to the account settings page. I've pulled the code from the profile module for the image upload, but it being part of the larger account info form, it requres all of that info be inputted. Essentially what I'm trying to do is to have a page that has nothing on it except for the avatar/user pic upload box. I've searched the forums/site but nothing I've found so far seems to address this...does anyone know how this could be done/can point me in the right direction.
For example if I'm in the forum, and i want to post a comment, i need to login - after logging in, i am taken to my user profile, instead of back where i started. In this case the forum.
Is there anyway for me to get the data regarding where i've been? My last page was this page with such and such a url ? Or any type of similar information?
A common example is like the one above, if I logged in at forums, i'd want to return to forums after logging in. I haven't seen anything with drupal that lets me think i can do that, so i'm starting with baby steps ;-)
I'm new to Drupal (like 1 hour ago) but I already set up a site successfully, I'm very impressed by this piece of software. So - Thank you (developers) in the first place!
Now, I searched the site for an answer to my question and found nothing. Hope you can help me...
I'm setting up a site where all members are allowed to post a link every week (1 -and only one- per week, with a deadline).
The best way to do this is allow members to post a comment to a story in my view.
Currently the way I install modules it to download them to my local machine, upload to my hosted server, gunzip, un-tar, etc. I could probably use wget to simplify a little bit.
What I'd really like is a page in the administration console that would allow me to download modules directly via the admin console on any of my drupal sites. E.g. it would show me the list of available modules for my version of drupal (kind of like rpm services for linux...), allow me to click on any I want, and download, unzip, and un-tar them into my modules directory.