Home › Forums › David Welch
David Welch
My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Saturday Apr 14th, 2012 at 11:11 pm #10834 | |
|
|
I haven’t used any specific plugins, but I know there are some. If you are looking for something custom, you’ll probably have to get someone to create it. Otherwise, I would just search for “affiliate” under the new plugin search in wordpress and try them out yourself to see what (if any) will work best for you. Another option that I think some people are using is to integrate a third party affiliate program. I believe s2member (pro maybe) comes with integrations for some 3rd party affiliate tracking. Are you looking to have affiliates sign up through your site or just want to track where customers are being re-directed from? Dave |
|
Posted: Saturday Apr 14th, 2012 at 9:43 pm #10830 | |
|
|
Have you updated wodpress and/or those plugins recently? Could be a new version conflict or something. The iframes are being set inside this span:
This is the facebook “like” button next to your photo on the post. Try removing that like button and see if it goes away. Could the the like button is not being formatted correctly or something. Dave
|
|
Posted: Saturday Apr 14th, 2012 at 4:50 pm #10818 | |
|
|
The PRO version of s2member gives you the option to create registration form shortcodes that you can put on any page. Other than that, there is no standard way to do what you are looking for that I know of. Hope that helps, |
|
Posted: Saturday Apr 14th, 2012 at 12:46 am #10784 | |
|
|
Clicking on “inspect element” in Chrome I found this extra code which is creating those two iframes over your content (I didn’t copy all the code):
Looks like maybe a facebook and/or google plugin not working correctly maybe? Hope that helps, |
|
Posted: Friday Apr 13th, 2012 at 10:02 pm #10777 | |
|
|
Do you have open registration turned off? s2member->general settings Dave |
|
Posted: Thursday Apr 12th, 2012 at 3:52 pm #10689 | |
|
|
hm. I have to admit it’s got me stumped. Maybe someone else can chime in! Dave |
|
Posted: Thursday Apr 12th, 2012 at 2:16 pm #10680 | |
|
|
hm… that first url is what shows if you hover over the logout link on your menu too? Dave |
|
Posted: Thursday Apr 12th, 2012 at 1:44 pm #10678 | |
|
|
Try replacing this:
with this:
See if that works. Dave |
|
Posted: Thursday Apr 12th, 2012 at 1:05 pm #10675 | |
|
|
What is the function in your menu look like? Dave |
|
Posted: Thursday Apr 12th, 2012 at 9:46 am #10656 | |
|
|
Yes, admin will trigger a false if someone else created it. However, the rest of the post access routine will give the admin access based on the admin role. No problem, I hope it works well for you. Dave |
|
Posted: Thursday Apr 12th, 2012 at 9:44 am #10655 | |
|
|
You can add the access to post via a third party Role plugin, however limiting what category they post in may require more programming if the Role plugin doesn’t have that option. Dave |
|
Posted: Wednesday Apr 11th, 2012 at 10:34 pm #10624 | |
|
|
This page tells you how to create shortcodes. You will need to create a function that pulls the user’s data and then does what you want the shortcode to do. (like print information, etc.) http://codex.wordpress.org/Function_Reference/add_shortcode NOTE: s2member custom user fields are stored in a serialized array in the database. Hope that helps! Dave PS. If you are not a programmer, you may want to find one to do this for you as there is more involved than just using s2member API variables. |
|
Posted: Wednesday Apr 11th, 2012 at 10:30 pm #10623 | |
|
|
You can do this by adding a function to your functions.php file in your theme or to a new file under wp-content/mu-plugins/s2hacks.php (you may need to create this directory and file). The Function:
Hope that helps, Dave |
|
Posted: Wednesday Apr 11th, 2012 at 3:44 pm #10603 | |
|
|
For those looking at this later… The reason adding an extra “s” worked is because in the s2member code, they are parsing the post type using “all-” your post type here “s”. So if your post type is a plural, you have to add an extra “s” to get it to be parsed correctly. Return Page: I believe the correct file is found in your directory here: I have not messed with this file, so I’m not 100% sure that’s it. Post Viewing: I’m sure this is possible using the API scripts, or at least doing your own scripting using the API constants or something. However, without knowing your system, I couldn’t tell you the best way to pull it off! lol! But, it’s probably possible. Dave |
|
Posted: Wednesday Apr 11th, 2012 at 3:22 pm #10599 | |
|
|
EDIT: I’m an idiot… lol! try “all-hostss” with the extra “s” on it like I have it… just for kicks.. :) Dave
|
|
Posted: Wednesday Apr 11th, 2012 at 2:56 pm #10596 | |
|
|
Do they have access to that specific page or is it just showing in the blog roll? Check this setting: Dave |
|
Posted: Wednesday Apr 11th, 2012 at 1:15 pm #10570 | |
|
|
I don’t think s2member has this as a native function. You will probably have to create your own shortcode for this one. Dave |
|
Posted: Wednesday Apr 11th, 2012 at 10:57 am #10556 | |
|
|
1. Yes you can create subfolders. 2. I don’t know if this will work, because it depends on whether jwplayer will parse shortcode, unless you are creating your file access string using the php method. usually to access a file in the secured folder you would do something like this:
So, since you are using the shortcode method, the way it should work is something like this:
The php version is a little more work if jwplayer doesn’t parse shortcodes. Without knowing much about jwplayer, that should be how to play files that are in the protected folder. I’m not sure about the user’s ability to move through the file though. Hope that helps. Dave |
|
Posted: Wednesday Apr 11th, 2012 at 10:03 am #10554 | |
|
|
I don’t know of any native way to do this, but you could probably accomplish this with a little jquery and manipulation of the paypal button code that’s generated. Just use the html form given by s2member instead of the shortcode and change the input type of the price to “text.” Then add some jquery to check the value of the input price when the form is submitted to see if it is 100.00 or greater and return false if not. Hope that points you in the right direction. Dave |
|
Posted: Tuesday Apr 10th, 2012 at 10:54 am #10470 | |
|
|
is the file you are trying to load in the s2member-files folder? Meaning, is it a protected file? Is it on a protected page? If not, what is the url? Dave |
|
Posted: Tuesday Apr 10th, 2012 at 10:48 am #10469 | |
|
|
have you tried just adding an image via an html image tag? I have no clue if it will work but it’s worth a shot! :)
Hope that helps, Dave |
|
Posted: Tuesday Apr 10th, 2012 at 9:28 am #10459 | |
|
|
I’m not sure where the css is located in the code. However, they do provide several hooks to add or filter the css being sent to the browser. Check those out here: Hope that helps point you in the right direction. Dave |
|
Posted: Tuesday Apr 10th, 2012 at 9:24 am #10458 | |
|
|
I believe s2member uses bbpress. However, I have no idea what (if any) modifications they have made to make it work with their user levels. Dave |
|
Posted: Tuesday Apr 10th, 2012 at 9:17 am #10456 | |
|
|
What comes before the ” JW Player® appears here.” because it looks like your missing some code or something. Dave |
|
Posted: Sunday Apr 8th, 2012 at 6:06 pm #10335 | |
|
|
If you just want to have anyone register for level 0, simply allow “Open Registration” in your s2member settings. Any one who registers without going through a paypal payment is automatically set up as a level 0 user. The registration form is the standard WP registration form found at: yoursite.com/wp-login.php?action=register Now, if you want the membership options page to be the actual registration form, that’s not a native function of the free version of s2member. So you could add a link from your membership options page to your registration form, or you could add a small hack to s2member via their hook system to circumvent the redirection if a user clicks on a non-public page. You could add this to your functions.php file in your theme or in a new file like s2hacks.php in the directory wp-content/mu-plugins/s2hacks.php
Hope that helps or points you in the right direction. Dave |