Version: 2.2.8, by AndrewD
Developer Last Online: Apr 2010
Category: Major Additions -
Version: 3.6.x
Rating:
Released: 06-18-2006
Last Update: 02-03-2008
Installs: 661
DB Changes Uses Plugins
Additional Files Translations
No support by the author.
Version 2.3.0 of LDM is now the official release. This works with both VB3.7 and VB3.8. You can obtain it here
Version 2.2.8 remains available here, with limited support.
04.02.08: patch-cat.xml 'extra' uploaded - see first post for information
27.10.07: Version 2.2.8-post1 uploaded
French translation of product installer uploaded (other language translations are in the main release zip)
Remember to back up your current database tables before upgrading.
What this is and does
LDM is a general-purpose link and file manager, which handles user uploads and downloads in a flexible way. A range of media players is integrated into LDM and others are included as plugin extras. LDM is described below in the first post of this thread, which also contains a brief list of the currently-known bugs.
This release of LDM works correctly with all VB versions 3.6.x and recent versions of vbadvanced.
And how can I change it, if I want 2 usergroups give access to administer LDM?
In 2.2.7/2.2.8 alpha, you have to create an additional usergroup, use that group's usergroupid as the test, and put everyone in your two groups of interest also into the new group.
I'll change the code in 2.2.8 final to make this more straightforward.
Hmm... i've done that... it's strange, all my styles send me a blank page trying to show a vbulleting message, but nothing else is displayed.
Doesn't matter if the style has or nor the new templates.
Edit: added the error page i got. it's still ldm 2.2.7
With 2.2.7 and vba 3.0, you have to turn off the vbadvanced option "Process PHP file modules within a function" (vb/admincp/vba/default settings/main options)
I have an area where uploads are moderated. Now I checked the new uploads and marked one for deletion. I used the drop down field to select DELETE and got this:
Fatal error: Call to undefined function: delete_ldm_entry() in /path/local_links_actions.php on line 584
btw. Andrew, you should request a Premium Modification Board here. This thread is much to long to read it or to find anything.
Yes, sorry about that. This was a bug in the original 2.2.7 code. It's fixed (I hope) in the 2.2.7-post 2 release. Alternatively, you can edit local_links_actions.php, go to line 584 and replace delete_ldm_entry() by delete_link().
I did ask for a premium board some time ago. The vb.org people did not want to give me one for some reason. I understand the difficulties in finding things in the long thread.
With 2.2.7 and vba 3.0, you have to turn off the vbadvanced option "Process PHP file modules within a function" (vb/admincp/vba/default settings/main options)
This is fixed in 2.2.8
O.o wow, never thought that would be the problem... thanks for answering.
Clancy, it's currently only available in the main linkbit. I'll extend the 2.2.8 code so that it can be displayed in the comments also.
Thanks Andrew, that would be great!
It would also be nice to be able to show the members name in the standalone jukebox. An avatar there would also be great but just the members name would even do. I don't think at this stage that can be done can it?
hi Andrew,
i think i have found a bug in ldm 2.2.8-alpha
when some user adds an entry, it doesn't set linkuserID. and when i registered a new user via admincp, all entries made after the update to 2.2.8 where set to be added by this user....
can someone confirm this?
hi Andrew,
i think i have found a bug in ldm 2.2.8-alpha
when some user adds an entry, it doesn't set linkuserID. and when i registered a new user via admincp, all entries made after the update to 2.2.8 where set to be added by this user....
can someone confirm this?
I think I discovered this too. I think the problem is actually when you edit an entry - the userid gets set to 0.
I'll put some checks into the installation code with the next release to fix any problems in the database.
I'm working towards installing your hack on my vBulletin installation - and was wondering if it is possible to keep all the LDM files in their own file - or if they have to be kept in the corresponding 'clientscripts', 'includes', and 'xml' folders, etc.
I ask as I assume that each time I have to upgrade vBulletin, I have to wipe out all files and upload the new ones - and in the absence of an 'LDM' folder that I can choose not to delete, I'm trying to figure out what new VB upgrades will be like...