Quote:
Originally Posted by vbboarder
I'm using VB 3.7.2, LDM 2.2.9-post1, Firefox 2, Windows XP (SP2). My upload folder is located within the public htdocs folder. I am testing with administrator privileges in VB/ LDM. I am using LDM's extra swfuploader plugin.
|
As you discovered, this was a problem in the interaction between the ldm php code and the swfupload code. The fix is straightforward - please can you test the attached local_links_actions.php (which goes in the forums directory)
Quote:
Originally Posted by vbboarder
Also, if the file extension of the new file is different from the old file, the "Rename" field will not accept a name with the new file extension since LDM still has the old file extension in the database.
|
If you are using the swfuploader, its javascript should automatically fill in the "Rename" field with the filename of the current upload, and as far as I can see, LDM then accepts it with this bug fix installed. Let me know.
Quote:
Originally Posted by vbboarder
1. In LDM settings, the link_imagesize setting states, "Left blank: LDM uses the current value of Thumbnail Size from the VB admincp." However, this is not true: if left blank, no thumbnails are created even if thumbnail size is specified in VB > Message Attachment Options and VB > Album Options (anywhere else I should check?). Solution: just specify the size for LDM's link_imagesize.
|
LDM only checks this when you do an update on the LDM/admin/settings page, and leave the link_imagesize field blank. As far as I can see, it then correctly picks up the current value from VB/Message Attachment Options, and that value should then appear on the LDM admin settings and is used correctly. However, I think my logic is wrong - this doesn't allow for the possibility that the admin subsequently changes the value on VB/Message Attachment Options
Quote:
Originally Posted by vbboarder
2. The category of a forum is not replaced in the phrase when using {4} in ldm_thread_create_body. Instead, the LDM database name is always shown.
|
I think this has always been so. I'll add another parameter to the phrase so that you can also access the category name if you wish.
Quote:
Originally Posted by vbboarder
3. The id3tag-enchancements plugin does not update the entry's attributes with the new id3 info if the entry is edited to upload a new file that has a id3 tag.
|
will investigate
Quote:
Originally Posted by vbboarder
4. When editing an entry with both an uploaded file and an image file, if that image is deleted then the uploaded file is also deleted. Andrew in addition to fixing this bug, can you provide an option to disable deleting the thumbnail image file?
|
will investigate
Quote:
Originally Posted by vbboarder
The plugin, Add LDM Quick Search to VB navbar, does not work because the code/ syntax for the security token is incorrect.
|
Thanks - this was fixed in the 2.2.9-post2 release