Ryan_Prejean
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cant login after set force SSL on Host Settings (no Plugin)Log into the database, go to the wp_options table and edit the siteurl
Forum: Plugins
In reply to: [Active Directory Integration] Role assignment only with firs OU in DNI had a similar need so I edited the plugin to do just that. You can download it here: http://www.ryanprejean.com/active-directory-integration-multiple-roles/
Forum: Plugins
In reply to: [Active Directory Integration] Support for Multiple Roles from AD?I had a similar need so I edited the plugin to do just that. You can download it here: http://www.ryanprejean.com/active-directory-integration-multiple-roles/
Forum: Plugins
In reply to: [MailPress] Not able to add attachmentsAfter digging through the code, I figured out the problem. The attach a file box is configured to only show up on drafts. Once I click ‘save as draft’ then everything works fine.
Forum: Fixing WordPress
In reply to: Video initial render problemOkay, after extensive research, I’ve discovered that this is an issue with how browsers render videos with html5. I was able to fix this problem by rendering videos using constant framerate instead of variable framerate. There’s a checkbox in Handbrake on the video tab. If that doesn’t fix the issue, then changing the H.264 Profile to baseline and the level to 3.0 should solve it.
Forum: Fixing WordPress
In reply to: Video initial render problemYou can see an example of this problem at http://test.lindsaysherrin.com/test/
As far as I can tell, there is nothing wrong with the video. It plays using other players when uploaded to their site, and Windows Media Player, VLC, and Quicktime all play it without an issue. I’ve also tried it on both IIS and Linux servers. This issue is driving me nuts because their doesn’t seem to be any apparent cause or reason.
Forum: Plugins
In reply to: Custom Image Size FunctionWell, my site uses a ton of images and I don’t need the large and medium versions for most of them. In order to save space, I would like to stop WordPress from saving those files in the first place. However, sometimes I do need the alternate sizes, so I don’t want to globally disable it.