Jump to content

vbulletin blog


Recommended Posts

As I've installed vbulletin blog on my site, I've also made some modifications:

For the top navigation toolbar, I modified "blog_navbar_link" template to this:


$vbphrase[blogs]

But it looks like this:

[ATTACH]12376[/ATTACH]

And also, I modified "blog_usercp_nav_link" for navigation menu in usercp like this:

$vbphrase[blogs]

But it looks like this:

[ATTACH]12377[/ATTACH]

How can I fix them on my site?

post-52782-1217252376_thumb.jpg

post-86-1217252376_thumb.jpg

Link to comment

I'm still far from finishing the templates for the blog add-on.

Download the attached zip

Upload the images to your site

Merge the vb_blog_merge.xml into the as4 style (this will add the modified templates to just the blog addon)

Add this to the Main CSS

ul#tb-icons li#tb-blogs a img {

background-image: url(images/as4/misc/blog/toolbar_icons_blog.png);

background-position: 0 0;

background-repeat: no-repeat;

}



#usercp-nav dl dd a#ucp-blog {

background-image: url(images/as4/misc/blog/ucp_icons_blog.png);

background-repeat: no-repeat;

background-position: 20px 0;

}

That should help, also make sure you have the latest version of the skin (updated today), found out that some of the css was not included.

vb_blog.zip

Link to comment
  • 2 weeks later...
  • 1 month later...
×
×
  • Create New...