Forum Replies Created

Viewing 6 Topics - 1 through 6 (of 6 total)
Author Posts
April 22, 2015 at 4:10 pm in reply to: Change redirection link if new post is created 42020
joshi joshi

Hello towhid,

I put this code in the functions.php of the theme
Sorry, The code is “?action=newprofilecreated” instead of “#newprofilecreated”. I use this GET-Variable to display a success message on the page with the new created post of the user.

I have set the WPUF form to be redirected to the “newly created post”, which works fine.
What I want is just adding “?action=newprofilecreated” to this url.

function some_callback( $post_url, $post_id ) {
	$new_url=$post_url.'?action=newprofilecreated';
	return $new_url;
}
add_filter( 'wpuf_after_post_redirect', 'some_callback', 10, 2 );

Thank you

March 3, 2015 at 5:21 pm in reply to: Custom user fields in backend? 38086
joshi joshi

Started 4 topics in the forum and never got a satisfactory answer (except the first part of this topic). Why always say “No” instead of giving some piece of code which you could also use for the next version to improve your plugin or offer it as an addon. Or at least giving a hint for a workaround. Your customers would be satisfied and would love to stay subscribed instead of even thinking about altervatives. That’s what I’m expecting from a premium plugin and it usually is the case (bought a lot of premium plugins. Sometimes had a few custom desires whem implementing them, got some help, had a good feeling with the plugin and didn’t need the support for a long time anymore).

Anyway, my workaround for this problem: Creating another registration form with duplicates of all fields from other registration forms and set this as the main one (doesn’t seem to work for file uploads, unfortunately).

March 2, 2015 at 8:58 pm in reply to: Custom user fields in backend? 38009
joshi joshi

Another question please:
I have some more registration forms that I only use as an profile update form. At registration, the user only types in the most important fields. After signing up, he can set more options on different pages with different registration forms.

How can I have the settings of all registration forms be visible in the wordpress backend (user settings).

Thank you

February 27, 2015 at 3:00 am in reply to: Custom user fields in backend? 37767
joshi joshi

THANK YOU!

February 9, 2015 at 4:05 pm in reply to: Wrap CSS class 36205
joshi joshi

Okay, as a request for future releases: It would be great to have another “html” field which can add custom html code without any DIVs around it.

February 5, 2015 at 8:56 pm in reply to: User Meta as default value and limit post creation 35890
joshi joshi

Hello,

As my previous poster, I also wanted to know how to limit a custom post type.

Thank you.

Viewing 6 Topics - 1 through 6 (of 6 total)