PDA

View Full Version : TabBar Suite on Dynamics folder


shlomot
06-03-2008, 01:02 PM
Hello,

I installed TabBar Suite (http://www.vbulletin.org/forum/showthread.php?t=179163) mod on my forums (http://www.topsynergy.net/) (please see on top of the navbar), and applied the developer's instructions for CMPS to Dynamics.

I've set global variables as both $tabbarsuite and tabbarsuite and assigned the value of http://www.topsynergy.net/images/tabbars to them, but the images wouldn't show within the Dynamics folder (http://www.topsynergy.net/dyna-library/).

Can you help me, and also, can you tell me how to remove redundant variables from the vBadvanced Global Options?

Thank you.

Brian
06-04-2008, 12:28 PM
Any chance you could enable the mod again so I can see the problem "in action"?

Our Sponsors
 

shlomot
06-04-2008, 12:36 PM
That's exactly the problem. The mod IS enabled :)

Any chance you could enable the mod again so I can see the problem "in action"?

shlomot
06-04-2008, 12:39 PM
Hold on a minute, Brian.

Now, we have a problem with Tabbar Suite that has completely vanished after the last update.

I'll post here when it's up & running smoothly again. Thanks for your support.

Our Sponsors
 

shlomot
06-06-2008, 12:17 AM
Dear Brian, the TabBars (above navbar) is now available for your inspection.

Here are: CMPS (http://www.topsynergy.net/), Forums (http://www.topsynergy.net/forums.php), Dyna (http://www.topsynergy.net/dyna-library/)

Thanks a lot.

Any chance you could enable the mod again so I can see the problem "in action"?

Brian
06-06-2008, 02:44 PM
Looks like it's just a problem with the image paths in the CSS for those.
#tbbr a {
float:left;
background:url("images/tabbars/css20_L.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tbbr a span {
float:left;
display:block;
background:url("images/tabbars/css20_R.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#760813;
}


Not entirely sure where that code would be generated, but if you find it and change the paths to "/images/whatever" then that should take care of the issue.

shlomot
06-07-2008, 03:42 AM
Thanks a lot, Brian. It works!:)