robynred
Forum Replies Created
-
hi i’ve just noticed that code wasn’t what i wanted to copy and paste but i can’t edit it. Anyone know how i can remove or edit the above comment.
Don’t paste the code as is from above because the “register” anchor text links to another site.
in the wpuf-editprofile.php there’s code that says …
if ( is_user_logged_in() ) {
$this->show_form();
} else {
printf( __( “This page is restricted. Please Register to view this page.”);
}at present if the user isnt signed in the content will show as the admin as the author. Where do I edit the plugin code so that the user can insert a name in a field and that will show as the author without having to register and be logged in.
I notice ‘User Submitted Posts’ Plugin does this but im not sure what to change to make WP User Frontend do it.
Any tips? Really appreciate any help, thanks