Upgrade with SSH problem with copying directories

I was upgrading from 7.2 to 7.4 through SSH. I made a directory called UPGRADE outside the public_html and saved 7.4 there. I removed the sites folder and copied everything over to public_html using the following command:

cp -R * drupal-7.4 ../../public_html

All files copied over, but none of the subdirectories made it through. I thought the capital R was not recognized by our shell, so I tried lowercase r.

cp -r * drupal-7.4 ../../public_html

how would I link to a list of articles written by a user instead of their profile?

I've set up an article content type that has an "author" that is a user reference field.
in the manage display I have set it as "link"

when you view the node as a site visitor the "author" is a hyper link that when clicked takes you to that users profile page.

What I;d like to do is alter this so instead of going to the user profile it goes to a page that lists all the articles they have contributed to the site.

I'm assuming I'd build that "page" as a view, but how do i get the link the author link to go to there instead of the user profile?

Live D7 Website keeps randomly shutting down (goes back up 30secs-1min)

My host is now HOSTGATOR. I used to experience this issue with GoDaddy, but i assumed it was just them because they suck.

I've had my D7 up for a while now and havn't experienced the issue with HOSTGATOR at all until now. It seems that as more content is added, more modules are installed, this problem starts occuring:

HTML tags will not show on basic pages

I cannot get any html tags to render on basic pages.

I am using Drupal 7.4, I have selected 'Full Html' and I am logged on as Administrator and still nothing works. I have also tried 'Filtered HTML and this does not work either, I never had trouble with earlier versions
Any help would be much appreciated

Many thanks

Ian

------------FIXED YAY---------

Open bespoke node creation to unauthorised users

I'd like to make it possible for unauthenticated users to create content of a specific node content type and only provide a subset of the fields of that node content type to the unauthenticated user.

Blog picture on front page

Hi
Ok I have installed drupal 7 everything is fine created blog and all the stuff, now I want that when I upload a picture corresponding to that blog then that picture should be posted on front page, just picture, so that when user click picture he is taken to the categories page and then to the full story.
So how can I bring the picture uploaded with blog to front page.
Thanks

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x