I am Trying to Figure out how to change the Profile pages default link to the users blog. I am not sure whether this falls under Views, Blog Module or Profile. if i have posted in the wrong spot please be gentle lol

I have a View i have created that shows my blog as i would like to see it. with User Images, Comments, and extra Links for adding comments and the like.

Now this view works just fine for a user viewing there own Profile, But when i go to another users profile and click "View recent blog entries" ( see attached image img 1_drupal help.png ) It brings me to the Default /blog/# page for the user ( see attached image img 2_DEFAULT BLOG PAGE.png ). What i want the link to do is divert the user to a custom view of the blog for the profile of the user they are browsing. The view i created looks like this ( see attached image img 2_MY CUSTOM BLOG PAGE.png )

The issue i am having is i dont know how to create/change the "View recent blog entries" Link that brings you to a users Blog based on the view i create, and how to configure the view to present the user with the Blog of the profile they were just viewing.

Example:
2 Users Jimmy and Kimmy
Jimmy Logs in and Browses to Kimmy's Profile and see's a Link to her Blog, he clicks the link to have it load a custom view that display's the blog of Kimmy as my custom layout & view.

Now Kimmy logs in and Does the Same, She browses to Jimmy's profile and click the link to His Blog , this brings her to a custom view of HIS blog.

I need this for a Multi user Blog site where each user has there own blog, so creating a custom view each time a user signs up isnt very useful.

I dont know if im doing this wrong overall or if there is a simpler way to do this within views. Any help would be appreciated

Comments

Caderial’s picture

Status: Active » Closed (fixed)

Found a different approach to this.