Forum Replies Created
Thanks so much Shaon – unfortunately I can’t seem to get this to work – was the following what I was supposed to change?
echo "<li class=\"file ext_$ext\"><a href='".wpdm_get_download_link(get_the_ID())."' rel='".wpdm_get_download_link(get_the_ID())."'>".get_the_title()."</a></li>";
I get the attached happening when using this…
However, i’ve had a bit more of a look and have managed to get it working using the following…
echo "<li class=\"file ext_$ext\"><a href='".wpdm_download_url($file)."".(get_the_ID())."' rel='".wpdm_download_url($file)."".(get_the_ID())."'>".get_the_title()."</a></li>";
🙂
Seems this has something to do with the Overall WordPress Setting – ‘Reading Settings ->Blog pages show at most XX posts’.
I have this set to 20. All subcategories in the wpdm_tree view show a maximum of 20 files only. So for subcategories that have (for example) 37 files, if I change this overall setting to 40 posts, all files in that subcategory (all 37) show.
However, when I change the setting to 40 – heaps more files then show at the bottom of the parent category (incorrectly).
See before and after shots attached…
Is there anyway to tell the plugin not to restric the number of documents to display (to not use this overall wordpress ‘Reading Setting’?). Then I still need to resolve the issue of the weird extra documents appearing in the parent category 🙂
Got it – installed add-on ‘WPDM Extended Shortcodes’ and used the shortcode: [wpdm_tree category=”category-slug”].
I have found a work around of sorts. Rather than using the ‘Migrate’ tool in the Settings area (which doesn’t really help me since we lose all the category info), I’m using the bulk import tool – as everything is still stored on the server in sub-folders representing their categories.
I would very much like to display files in a ‘tree’ viewl (like [wpdm_tree] does in the Free version) – however, just from the major cateogory down (ie [wpdm_tree_category id=”anzca-47″].
Is anything like this possible?
Wow – some extra work? That’s going to take me at least half a day 🙁 At this stage I would have been better off sticking with the free version – disappointed.
Hi Shaon – thanks so much. Working on the migration of packages now.
All my packages have lost their categories….? Is there any way they can get their categories back?