toraji
Forum Replies Created
-
Thank you for fixing it!
Thanks a lot for your help.
I’m looking forward to the release.Hi @sc0ttkclark
>I’ll take a look at adding alias support back in this area.
That’s very kind of you.
Thank you so much.Hi @sc0ttkclark
I changed ‘name’ to ‘post_title’ and now the field shows up.
I have been using ‘name’ for over 3 years.
The sample on the official site says so as well.
https://docs.pods.io/code/pods/form/It says.
// Only show the 'name', 'description', and 'other' fields. $fields = array( 'name', 'description', 'other' );
Is ‘name’ no longer supported?
Until 2.8.1, the field is displayed.I would greatly appreciate it if you could put ‘name’ back into use.
Here is the code.
if($service_id == 0){ /* New */ $mypod = pods( 'service'); }else { /* Edit */ $mypod = pods( 'service', $service_id ); }
The field isn’t displayed whether there is $service_id parameter or not.
Hi @sc0ttkclark
>What kind of Pod is this?
This pod is Custom Post Type.>Is the field supposed to be post_title?
Yes, it is.Hi @keraweb
Thank you for the reply.
I tried the both options but the name field is still not displayed.
Here is my code for the second option.
$fields = array('name' => array( 'label' => 'Name', 'disable_dfv' => true)); echo $mypod->form( $fields );
Am I missing something?
My Pods version is 2.8.3.
Thanks
Forum: Plugins
In reply to: [Simple Membership] Japanese language file nameHi,
I appreciate your prompt response.
Regards
Forum: Plugins
In reply to: [Private BP Pages] Fatel error after disabled bbPressNow it works!
Thank you for your help.Forum: Plugins
In reply to: [Private BP Pages] Fatel error after disabled bbPressI see this error at members pages such as https://my-site/members/ and https://my-site/members/tony/profile/edit .