Forum Replies Created

Viewing 4 Topics - 1 through 4 (of 4 total)
Author Posts
August 28, 2013 at 2:44 pm in reply to: Getting rid of – Select – option in multiselects? 7577
inka inka

Wait, am i missing something?
For the Form Element “Category” there’s no option “Select Text” as there is for custom Dropdowns and Multiselects. I have version 2.1.7 of wpuf.

If it is possible to get rid of the – Select – option for the category-element in the settings, i would definitely prefer doing that instead of altering the code. But i dont find it…

August 28, 2013 at 2:29 pm in reply to: Getting rid of – Select – option in multiselects? 7576
inka inka

Ah, nevermind, i found it:

in class/render-form.php i commented out line 1274:
//'show_option_none' => __( '-- Select --', 'wpuf' ),
This seems to eliminate the – Select – option in category-multiselects.

To get rid of the option in dropdown-mode i guess one has to do the same to line 1251:
//'show_option_none' => __( '-- Select --', 'wpuf' ),

If i’m doing something wrong or there is a better solution, let me know…
Thanks again!

July 16, 2013 at 4:51 am in reply to: How to show Registration/Edit Profile form in author.php 6007
inka inka

I found a solution in this post: http://wedevs.com/support/topic/registration-form-_wp_http_referer/

Followed the suggestions there to switch of the if condition that checks if shortcode is present before it includes the scripts/css. So the plugin now loads the scripts/css on every page. Works perfectly now!

Thanks again! Great plugin!

July 12, 2013 at 3:27 am in reply to: How to show Registration/Edit Profile form in author.php 5900
inka inka

Thanks! That would be great!
I will link to the normal static page in the meantime…

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