latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: Core Love

Sorry, I've not written a description yet. I'll get to it soon!


Topics I've Started

Viewing 3 topics - 1 through 3 (of 3 total)
Topic Count Last Reply
S2Member Profile Fields

By:  Core Love in: Community Forum

voices: 3
replies: 2

4 years, 1 month ago  Cristián Lávaque

Add custom capability tags

By:  Core Love in: Community Forum

voices: 3
replies: 12

4 years, 2 months ago  Cristián Lávaque

How do I hire someone to integrate idev?

By:  Core Love in: Community Forum

voices: 2
replies: 1

4 years, 5 months ago  Cristián Lávaque

Viewing 3 topics - 1 through 3 (of 3 total)

My Latest Replies (From Various Topics)

Viewing 18 replies - 1 through 18 (of 18 total)
Author Replies
Author Replies
Posted: Tuesday Oct 16th, 2012 at 11:43 pm #28625
Core Love
Username: corelove

Thank you for the tip, i will check into doing it with javascript code.

Posted: Saturday Oct 13th, 2012 at 3:04 pm #28346
Core Love
Username: corelove
<?php
$user_id = S2MEMBER_CURRENT_USER_ID;
$user = new WP_User($user_id);
$user->add_cap("access_s2member_ccap_f4t23");
$user->remove_cap("access_s2member_ccap_videos");
header('Location: http://www.loveinnerversity.com/);
?>

I have tried it without the additional parameters.

It will add and remove the ccap from the account. I just can’t get it to redirect.

This is posted inside of a wp page. php is enabled which is why the add/remove ccap works. All I need it to do is redirect to the next page.

Posted: Friday Oct 12th, 2012 at 10:16 am #28245
Core Love
Username: corelove

add_cap(“access_s2member_ccap_f4t23”);
$user->remove_cap(“access_s2member_ccap_videos”);
header(‘Location: http://www.domain.com/&#8217;,TRUE,303);
?>

The redirect is not working on the page that this is posted.

  • This reply was modified 4 years, 2 months ago by  Core Love.
Posted: Thursday Oct 11th, 2012 at 11:23 am #28139
Core Love
Username: corelove

I am Not looking to change the ccap of all members. I just want a ccap to be added or taken away when a single member clicks on a link. I am not sure how I would use a link with what you have referenced or how I would do this.

  • This reply was modified 4 years, 2 months ago by  Core Love.
Posted: Thursday Oct 11th, 2012 at 2:57 am #28084
Core Love
Username: corelove

I would like to be able to create a shortcode that would enable me to add or remove a ccap by clicking a link. The shortcode would also contain values to customize the link, the link image or text, width and height of image and description.

I figure this would have to be done in the functions.php file. Would anyone know how to do this? This one feature would enhance S2member in a huge way and enable full customization over the flow of information a website.

  • This reply was modified 4 years, 2 months ago by  Core Love.
Posted: Wednesday Oct 10th, 2012 at 11:08 am #27995
Core Love
Username: corelove

Even just a link that they could click on and s2member would add it to their account would be great.

Posted: Tuesday Oct 2nd, 2012 at 6:19 am #27188
Core Love
Username: corelove

Can you put an example using just the ccap for dripping content?

Posted: Friday Aug 10th, 2012 at 4:49 pm #21731
Core Love
Username: corelove

I am using S2 with buddypress 1.6 and do not see any issues yet. I have done a clean install and the site is not live at the moment but will be soon. So far everything has been flawless. I will update this in a few more days once testing is complete.

Posted: Thursday Aug 2nd, 2012 at 2:13 pm #21040
Core Love
Username: corelove

This player works amazing Philly.

Have you thought of adding support for display plugins.

http://www.longtailvideo.com/addons/plugins/251/The-Dabber-DNA
http://www.longtailvideo.com/addons/plugins/121/Flow?q=playlist%20effects

I figure these two would be your top plugins for displaying a playlist.

Posted: Thursday Aug 2nd, 2012 at 11:36 am #21023
Core Love
Username: corelove

Multiple playlists on the same page would be great. We separate the courses we offer using tabs, but the video players read it as 1 page.

Posted: Thursday Aug 2nd, 2012 at 11:25 am #21020
Core Love
Username: corelove

I have the player working great with 5 sd/hd videos. The playlist looks great and everything is lining up correctly.

I duplicated my code and added a start=”2″ tag to the player, but there is only one player showing up on the screen. The code is the same for both of them. I tried adding a start=”1″ to the first video player. The first player still shows up, but no second player. Here is the code:

[s2playlist start=”1″ html5=”true” hd=”true” size=”5″ playlistsize=”200″ playlistposition=”bottom” width=”720″ height=”629″ video1=”truth/f4tsciencefinal560.mp4″ hdvideo1=”truth/f4tsciencefinal.mp4″ image1=”http://loveinnerversity.com/images/loveinnerversitylogo550x326.png&#8221; title1=”Science” desc1=”Description one” video2=”truth/f4tsuccessfinal560.mp4″ hdvideo2=”truth/f4tsuccessfinal.mp4″ image2=”http://loveinnerversity.com/images/loveinnerversitylogo550x326.png&#8221; title2=”Success” desc2=”Description Two” video3=”truth/f4tfriendshipfinal560.mp4″ hdvideo3=”truth/f4tfriendshipfinalredone.mp4″ image3=”http://loveinnerversity.com/images/loveinnerversitylogo550x326.png&#8221; title3=”Formula 4 Truth – Friendships” desc3=”Description Three” video4=”truth/f4trelationshipfinal560.mp4″ hdvideo4=”truth/f4trelationshipfinal.mp4″ image4=”http://loveinnerversity.com/images/loveinnerversitylogo550x326.png&#8221; title4=”Formula 4 Truth – Relationships” desc4=”Description Four” video5=”truth/f4thealthfinal560.mp4″ hdvideo5=”truth/f4thealthfinal.mp4″ image5=”http://loveinnerversity.com/images/loveinnerversitylogo550x326.png&#8221; title5=”Formula 4 Truth – Health” desc5=”Description Five”]

[s2playlist start=”2″ html5=”true” hd=”true” size=”5″ playlistsize=”200″ playlistposition=”bottom” width=”720″ height=”629″ video1=”truth/f4tsciencefinal560.mp4″ hdvideo1=”truth/f4tsciencefinal.mp4″ image1=”http://loveinnerversity.com/images/loveinnerversitylogo550x326.png&#8221; title1=”Science” desc1=”Description one” video2=”truth/f4tsuccessfinal560.mp4″ hdvideo2=”truth/f4tsuccessfinal.mp4″ image2=”http://loveinnerversity.com/images/loveinnerversitylogo550x326.png&#8221; title2=”Success” desc2=”Description Two” video3=”truth/f4tfriendshipfinal560.mp4″ hdvideo3=”truth/f4tfriendshipfinalredone.mp4″ image3=”http://loveinnerversity.com/images/loveinnerversitylogo550x326.png&#8221; title3=”Formula 4 Truth – Friendships” desc3=”Description Three” video4=”truth/f4trelationshipfinal560.mp4″ hdvideo4=”truth/f4trelationshipfinal.mp4″ image4=”http://loveinnerversity.com/images/loveinnerversitylogo550x326.png&#8221; title4=”Formula 4 Truth – Relationships” desc4=”Description Four” video5=”truth/f4thealthfinal560.mp4″ hdvideo5=”truth/f4thealthfinal.mp4″ image5=”http://loveinnerversity.com/images/loveinnerversitylogo550x326.png&#8221; title5=”Formula 4 Truth – Health” desc5=”Description Five”]

Posted: Thursday Aug 2nd, 2012 at 8:23 am #21003
Core Love
Username: corelove

Playlist with sd/hd not working. Here is the code:

[s2playlist html5=”true” hd=”true” size=”3″ playlistsize=”250″ playlistposition=”bottom” width=”720″ height=”679″video1=”truth/f4tsciencefinal560.mp4″ hdvideo1=”truth/f4tsciencefinal.mp4″ image1=”http://loveinnerversity.com/images/loveinnerversitylogo550x326.png&#8221; title1=”Science” desc1=”Description one” video2=”truth/f4tsuccessfinal560.mp4″ hdvideo2=”truth/f4tsuccessfinal.mp4″ image2=”http://loveinnerversity.com/images/loveinnerversitylogo550x326.png&#8221; title2=”Success” desc2=”Description Two” video3=”truth/f4tfriendshipfinal560.mp4″ hdvideo3=”truth/f4tfriendshipfinalredone.mp4″ image3=”http://loveinnerversity.com/images/loveinnerversitylogo550x326.png&#8221; title3=”Formula 4 Truth – Friendships” desc3=”Description Three”]

Posted: Thursday Aug 2nd, 2012 at 7:42 am #20999
Core Love
Username: corelove

Thank you Philly, I have spent a lot of hours trying to get these type of video players to work with no success. I appreciate what you have built.

SD / HD Video works great. I am going to set up my pages now with multiple players, multiple playlists and each with SD/HD. I will let you know how it works.

Posted: Thursday Aug 2nd, 2012 at 5:01 am #20980
Core Love
Username: corelove

[s2video html5=”true” hd=”true” width=”720″ height=”429″ image=”http://loveinnerversity.com/images/loveinnerversitylogo550x326.png&#8221; video=”truth/f4tsciencefinal560.mp4″ hdvideo=”truth/f4tsciencefinal.mp4″ ]

The video plays, but there is no option to switch.

Posted: Thursday Aug 2nd, 2012 at 3:32 am #20975
Core Love
Username: corelove

Video player is looking great. I’ve been trying to get the hdvideo working. Do I need to purchase the plugin for it to work?

Posted: Sunday Jul 29th, 2012 at 8:31 pm #20634
Core Love
Username: corelove

This is so great!! I will try it out tonight and let you know how it works.

Posted: Sunday Jul 29th, 2012 at 2:45 pm #20623
Core Love
Username: corelove

Thanks Philly, I didn’t realize that I could add coding to the theme for the player.

I will try adding more videos to the player today.

The coding for the plugin looks like it has other options to choose from if the bandwidth is too slow or it also depends on the type of video file.

Is it possible to take out the one for downloading the videos?
I have 2 versions of every video that I shoot so I can supply a SD/HD video option. On my old membership site, members just had to click one button and it would change one of their shortcodes linked with their membership, that would update the whole site. Since that isn’t really possible s2member, I am looking for another way.

I appreciate the quick response. I just finished setting up S2member, woocommerce, wpmu and buddypress on my main domain. I have IdevAffiliate integrated as well. I am wondering if you know someone that I could pay to review and test my site to make sure I set everything up proper. We are going to start transferring members from my other site to this new one in the next few days.

Thanks again.

Core

Posted: Sunday Jul 29th, 2012 at 12:51 pm #20617
Core Love
Username: corelove

The plugin is great, I have spent days trying to get my jw player working. Now my videos play great!

Is there a way to increase the amount of videos to more than 3 in the playlist?

Is there a place we can add something to the php for custom skins or HD option?

Thank you so much for making this.

Core

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

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.