Jeremy Wallis

Forum Replies Created

Viewing 25 posts - 101 through 125 (of 139 total)
Oct 19, 2016 at 7:46 pm
#50158
Member
Jeremy Wallis
OP

Thanks.

I tried a page with the category shortcode for a category called ‘trustees’ (generated using the TinMCE approach):
[wpdm_category id="trustees," cols="3" toolbar=0 item_per_page=10 template="link-template-calltoaction3.php"]

Yet nothing shows on the page.

The user I am logged in as can see packages under this category in Tree View & Side Bar view and search pages but nothing when I use this shortcode on a page.

Oct 17, 2016 at 8:06 am
#50050
Member
Jeremy Wallis
OP

Thanks, you’re right. So after cloning the site I just need to go to the new site and delete all file packages from the backend function so the new site can start with fresh copies. Thanks for helping to solve it.

Oct 16, 2016 at 3:58 pm
#50039
Member
Jeremy Wallis
OP
This reply has been marked as private.
Oct 16, 2016 at 12:48 pm
#50038
Member
Jeremy Wallis
OP

So do I need to upload the Business version that downloaded off the site?

It’s just that, after registering two multisite sites with the new license number (with the Pro version installed on), the second site can still see the file packages belonging to the first site, which isn’t of much use on a multisite installation.

How do I get the second site to not see the files from the first one?

The second site was cloned from the first one using NS Cloner.

Thanks.

Oct 15, 2016 at 9:12 pm
#50018
Member
Jeremy Wallis
OP

And the process from here is to … delete the plugin and re-install from scratch?

Oct 15, 2016 at 8:52 pm
#50012
Member
Jeremy Wallis
OP
This reply has been marked as private.
Oct 13, 2016 at 5:53 pm
#49930
Member
Jeremy Wallis
OP

I have just realised that I am still using the single license version of WP Download Manager. Is this perhaps why, when cloning, it still sees teh files of the source site?

I have had so many issues to sort out to get it working on just one site that I have not been keen to spend the money for a license for more sites if it wasn’t going to eventually do what I wanted.

It does not do what I need on the one site. So if I buy the next level up = 5 licenses, will it sort out the issue I am having?

If so, how do I do that?

Or how do I alternatively upgrade to the limitless version?

Thanks.

Sep 29, 2016 at 8:11 am
#49585
Member
Jeremy Wallis
OP

OK, thanks. What do I do to manually change this myself? I am developing on my localhost so need to make the change there and make a note of what I did for future reference.
Thanks.

Sep 28, 2016 at 5:33 pm
#49564
Member
Jeremy Wallis
OP

Hi, Any ideas on this one?
Thanks.

Sep 28, 2016 at 5:33 pm
#49563
Member
Jeremy Wallis
OP

Hi, Any ideas on this one?
Thanks.

Sep 25, 2016 at 11:40 am
#49462
Member
Jeremy Wallis
OP
This reply has been marked as private.
Sep 24, 2016 at 2:47 pm
#49452
Member
Jeremy Wallis
OP

I just checked without the short code embedded in a php script (i.e. just straight on the WordPress page) and the same thing happens.

Sep 24, 2016 at 2:43 pm
#49451
Member
Jeremy Wallis
OP
This reply has been marked as private.
Sep 19, 2016 at 3:19 pm
#49297
Member
Jeremy Wallis
OP

Also, above those lines, I also see two id values the same, maybe a copy & paste issue when writing the code. They are both called ‘link_label_row’:
————————–
<tr id=”link_label_row”>
<td width=”150px”><?php echo __(‘Version:’,’wpdmpro’); ?></td>
<td><input size=”10″ type=”text” class=”form-control” style=”width: 100px” value=”<?php echo get_post_meta($post->ID,’__wpdm_version’,true); ?>” name=”file[version]” />
</td></tr>

