Forum Replies Created
-
AuthorPosts
-
aryanraj
ParticipantHi yes, i can use the redirection but there will be hundreds of forms and giving redirection would be a hassle as form page permalink can change in future.
i want it to act like a contact form where data once submitted, clear the filled form via ajax/reload (current page) and show a success message (optional).
thanks.
aryanraj
Participantedit="true" will edit the current added data and not reload with blank form. this is really useful to have the blank form visible after submission. how can i raise a feature request for this?
aryanraj
ParticipantHi, i don't see option to link custom model while creating custom field using gui so how i will get the shortcode? i can use the gui to get the code but how to get shortcode?
aryanraj
ParticipantThanks, i see the pull request is still open for 3 weeks, will it be merged anytime soon?
aryanraj
ParticipantI have tried few things and i am not able to find the right hook, is there any way to pass a new filter to change the query? currently it list all posts and i wonder if i can overwrite this query. i am looking for the right hook.
aryanraj
ParticipantHi, the tutorial doesn't cover the custom table structure. please provide a relative example and code.
Thanks
aryanraj
Participantthe issue is from WordPress media function so you can close it.
aryanraj
ParticipantNo, WordPress automatically generate a thumbnail image from the first page of a PDF filename-pdf.jpg
This includes FULL and other sizes. Metabox File Upload field shows attachment preview thumbnail but the Thumbnail size it takes from /wp-admin/options-media.php
My issue is i have disabled the other sizes generation so it only create one preview without cropping for thumbnail. Metabox doesn't seems to respect the default preview file and revert the svg icon.
If you upload a pdf in Library, you can check the preview and generated sizes via FTP/SFTP. I am looking for a way to show default preview jpg file and not thumbnail size.
aryanraj
Participantthumbnail for pdfs. unchecking the media thumbnails shows this SVG /wp-includes/images/media/document.svg. i want to use the default filename-pdf.jpg without the cropped/thumbnail version.
aryanraj
Participantoh, i don't remember deleting this table but the fix worked. mark this as solved.
aryanraj
Participanti don't see it is creating this table wp_mb_relationships. how to fix it?
aryanraj
ParticipantI manually uploaded through database using tableplus. I wonder if we can have anything that would click update button of the post so the rwmb_after_save_post run without touching each post.
January 19, 2026 at 9:41 PM in reply to: imported data in custom table not showing in WordPress #49629aryanraj
Participantmostly the switch is OFF and file upload field is blank.
sometime the switch is on and file upload is blank.January 19, 2026 at 9:40 PM in reply to: imported data in custom table not showing in WordPress #49628aryanraj
ParticipantHi, there is a switch which is 0/1, if enabled shows a file upload field. When a book pdf is available, switch manually get ON/1 and file upload appear.
mostly the switch is on and file upload field is blank.
sometime the switch is on and file upload is blank.Switch field get 0/1 as per the condition but file upload field is not empty. I am using VARCHAR(2048) NULL for this field. should i remove the NULL?
aryanraj
ParticipantShould i use rwmb_after_save_field or rwmb_after_save_post? also if you could share a function. it would be really useful for us.
The reason is i don't want to write the book title again as it is already saving in post_title in wp_posts but it is not in custom table so i can export in csv.
-
AuthorPosts