There is a form to which the file upload function was added and these form submissions are registered in the database with the Advanced CF7 DB plugin.
When reviewing the form submissions, the image does not appear with the real name, example:
image-name.jpg
appears as
ca27075bbf2894f6b3d00e080b4cfb
Is it possible to keep the original name of the file? Finally add only a consecutive number if the name is repeated.`
]]>Would really appreciate the help!
So a little backstory, I am trying to create my 1st website and I bought my domain name bellybakes.sg. I then went on to google cloud to follow some steps to create a website using wordpress. The instructions on google cloud is to only create a virtual machine and change the external IP to a static IP. did that and kinda used their market place to create a wordpress. 2 weeks later I went in to try to edit and installed plugin like elementor and a few others.
As my wp login to that webpage is still the static IP address, i came across in the WP settings to change the URL name and i changed it to bellybakes.sg. After i saved the settings, the page went blank. nothing. and im unable to try to log in again.
I panic and went to google cloud to click here and there and I deleted the Virtual machine thinking it would ‘reset’ the ip address and the domain. after deleting it I decided to get a hosting site from siteground for better UI and easier navigation for a beginner like me. and when i reg for the cheaper plan, it says that my domain name isnt registered (which i did for godaddy) but i went on with it thinking i can add the domain name later on.
I paid the 1 year subscription fee and linked the domain on site ground to WP and when I clicked the WP tool, it was suppose to log me in i think and the same blank page.
I’m lost and I require to finish up this webpage for my opening.
Appreciate all the help i can get!
]]>something like this would allow developers some flexibility on how to handle invoice names when generated.
In the abstract-invoice.php method generate around lines 307 you can add the following:
$base_inv_name = apply_filters('wpi_invoice_file_name', $this->get_formatted_number());
$pdf_path = $this->get_rel_pdf_path() . '/' . $base_inv_name . '.pdf';
This will allow users to add a filter and change the filename generated for the invoice.
Please let me know if you are considering this feature so that we can remove the “work-around” we’re currently using.
]]>I noticed it only really works when I add the provided hook filter.
A bit advanced but okay.
I realy like the concept.
My questions
How do I change the directory.
Let’s say I want to put the images in
uploads/signatures/
and how do I change the name
Let’s say I want
username-posttitle-date.png
Or better still.
Add it as attachment to the post that the canvas is in.
I’d still would like to know how to change the name tho
In short, I’m trying to get the wording of “Library” changed to a different label, more especially in the back end editing area of WP dashboard.
I’d rather not have to move a bunch of plugin files to the child theme, to preserve the plugin for regular updates. So I was hoping for a code snippet of some sort that I could modify in functions.php, if that’s feasible?
Thanks!
]]>