Log in

View Full Version : My Blog Link Code?


metalguy639
10-29-2011, 07:50 AM
I've looked everywhere I have made a custom menu on my vb 4 forum but I cannot figure out what the code should be for the link "My Blog" where it leads the member to their own blog if they are logged in. I know there is a certain code that has to be used for the link, any help would be great, thanks.

RobbieZ
10-30-2011, 01:57 PM
The code that is used is.

{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}

The your button code could read:

<a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">My Blog</a>

metalguy639
10-30-2011, 08:32 PM
Thanks but that does not take me directly to my personal blog. It takes me to the Recent Blogs. I need the link to take that person to their own blog page. The link is originally in the navbar in the default skin but I could not find the code for it in the default navbar template.