MyBB Community Forums

Full Version: download plug-in problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
This is the full code
<li><a href="{$mybb->settings['bburl']}/downloads.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />Downloads</a></li>
Here's the one I use.
Can not see the one you use judel and thanks Darren
Still cannot get a image to show Sad
It's a .png. Maybe your browser can't see it? I use FF and can see it fine.
(2008-06-26, 10:10 PM)an1mal Wrote: [ -> ]Still cannot get a image to show Sad

Thats because your code is
<li><a href="{$mybb->settings['bburl']}/downloads.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/download.gif" alt="" />Downloads</a></li>

It should be
<li><a href="{$mybb->settings['bburl']}/downloads.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />Downloads</a></li>
Actually, to use the image I provided, the code would need to be:

<li><a href="{$mybb->settings['bburl']}/downloads.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/downloads.png" alt="" />Downloads</a></li>
Got it working now lads thanks for the help Smile
Iv already got a post for this but seeing as this thread is related to my problem, when i remove something or move a file in the downloads section to a different category, the numbers that show up next to the categorys are wrong, and it can say,

Cat name Downloads
Wallpapers 2

When there are achually none, is there a way that this can be fixed, or better, remove the downloads column next to category name
Pages: 1 2