DatRoyce

Forum Replies Created

Viewing 18 posts - 1 through 18 (of 18 total)
in reply to: Additional Preview In Frontend #24193

DatRoyce
Member

Cool, Could you possibly release a quick update for the additional previews? I would really appreciate it!

in reply to: Additional Preview In Frontend #24154

DatRoyce
Member

How do i know when an update is out?

in reply to: Additional Preview In Frontend #24149

DatRoyce
Member

Awesome! Thanks so much!

in reply to: Additional Preview In Frontend #24128

DatRoyce
Member

Could I be tweaked so that it can?

in reply to: Upload From Front-End doesn't work? #24034

DatRoyce
Member
in reply to: Set Default Data without plugin? #24033

DatRoyce
Member

I was able to solve this issue ๐Ÿ™‚

in reply to: Set Default Data without plugin? #24025

DatRoyce
Member

I was able to narrow it down to this code but i do not know what to edit?

<tr id=”access_row”>
<td valign=”top”><?php echo __(‘Allow Access:’,’wpdmpro’); ?></td>
<td>
<select name=”file[access][]” class=”chzn-select role” multiple=”multiple” id=”access” style=”min-width: 250px”>
<?php

$currentAccess = get_post_meta($post->ID, ‘__wpdm_access’, true);
$selz = ”;
if( $currentAccess ) $selz = (in_array(‘guest’,$currentAccess))?’selected=selected’:”;
if(!isset($_GET[‘id’])) $selz = ‘selected=selected’;
?>

<option value=”guest” <?php echo $selz ? <?php echo __(“All Visitors”,”wpdmpro”); ?></option>
<?php
global $wp_roles;
$roles = array_reverse($wp_roles->role_names);
foreach( $roles as $role โ–บ $name ) {

if( $currentAccess ) $sel = (in_array($role,$currentAccess))?’selected=selected’:”;
else $sel = ”;

?>
<option value=”<?php echo $role; ?>” <?php echo $sel ? <?php echo $name; ?></option>
<?php } ?>
</select>
</td></tr>

Also, after i deleted and reinstalled the plugin.. When i try to create package on frontend it shows this: {“result”:”_ap_wpdm”,”id”:76}

in reply to: Set Default Data without plugin? #24022

DatRoyce
Member

I removed the package access setting from the front-end…

Now i do not see it in the package-settings-front.php file?

Do you have a code snippet that i can place in it?

in reply to: Set Default Data without plugin? #23976

DatRoyce
Member

I posted the admin in this post:

Add-ons not working?

in reply to: Upload From Front-End doesn't work? #23973

DatRoyce
Member

How do i fix this right now?

in reply to: Add-ons not working? #23660

DatRoyce
Member

I was using the wrong plugin…

I should have been using:

WPDM Image Button

It works now ๐Ÿ˜‰

in reply to: Add-ons not working? #23659

DatRoyce
Member
in reply to: Add-ons not working? #23658

DatRoyce
Member

How do i make a particular button template the default one?

in reply to: Add-ons not working? #23635

DatRoyce
Member

Have you looked at the issue?

It is still not fixed….

Thanks ๐Ÿ™‚

in reply to: Add-ons not working? #23584

DatRoyce
Member

I still do not see the tab in settings?

in reply to: Add-ons not working? #23517

DatRoyce
Member

Sorry, that user now has admin ๐Ÿ˜‰

in reply to: Add-ons not working? #23432

DatRoyce
Member
This reply has been marked as private.
in reply to: Where is the front end? #23361

DatRoyce
Member

I realized that it is a shortcode…. Nevermind ๐Ÿ™‚

Viewing 18 posts - 1 through 18 (of 18 total)