Maybe there is some method with the addition of custom code. To get this kind of encrypted links, with three dots, instead of https:// and domain ….
]]>I want certain people to be able to upload (and they’ll be the author) but I don’t want them to be able to click the go to post button as if they then click previous etc they get a denied message (as i’ve turned on hide all posts)
Thanks
]]>How on earth do you disable the Goto Post item from the dropdown menu? Spent ages and I can’t figure it out. Am I missing something glaringly obvious?
Thanks,
Ken
https://www.ads-software.com/plugins/memphis-documents-library/
]]>Thanks for your help
tobo
https://www.ads-software.com/plugins/yith-woocommerce-ajax-navigation/
]]>Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘jmm_joinsite’ not found or invalid function name in /f5/kma/public/wp-includes/plugin.php on line 403
I found a workaround by changing the following line in admin/defines.php from:
if ($jmm_options['type'] == 1) { add_action('init', 'jmm_joinsite'); }
to:
if ($jmm_options['type'] == 1) { add_action('init', array('JMM','join_site')); }
problem 2
I got the following errors when trying to make a new signup page with the shortcode:
Notice: Undefined variable: blog_id in /f5/kma/public/wp-content/plugins/join-my-multisite/lib/signuppage.php on line 90
Notice: Trying to get property of non-object in /f5/kma/public/wp-content/plugins/join-my-multisite/lib/signuppage.php on line 94
I fixed this by changing line 90 on lib/signuppage.php from:
$blog_details = get_blog_details($blog_id);
to:
$blog_details = get_blog_details($current_site->blog_id);
problem 3
I could now make a signup page and it loaded correctly but I was getting an undefined $goto variable error. I found a workaround by moving the section of code near the beginning of signuppage.php that sets $goto and putting in the signup_user function.
function signup_user($user_name = '', $user_email = '', $errors = '') {
global $current_site, $active_signup;
$jmm_options = get_option( 'helfjmm_options' );
if ( !is_null($jmm_options['perpage']) && $jmm_options['perpage'] != "XXXXXX" )
{$goto = get_permalink($jmm_options['perpage']); }
else
{$goto = '/wp-signup.php';}
...
These are just workarounds I found by following the error messages. I am not that familiar with php or the wordpress codebase, so this was simply my attempt to get things working. It is not meant to be pretty, but maybe it could be of help to someone else.
https://www.ads-software.com/extend/plugins/join-my-multisite/
]]>I want to add a text box to my homepage, so that when a visitor writes the post/page ID and hit the Search Button, the browser takes them to that specific post.
Is there a Plugin that does this, or can anyone help me by giving me an idea of how to write this code?
Currently, all my posts display the post id in the title, and I want my visitors to get easy access to their favorite posts.
Thanks in advance.
]]>When I insert multiple images into a post, they all appear in the homepage thumbnail. See the link. The post I am referring to is ‘Fabiogetz’
https://www.supastruct.com/
Is there a way to show only 1 image for this thumbnail??
The theme I am using is GRID 1.1 by Motoshi Goto. Please can someone help?
Cheers guys!
Gareth