IPB 3.3 issue causes missing listing?
Submitted Loren, Mar 08 2012 06:18 PM | Last updated Mar 08 2012 06:18 PM
After going through the first 3 betas of IPB 3.3 I still have a problem that came up after the first beta upgrade install.
If you have Download categories and they have sub-categories with multiple files - since the upgrade it only shows one file even if there are many more.
It may even show a "Next" page on the listing but if you click next there is only one item there also.
Everything still shows correctly on my production site as it has not been upgraded - so it must be related to IPB 3.3 (or IP.Content).
[attachment=37678:listing error.png]
If you have Download categories and they have sub-categories with multiple files - since the upgrade it only shows one file even if there are many more.
It may even show a "Next" page on the listing but if you click next there is only one item there also.
Everything still shows correctly on my production site as it has not been upgraded - so it must be related to IPB 3.3 (or IP.Content).
[attachment=37678:listing error.png]
| Status: | Duplicate |
| Version: | |
| Fixed In: |











25 Comments
Thanks.
I *think* the fix was in downloads/modules_public/display/category.php
Change
$this->registry->downloadsTags->getCacheJoin( array( 'meta_id_field' => 'f.file_id' ) ) ) ) ); $this->DB->execute(); while( $row = $this->DB->fetch() )to
$this->registry->downloadsTags->getCacheJoin( array( 'meta_id_field' => 'f.file_id' ) ) ) ) ); $res = $this->DB->execute(); while( $row = $this->DB->fetch( $res ) )Cheers
Marko
A screenshot is shown there if present
Just take a look at our marketplace.
The fix above worked great though.
The full path is: admin/applications_addon/ips/downloads/modules_public/display/category.php
It took me some time to figure it out.
I'm confused why this has changed for me in IPDownloads, given that it was IPBoard and IPContent I upgraded and haven't touched IPDownloads at all. The situation for me at present is I can see screenshots on main cats like I always could, but sub-cats now have a space where there should be a screenshot, although this space wasn't present before the upgrade.
Am I missing something here or should I raise a ticket to investigate or simply wait for the next release of IPDownloads?
Cheers
Marko
In ipdownloads.css, find
#idm_category .basic_info { margin-left: 95px; }and replace with#idm_category.with_screenshot .basic_info { margin-left: 95px; } #idm_category.no_screenshot .basic_info { margin-left: 0px; }That's a completely different issue
I was not able to perform the path fix and as result some members see the listing while some others don't.
Please provide an updated downloads portal version as soon as possible.
Thanks.
We are working on a new release of IP.Downloads which will include this bug fix.