Quote:
Originally Posted by mark|3
i am trying to install the file but somehow i am having problems installing this and achieving the correct end result.
In my admincp >
i see downloads
Setting
Categories
Import
Downloads.
But in my forum i do see the link download or have any function to allow downloads.
I am using vb 3.6.8 and have only downloaded the DownloadsII 5.0.6.zip file. Do i need to download the addons to make it work properly?
Thanks
|
You can find it at
http://www.yoursite.com/forums/downloads.php
Also read the Readme-Install.txt for this:
Quote:
Perform the following OPTIONAL template edit (only required if you want a 'Downloads' link in your navigation bar)
Find in navbar:
HTML Code:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
If you are running vBulletin 3.6.7 (or higher), you need to search for the following as it changed slightly:
HTML Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Add below:
HTML Code:
<td class="vbmenu_control"><a href="downloads.php$session[sessionurl_q]">$vbphrase[ecdownloads_downloads]</a></td>
|