krumch
Forum Replies Created
-
You must click the “Save options” button bellow, at end of the page. Options are not saved until it is not clicked… I did same in my first day with s2M… 🙂
No conditional for that, as I know… Must be a custom code. You must place it in “mu-plugins/h2-hacks.php” file. Maybe best will be to create a new custom shortcode. Must count, in database directly, the need ccap and then can return anything, based on results.
Can be something like:
$result = c_ws_plugin__s2member_pro_exports::export($parameters);
But you must check the function itself (to read the code) to find which parameters it needs (if any) and provide them. Also may check for returned result later, to see if the process is well done or catch error.And no one understand, that people here are not “support staff”! 🙂
And no one knows how much code handles a developer and is it possible to remember… Also no one buys my time so I can do for him.@marktvb: Deactivate this plugin and test, I think there can be a problem. The code is more restrictive that the plugin, you will not need it if code works. And yes, you need the right hood, this can be find by sure in the s2M code only…
Still possible link to be “https” instead “http” and you will get 500 error if no HTTPS server…
Sorry marktvb, somehow I missed your question.
Thanks KTS915 for answering 🙂
Yes, I know two ways, both custom. One is to create a custom function for my “KC s2Member ccap drip timer” hack. Instead to do drip, it just must do count, and allow or deny access, accordingly. Second way is to build a plugin for that…
Looks like your custom login creates a wrong “back” link.
You can use “API / Notifications” instead. So your function will run by API, instead by a hook. There in the text stay a link to article how to build that.
Maybe you can force tabindex by jQuery…
How did you collect that info? By s2M’s custom fields?
You would not need that, s2M does it for you. Both in registration and profile updates.
Maybe you can redirect “register” URL to your need page by .httaccess?
Create a new function with only “wp_redirect()” inside, to your need page. Then run that function by the explained hook. That’s all.