Courtney Huber

Forum Replies Created

Viewing 25 posts - 251 through 275 (of 316 total)
in reply to: Pending Approval Argument Count Error #178412

Courtney Huber
Participant

Hi Tanvir, any update from the developer team?

in reply to: Open PDF in new tab #178310

Courtney Huber
Participant

Nevermind…I have figured it out. Adding “/wp-content/uploads/download-manager-files/[PDF NAME]” to the end of my site URL pulls the piece as I’m looking for.

in reply to: Open PDF in new tab #178308

Courtney Huber
Participant

I tried that option, but it still directly downloads the piece…doesn’t seem to be properly working. But, I don’t want to do this sitewide anyway…just for a few certain resources. Is there any way to just get the link to the PDF so I can use something like the Page Links To plugin to have those resources open directly to the PDF in a new tab just like a PDF would from the media gallery in WP.

in reply to: Pending Approval Argument Count Error #178256

Courtney Huber
Participant

Thank you, Tanvir.

in reply to: Pending Approval Argument Count Error #178162

Courtney Huber
Participant

We are using miniOrange SSO as stated before…so that login screen only lets people in who have registered first through our CAS system. The test user I provided is one that I have created in CAS and can be used to test with. Once logged in the first time, that user profile from CAS will auto-create a new WP user. You have to delete the user from the WP users in order to test it again. There should be no reason to create a fresh test user outside of the provided one.

Have you been able to get any other eyes on this? We have been struggling through this for weeks and are REALLY needing to get it solved as soon as possible.

in reply to: Pending Approval Argument Count Error #178149

Courtney Huber
Participant

It still isn’t working. I think you didn’t see a problem because the user was already created in WP. The error occurs only on the very first login attempt. So as I test, I have to go back to Users > All Users and delete my test account from the users list before testing again. After doing that, the issue still seems to be happening.

in reply to: Pending Approval Argument Count Error #178054

Courtney Huber
Participant

We aren’t wanting to mix plugins to manage user roles. MiniOrange doesn’t manage users…it is just a SSO service that passes that information into the site. What we had set up a few weeks ago was working fine until the rollout of WPDM’s pending user role functionality. I have it turned off and it still is conflicting with our site. I have tried unchecking the user role as you suggested in your last update but it doesn’t save. When I refresh the page “Pending” is still selected.

I do not want to buy or add another plugin to our site. We already have user roles built out via User Role Editor that were working perfectly, so there is no reason for us to add or pay for further plugins to fix an issue that the latest WPDM update caused.

Can this issue be elevated to a higher level of support? We need to get this solved.

in reply to: Pending Approval Argument Count Error #178022

Courtney Huber
Participant

Sorry I mis-typed above…I have tried checking and unchecking the “Keep new signups pending for admin review” and neither prevents the issue.

in reply to: Pending Approval Argument Count Error #178021

Courtney Huber
Participant
This reply has been marked as private.
in reply to: Pending Approval Argument Count Error #177966

Courtney Huber
Participant

Please try the backdoor login link provided again.

I have tried checking and unchecking the “Keep new signups pending for admin review” setting and prevents the issue.

in reply to: Pending Approval Argument Count Error #177923

Courtney Huber
Participant
This reply has been marked as private.
in reply to: Pending Approval Argument Count Error #177922

Courtney Huber
Participant

Here’s a video of what is happening: https://soapbox.wistia.com/videos/YUuUQUFoao

in reply to: Hide package information from users without access #177705

Courtney Huber
Participant

Can you just help me understand what the key is for the package description? It is not listed in in the function reference package data keys.

get_package_data

in reply to: Embed Video in package #177655

Courtney Huber
Participant

Thanks!

in reply to: Embed Video in package #177605

Courtney Huber
Participant

Wonderful. Thank you, Shahjada. Do you have any idea when that update might occur?

in reply to: Embed Video in package #177465

Courtney Huber
Participant

THAT WORKED…THANK YOU! Is there any way to allow that tag to work for Wistia videos as well?

in reply to: Hide package information from users without access #177354

Courtney Huber
Participant

So there is no way to write a function to target other parts of a package that should be hidden based on package permissions? I saw this in another thread and didn’t know if there’s a way to modify it to target the body/description rather than the video player?

add_filter("wpdm_video_player_html", function ($player, $packageID, $file, $width){
    if(!WPDM()->package->userCanDownload($packageID)) $player = \WPDM\__\Messages::permission_denied($packageID);
    return $player;
}, 10, 4);
in reply to: Embed Video in package #177301

Courtney Huber
Participant

As mentioned previously, I do not want to upload videos. I need a solution that allows me to use EMBEDS (not video URL). I’m hoping I can write a function that can look to my package’s user permissions to toggle on and off that div so that I can use what I’ve already created within Pods since there is no embed solution at this time that works with user access.

in reply to: Embed Video in package #177294

Courtney Huber
Participant

Is there an easy way to just modify this function to toggle my Pods additional field rather than the WPDM video player? I’m not a developer, so I’m not sure how to modify this to accommodate, but I feel like it should be possible to just write something that says “hide this div if the user doesn’t have permission to view this package.” That is what you have built as defaults within the plugin already, I just need to modify it to turn off a different thing than the preset.

add_filter("wpdm_video_player_html", function ($player, $packageID, $file, $width){
    if(!WPDM()->package->userCanDownload($packageID)) $player = \WPDM\__\Messages::permission_denied($packageID);
    return $player;
}, 10, 4);
in reply to: Embed Video in package #177111

Courtney Huber
Participant

Any news from your team authority? Trying to figure out if there is a solution already in existence that can meet this need or if this is going to end up being something developed and released in a future update.

in reply to: Embed Video in package #176970

Courtney Huber
Participant

Our videos must remain private on Vimeo where they are hosted, so the Youtube player won’t work. Really need an option to embed in which the player hides based on access level…just like audio files.

in reply to: Embed Video in package #176921

Courtney Huber
Participant

The modal also doesn’t seem to listen completely to the access level. I get the “you need permission to access” message, but it replaces the text on the button in the test you provided to me and the button still works. So even though it says I can’t access, if I click the button, the video still pops up.


Courtney Huber
Participant

Any update on multiple PPT files?

in reply to: Embed Video in package #176915

Courtney Huber
Participant

That is fine with the exception of I would like that video preview to display directly on the page, not hidden behind a button. Is there a way for that player to live right there in the page like my provided example, but not be visible to those who don’t have access to the package? I am looking for a solution that functions exactly like any other PDF, Doc, etc. resource preview, but for an embedded video.

Basically I need exactly this https://resources.advisorsexcel.com/resource/transformation-taxes-david-callanan-opening-session/ where the video player is there and hides for users who don’t have access, but with an embed not an uploaded MP4.

in reply to: Embed Video in package #176878

Courtney Huber
Participant
This reply has been marked as private.
Viewing 25 posts - 251 through 275 (of 316 total)