Forum Replies Created
-
AuthorPosts
-
March 7, 2014 at 11:13 pm in reply to: How do I set emember permissions when submitting a post via a form? #61346DonnaMember
OK, great! Thanks!
March 7, 2014 at 10:16 pm in reply to: How do I set emember permissions when submitting a post via a form? #61344DonnaMemberRegarding the phpMyAdmin question: I finally found the field in question. So, I’m all set there.
Still need to know if I’ve lost any amount of security by setting the emember security level in the template file as opposed to physically setting the emember levels in the post editor? And if so, what?
Thanks again!
March 7, 2014 at 8:57 pm in reply to: How do I set emember permissions when submitting a post via a form? #61343DonnaMemberThank you both for your responses. I believe I have a simple workaround I just want to make sure I’m not missing something important.
I have placed PHP emember code at the top of my single.php template file (it encompasses the entire page contents)….
<?php if(wp_emember_is_member_logged_in(‘3’)||wp_emember_is_member_logged_in(‘4’)) { ?>
So, even though the protection isn’t set when saving the post, the post template has the protection build into it. I have tested the process and it appears to work well and is adequate for my applicable. All “posts” will be using the same level of protection on my site anyway. Only “pages”, which use a different template file will require flexiblity with that.
My question for you is, have I lost any amount of security by doing it this way as opposed to physically setting the emember levels in the post editor? And if so, what?
Also, I have just discovered phpMyAdmin triggers and believe I could successfully update the post protection there when the new post is inserted. However, after looking for the post level settings there, I still can’t find the fields that store that information. Can you please tell me where to find it?
Thanks for your assistance,
Donna
DonnaMemberThanks for the response. I had read that in the forum but wanted to completely disable the feed. I was able to do so with a plugin.
Thanks again!
February 19, 2014 at 2:53 am in reply to: When using SSL, every protected page/post is requiring an additional login. #60943DonnaMemberPlease provide an email address and I will send you the login information to the site. The site is private so I will not post any of that info here. Actually, I am sending the info to Ivy as we speak.
November 29, 2011 at 3:15 pm in reply to: Lightbox Ultimate – Cannot get protected S3 MP4 videos to play in any player #37899November 29, 2011 at 12:40 pm in reply to: Lightbox Ultimate – Cannot get protected S3 MP4 videos to play in any player #37897DonnaMember@ bobbyt. It looks like you have spaces in your bucket name. As the bucket name is part of the URL you will need to remove those spaces. I would also replace all uppercase with lowercase. So, try replacing….
http://MY S3 BUCKET/v1.s3.amazonaws.com/Move
with
http://mys3bucket/v1.s3.amazonaws.com/move
and be sure to change the URL in your lightbox code as well.
HTH,
Donna
October 28, 2011 at 7:51 pm in reply to: Lightbox Ultimate – Cannot get protected S3 MP4 videos to play in any player #37875DonnaMember@ Friction… Hi! I haven’t used the html5 mode but to help things along for you, I would rename the uploaded file exactly like this…
exclude-particular-pages-from-your-sites-search-results.mp4
Then use the code below for your player. See if that helps.
[wp_lightbox_html5_video link=”https://s3.amazonaws.com/20coolwordpresstipsdownload/exclude-particular-pages-from-your-sites-search-results.mp4″ width=”800″ height=”600″ source=”http://www.coolwordpresstips.com/wp-content/uploads/tip13.gif”%5D
I think the problem may be the dot following the 13 and the + signs you’re trying to use in your URL.
good luck,
Donna
October 26, 2011 at 8:27 am in reply to: Lightbox Ultimate – Cannot get protected S3 MP4 videos to play in any player #37872DonnaMemberI also had a problem playing protected videos and played around with it for a while. In my case, it was because I had placed them in a subfolder in my S3 bucket. I took them out of the sub-folder and placed them directly in the root of the bucket and they played fine. Would still like to know how to use a subfolder so I can organize my files.
DonnaMemberDo you have an email address where I can provide this info to you privately?
Thanks!
DonnaMemberThank you for that excellent explanation! :o) Yes, the SWF file does play straight from the browser so it sounds like the plugin will work for me.
Thank you again!
-
AuthorPosts