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
trying to use this plug-in
http://mods.mybboard.net/view/downloads-section

all seems fine but were are the links to the download section ? looked all over on my site and no sign, were do i find the place to upload ? thanks
When you go into the download section itself, there is supposed to be an image that says "New Download". If you're not sure how to get to your download sections, just add /downloads.php to the end of your forum url.
downloads.php to the end of your forum url. how do you do this ?thanks
For example, this site's forum url is http://community.mybboard.net. If they had the downloads here, it would be http://community.mybboard.net/downloads.php
So now do that with your forum url.
http://movieboxforum.kruzzen.com/downloads.php that works thanks just need to found out how to place a link to the down load section thanks for your help
In the header template

Find
{$lang->toplinks_help}</a></li>

Add after that
<li><a href="{$mybb->settings['bburl']}/download.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />Downloads</a></li>

This will use the search icon for the download section, you can either change the icon or remove it completly by removing
<img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />
thanks Darren will do this.. thanks
thanks work a treat Toungue
sorry got this messege The requested URL /download.php was not found on this server.

need to make this ya ? Sad
Sorry mate my mistake. Find
{$mybb->settings['bburl']}/download.php

Replace with
{$mybb->settings['bburl']}/downloads.php
A little off topic but an1mal, do you realize that your signature link doesn't work?
Thats got it Darren Toungue..
and have re-done the link should be ok now ...Smile

you coulld join if you like Wink reg for reg
now do not have a image for the downloads link ?

any help thanks
Pages: 1 2