Version: 1.0.1, by CyberRanger
Developer Last Online: Jan 2015
Category: Add-On Releases -
Version: 3.6.8
Rating:
Released: 03-11-2006
Last Update: 10-30-2006
Installs: 300
Additional Files
No support by the author.
DownloadsII vBadvanced CMPS Add-On Version 1.0.1
The DownloadsII vBadvanced CMPS Add-On, is not a stand-alone mod. It requires DownloadsII 5.0.1 or higher. You can find it here (free).
Also vBadvanced CMPS (a vBulletin 3.5.x or 3.6.x version) is required. You can find it here (free).
Installation
Upload downloads2.php to the module directory of vBadvanced CMPS
Create the new module using the drop down menu to select downloads2.php
In the "templates used" field enter 'adv_portal_ecdownloads, downloads_panel_bit' (without the quotation marks ofcourse)
Update your index pages(s) to show the new module
Done!
Changelog
Version 1.0.0 CyberRanger
- Initial Release
Version 1.0.1 Jelle
- Small code cleanup
- Renamed the module to downloads2.php
- Added a changelog and readme/install text file to the package
I think this is also what I want to do. I'd like to have the actual downloads section (ie the right column of the downloads.php page showing as a vBadvanced page more than the top stats.
On the vBadvanced site, you can find integration instructions for v2 of it: http://www.vbadvanced.com/membersare...tid=4&pageid=6
I didn't tests v3 yet, as I didn't have the time for it and it's not yet a final release (it's an RC, Release Candidate).
Then you only need to turn off the column in the DownloadsII options. But for removing them from the home page of DownloadsII, you need to edit downloads.php (at the end of the file).
1. I am trying to modify the VBadanced module to show only one category. IE I want one module to show the most popular files, and another module to show the latest files. Not sure what I am doing wrong here, but this is the image i get
This is the code. I would like it to just say in the module the names of the files. And not include most popular files 2 times, and remove the lines around it.
1. I am trying to modify the VBadanced module to show only one category. IE I want one module to show the most popular files, and another module to show the latest files. Not sure what I am doing wrong here, but this is the image i get
This is the code. I would like it to just say in the module the names of the files. And not include most popular files 2 times, and remove the lines around it.
That's because the same templated is used two times. For the second module, create a new template next to adv_portal_ecdownloads, for example adv_portal_ecdownloads2.
Then open /modules/downloads2.php and change adv_portal_ecdownloads in it to your other template and give the module another name (for example downloads3.php), so you have two modules
Quote:
Originally Posted by scotsmist
Hi, if vbportal was free to you, would you test with it ?
That's an interesting offer
Then I would certainly experiment with it and try to port the module.