krumch
Forum Replies Created
-
Without the exactly error message, I can think only that you have a syntax error somewhere…
Works for me great. Just follow manuals to install.
Don’t redirects, because player don’t understand the redirect… Solution is to check if the file is allowed before to run the player. But really not easy to do. Better instead the player, show the image with a simple link to the membership options page, if member is not L1.
My choose is “OneAll Social Login” – not so easy to set, but when you do, it works great.
Where actually you need it? Place it there. If not familiar with PHP and templates, ask someone who can.
There is a possibility to use Sam’s function in s2-hacks.php file, and to include output in the pages by custom shortcode. Means, the PHP function puts whatever you need in s2M’s shortcode, then runs do_shortcode() function to turn it to HTML, and gives that to a your own shortcode function, which places it to the page. Well, recursion… Shortcode hack by shortcode. 🙂
Seems there was a custom code, which was deleted when plugin updates. All custom code should be always out of WP core, plugins and themes! The only possibility (if this is the case) is to ask developer to create again, and out of the plugin.
Most logical place for me would be the theme’s templates, where you have “logout” link. In this case may need to lock the toolbar, or to remove the link there, as it is out of the theme.
OK, so can use [custom_shortcode] (in mu-plugins/s2-hacks.php) on the “Login welcome” page, which will run PHP code outside the page, and can do wp_redirect() to need page silently.
There was a plugin to force HTTPS on all the WP admin (and the site itself too, separately), may be that will works?
That is what you need. Now you know when the user reads the site last time. Now find is there posts, created later. If so, show him. Again, needs custom code.
Think about your latest activity on the site, which can do that… Some settings, maybe?
Best way is to build “two in one” pages – the content of both “public” and “private” pages in same home page (it should be a statistic page/post in this case), and by [s2If current_user_is_logged_in()] (check for the exactly syntax, I type by memory) conditions to show the need one.
I think it’s best to create “text area” field, and attach an external rich text editor, by jQuery.