hi,
I would like the blog page for one of our users to be always displayed on the home page? How do i go about that?
kind regards,
Daniel

Comments

US421’s picture

Is it always the same page? If so, make sure promote to front page and sticky at top of lists is checked.

If you want just the newest of all the postings to show, promote to front page will do it, as long as some other content type doesn't get promoted and push it off.

lenkkivihko’s picture

You can change the default homepage from the admin settings (Default front page). By default it's node, but can be fully changed.

The challenging part is to develop a view that contains blog for each user. Views module needs to be capable of doing this.

Harjoituspäiväkirja - www.lenkkivihko.fi

thehardings’s picture

That was what I was after. this is my first drupal site, so thanks heaps
www.neoleader.org

Ps. I have another problem. I tested my site on my dreamhost account at /root/new so that I could test it without being visible to public. Now, rather than moving the site up one folder level I just remapped my domain to /root/new. However, different things STILL map to "neoleader.org/new/" which on the server maps to "/root/new/new".... Searching, voting on a poll, logging out, and then posting comments (after prieving them) all fail since they try to go to a folder that doesnt exist (ie. "www.neoleader.org/new" when it should just go to "www.neoleader.org").

I have changed my settings.php file to "www.neoleader.org", but have had to do a lot of "str_replace" to get rid of the "/new/" path all throughout the site. Any ideas?

Other hints: I can add/edit a page, but the confirmation page is always "page not found" as it goes to "/new/...". When I login, it goes to "page not found", but if I hit "back" in my browser and then login again, it works!!!! :) weird

Dan

thehardings’s picture

thanks for the tip. I tried this, but somehow it wasn't working the below advice paid off.
dan