Posted by mj-gdo on October 20, 2008 at 1:13am
I am a newbie drupal user and im building a internal community site for our company.
The site would contain knowledgebase, forums and blogs. I want to put all blog
entries on the "Blog" menulink. How can i possibly do that?

Comments
enable the blogs module (in admin - site building - modules
This is actually simple, login to your drupal site with your admin account, go to Administer.
Don't forget to get enable the blog module in the admin->site_building->modules.
site building-> menu (URL is: http://~drupalsiteroot~/admin/build/menu)
Assuming the link to your first user's blog is 1. as with an admin account, you just add a link there that goes /blog/1
That's how it seems to work at my site http://hiigara829.turfsiteph.net/blog/1
kaisa.com motolite.com homeworldfanonline.tk
blogs
Yeah! i can do such things like enabling blogs and having it on a link.. Actually my concern is how to filter all blog entries of any users
and placed it on a node
display all blogs
http://hiigara829.turfsiteph.net/blog
remove /1
You can have a menu on the right where you create links linking to each blog of each user. This is however quite manually.
maybe using php you can create a module which fetches from the database the top 5 most recent entries
the php code would fetch from the mysql database only the latest usign the query API of drupal
not sure if there is already an existing one.
Another way would be to try reading up on the Views Module and such making your own custom view of the blogs module.
kaisa.com motolite.com homeworldfanonline.tk
Filtering
hey! finally got it.. i used views module filtering node type for blog entry and assigning it to my blog menulink!
It filters all blogs..
thanks!
Well,
Well, http://example.com/blog would be enough, just like Jose Achmad (hwf829) have said. All blog entries will be displayed on that page, assuming you are using "blog" module. But with Views, you can have a very flexible type of display.
How about
views and panels?
ayyyy d nag basa
jumping the gun... sorry