Status
Not open for further replies.

Webbstre

Customer
I've been working on a special theme for my site, and have just noticed that two add-ons completely break my theme's header and borders. One of those is vBActivity. I will attach screenshots of the working theme and the broken theme on vbactivity. What do I need to do to fix it?

Edit: If it helps. The theme I am using is a modified version of this template: http://www.vbulletin.org/forum/showthread.php?t=231670
 

Attachments

  • broken.webp
    broken.webp
    81.1 KB · Views: 8
  • theme.webp
    theme.webp
    81.3 KB · Views: 8
Last edited:
Open dbtech_vbactivity_navbar_link and remove the
Code:
<!--
Code:
-->
Code:
        <vb:if condition="$show['canpostitems']">
            <li><a href="{vb:link blog, {vb:raw bbuserinfo}, null, 'userid', 'blog_title'}">{vb:rawphrase your_blog}</a></li>
        </vb:if>
        {vb:raw template_hook.blog_navbar_after_your_blog}
        <li><a href="blog.php?{vb:raw session.sessionurl}do=list">{vb:rawphrase recent_entries}</a></li>
        {vb:raw template_hook.blog_navbar_after_recent_entries}
        <li><a href="blog.php?{vb:raw session.sessionurl}do=list&blogtype=best">{vb:rawphrase best_blog_entries}</a></li>
        {vb:raw template_hook.blog_navbar_after_best_entries}
        <li><a href="blog.php?{vb:raw session.sessionurl}do=bloglist">{vb:rawphrase blog_list}</a></li>
        {vb:raw template_hook.blog_navbar_after_blog_list}
        <vb:if condition="$show['canpostitems']">
            <li><a href="blog_usercp.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase blog_options}</a></li>
        </vb:if>

Then add
Code:
<li><a href="vbactivity.php?{vb:raw session.sessionurl}">{vb:rawphrase dbtech_vbactivity}</a></li>

underneath
Code:
{vb:raw template_hook.dbtech_vbactivity_navbar_start}


Not entirely sure what that will print, but it should work :)
 
Status
Not open for further replies.

Similar threads

Legacy vBActivity & Awards

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,730
Customer rating
0.00 star(s) 0 ratings
Back
Top