revok
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WordPress Form Manager] FILE LINKSI solved changing in “fm-form-default.php” the “case: File” line like this
<?php break; case 'file':?> <li<?php if(fm_summary_the_nickname() != "") echo " id=\"fm-item-".fm_summary_the_nickname()."\"";?>><?php echo "File: "; echo fm_summary_the_value();?></li>btw thanks again for this great plugin!
Forum: Plugins
In reply to: [Plugin: WordPress Form Manager] FILE LINKSmore info about the problem;
the form I was talking about has a “menu list” to pick from, but also the file upload.Now, if I upload a file, and submint, instead of having:
FILE UPLOAD: fileurl.txt
I’m having
FILE UPLOAD: (the text I selected on the menu list)I just tried to delete the Menu List field, and now I have:
File Upload:
a:4:{s:8:”filename”;s:29:”dgsdg (11-03-11-12-47-21).txt”;s:8:”contents”;s:0:””;s:10:”upload_dir”;b:1;s:4:”size”while the correct link (the workin one inside the Submitted Data table) is:
siteurl/uploads/articles/dgsdg%20(11-03-11-12-47-21).txtForum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bugperfect, now it’s working, thank you so much!
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bugwow that was fast, thanks man!
I was trying it, but there’s a thing I don’t understand, let’s say that I want to save the files into this folder “http://localhost/wordpress/wp-content/themes/files/” and I put this in Upload URL field, and all is ok, I get redirected there, but I don’t understand what should I put in UploadDirectory? I need an example of the path I should put there, cause right now it’s not saving, and so I get “file not found”.
Lemme know and thanks!Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bugthe only problem I noticed is when I tried to update the plugin, first of all said that I didn’t have the original files anymore, so it somehow self-uninstalled from wp installation, then I installed over it the new one, and had the multiple email problems, and then, I did a reset of the template and all went to normal.. dunno maybe some files got corrupted in the process.
Anyway, I remind you the other two questions
1) would be possible to find a way to make that attachment downloadable/click-able from the email/post?
2) would be very handy to be able to post in a page/post, for registered users, the same view (maybe without IP), the table view you have in “Edit Form-> Data” , and then making the title click-able, so that would sends you to the posted version that has been created already for each send. (I think would be handy put the link of the table into an iframe inside a page so that it will be automatically updated when somebody send something, just an idea btw )
the 1st is the most important btw, cause it’s pointless to have in email/post a strin saying “filename.jpg” but you can’t click it to retrieve it, and for that you can just go to the admin dashboard and click on the DATA to retrive the uploaded file.
apart from that, thanks very very much for your fast replies, I’m using your plugin for a website project I’m doing for a thesis, so it’r really important your help 🙂
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bugafter I pressed Reset Templates everything is back to normal, I mean, now I send 1 email/post at time, so was my config problem. sorry
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bugedit: it still sends the form multiple times, first try, 6 times, next try, 11 times,third try 11 times.. (so 11 emails + 11 posts +11 fields in the Data table) have you checked that?
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bugfor the 2) I think would be handy put the link of the table into an iframe inside a page so that it will be automatically updated when somebody send something, just an idea btw
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bugThanks for the fix! now the name of the attachment works (even if I don’t understand why now the form send the mail 6 times, but maybe there’s a problem in my settings)
I was wondering:
1) would be possible to find a way to make that attachment downloadable/click-able from the email/post?
2) would be very handy to be able to post in a page/post, for registered users, the same view (maybe without IP), the table view you have in “Edit Form-> Data” , and then making the title click-able, so that would sends you to the posted version that has been created already for each send.