Forum Replies Created
-
AuthorPosts
-
brkard
ParticipantHi Anh.
Actually you a right about 1st question. I can want guest users or everyone access to forms without log in also.
May be forms can be restricted by default. And there can some options or custom paramaters for remove restriction or enable forms for everyone.
Or can be added a Conditional Logic to metaboxes and fields something like if user logged in - logged out - if user role is something which also works in front-end forms...These are some general ideas.
And about filters, it they are usefull.
Thanks
brkard
ParticipantHi..
single_image field has come...and it is working like a charm..
fantastic job, fantastic plugin...
thank you very much. ๐
brkard
ParticipantHi.
I find a solution for this...
You can ignore this thread.
Thanksbrkard
ParticipantThank you very much. It is working now ๐
brkard
ParticipantHi.
Thanks for your reply. I hope you consider to add this soon.
As you know gutenberg nightmare is coming to wp core..
And adding this feature will be lifesaver for us against gutenberg. So we can change and design everything in wp-edit dashboard with your promising plugin. Also in front-end with too..
I think only this feature is left for this in your plugin.
And Thank you very much for your very active support and help.
Have a good new year ๐
brkard
ParticipantHi.
I checked the code again.
Here is the code i pasted:
<?php $link = home_url( '/page-a/' ); $link = add_query_arg( 'rwmb_frontend_field_post_id', get_the_ID() ); echo '<a href="', $link, '">Edit this post</a>'; ?>And also i have send you site login details for you to check.
Thanks.
brkard
ParticipantHi. Thanks for your help.
But with this code
"Page-a" does not outputs in the link...Code outputs current url and rwmb_frontend_field_post_id'
For example: my current page name is: "info-page"
This code outputs like this:
https://example.com/info-page/?rwmb_frontend_field_post_id=211So "page-a" does not outputs in the link. The edit link url should be like this i think.
https://example.com/page-a/?rwmb_frontend_field_post_id=211brkard
ParticipantHi. Thanks.
Current value is working...
But i see the whole form under current post if i use the shortcode.
Actually i need a simple link that edits current post in other window or page . if i can do that may be i can make users edit posts in a modal window too
Is this possible to do this ?
If possible and if it is not complicated can you share a code snippet to do this. I will paste the code in single post template.
Thanks.
December 22, 2017 at 4:50 PM in reply to: problems with parent page selection with post field. #7942brkard
ParticipantYes it is working now..After update the extension.
Thank you very much
December 22, 2017 at 1:17 PM in reply to: problems with parent page selection with post field. #7938brkard
ParticipantHi Anh.
Backend is working..
But front end seems not working. I have downloaded the latest MB Frontend submission extension Version 1.2.
Thanks.
December 20, 2017 at 5:29 PM in reply to: problems with parent page selection with post field. #7911brkard
ParticipantHi.
I have send you login and ftp details. This is a test site , so you can do anything you want ...
Thank you very much for your help.
December 20, 2017 at 2:36 AM in reply to: problems with parent page selection with post field. #7898brkard
ParticipantAlso i can share this testing site login details from a private channel if you need to check ? Thanks
December 20, 2017 at 1:32 AM in reply to: problems with parent page selection with post field. #7895brkard
ParticipantHi.
I share screens about problems.
1- It doesnt work in front end with front end extension form.
here is screen:
https://pasteboard.co/GYY0yjt2.jpg2-In backend it works for adding new pages but field does not autoload parent page value when i try edit the page. I have to select the parent page everytime when i try to update an existing page.
here is screen:
https://pasteboard.co/GYY0VCA.jpgbrkard
ParticipantHi thanks for your reply.
It will ne nice to see this option with Frontend submission.
So we can do everything in front-end without going to wp-admin dashboard.
Thanks.
brkard
ParticipantHi thanks for reply.
It will be nice to see this in front-end submission extension.
With this promising extension we can do everything in front-end if you can improve the extension.
Thanks
-
AuthorPosts