Moderaton panel showing paid (packages) files as free
Submitted teraßyte, Sep 22 2012 07:54 AM | Last updated Sep 24 2012 08:01 AM
The moderator panel template to show unapproved files for IP.Downloads is listing paid files associated with nexus packages with the free badge because a check is missing in the skin template "skin_downloads_other => moderatorPanel":
The correct check requires to include "file_nexus":
<if test="checkForNexus:|:IPSLib::appIsInstalled('nexus') && $this->settings['idm_nexus_on']">The correct check requires to include "file_nexus":
<if test="checkForNexus:|:IPSLib::appIsInstalled('nexus') && $this->settings['idm_nexus_on'] && !$data['file_nexus']">
| Status: | Fixed |
| Version: | 2.5.1 |
| Fixed In: | 2.5.2 |











2 Comments
-
Updating Status to: Fixed
-