<tr id=”link_label_row”>
<td width=”150px”><?php echo __(‘Link Label:’,’wpdmpro’); ?></td>
<td><input size=”10″ type=”text” class=”form-control” style=”width: 200px” value=”<?php echo get_post_meta($post->ID,’__wpdm_link_label’,true); ?>” name=”file[link_label]” />
</td></tr>

Sep 19, 2016 at 3:17 pm
#49296
Member
Jeremy Wallis
OP

By the way, in this page’s code, I see what might be some typos, not sure, you’ll know … the two id values say ‘downliad’, are they supposed to say ‘download’?
———————————
<tr id=”downliad_limit_row”>
<td><?php echo __(‘Stock Limit:’,’wpdmpro’); ?></td>
<td><input size=”10″ class=”form-control” style=”width: 80px” type=”text” name=”file[quota]” value=”<?php echo get_post_meta($post->ID,’__wpdm_quota’,true); ?>” /></td>
</tr>

<tr id=”downliad_limit_row”>
<td><?php echo __(‘Download Limit:’,’wpdmpro’); ?></td>
<td><input size=”10″ class=”form-control” style=”width: 80px;display:inline” type=”text” name=”file[download_limit_per_user]” value=”<?php echo get_post_meta($post->ID,’__wpdm_download_limit_per_user’, true); ?>” /> / user <span class=”info infoicon” title=”For non-registered members IP will be taken as ID”> </span></td>
</tr>

Sep 19, 2016 at 2:32 pm
#49295
Member
Jeremy Wallis
OP

Thanks, that has worked.

Sep 15, 2016 at 6:39 pm
#49202
Member
Jeremy Wallis
OP
This reply has been marked as private.
Sep 15, 2016 at 5:20 pm
#49194
Member
Jeremy Wallis
OP

Thanks, that works to hide the files!

Is there a way to prevent them from not seeing the category in the first place (because I have not given their role view rights to the category)?

Thanks.

Sep 13, 2016 at 6:26 pm
#49125
Member
Jeremy Wallis
OP

Any ideas on this one?

Thanks.

Sep 13, 2016 at 6:26 pm
#49124
Member
Jeremy Wallis
OP

For some reason this suddenly started downloading packages as zips. Problem gone for now.

Sep 13, 2016 at 6:11 pm
#49123
Member
Jeremy Wallis
OP

Hi, any ideas on this one?

Sep 11, 2016 at 8:33 am
#49093
Member
Jeremy Wallis
OP

A related question:

– I have now tried your suggestion of only having roles set for Categories and no roles selected in the ‘Allow Access’ section of the ‘Edit Package’ page.

– So for a package I created, I set ‘Allow Access’ to have nothing selected. By default it has ‘All Visitors’ but I removed that and clicked ‘Create Package’.

– If I check the page after clicking ‘Create Package’ it does indeed reflect my choice of ‘All Visitors’ having been removed.

– However, if I go back around the loop to browse files and then click to edit the package, the ‘All Visitors’ option has re-appeared.

How can this be removed permanently? Your earlier reply suggested it was possible.

Thanks.

Sep 11, 2016 at 8:26 am
#49092
Member
Jeremy Wallis
OP

Thanks.

So if:

– I set up say two categories A and B and give permission to Category A to user role ‘editor’ and Category B access to user role ‘author’.

– Then we assume I have not uploaded any packages, so there are no files uploaded.

– I then go to the Tree or Side Bar views … I would want for editors to only see category A displayed on the page and for authors to only see category B. In other words they do not see Category headings to which I have not given them rights.

As I experience it at the moment, both roles can see both Category headings on the Tree or Side Bar views. I understand they cannot access the files in the category to which they don’t have access but is there a way for them not to be able to see the category headings also?

Thanks.

Sep 10, 2016 at 3:45 pm
#49058
Member
Jeremy Wallis
OP

In addition to the above question … what impact does the option under ‘Settings / Basic / Access Settings / File Browser Access’?

Sep 10, 2016 at 3:29 pm
#49054
Member
Jeremy Wallis
OP

OK.

Viewing 25 posts - 101 through 125 (of 139 total)