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.
Hi,
I have 3 questions:
1.for some reason I can't see the similes, in Rate/Comment.
This should depend on the LDM setting *allow_smilies*. If you've got that enabled, the smilies should display in the rate entry and the add/edit entry dialogues.
Quote:
Originally Posted by efil
2. Can I change the < - > in "filmstrip" to an arrow gif or something like that?
You need to patch the links_filmstrip_bit template. I'll also make this change with the next upload (which will be a bugfix release for 2.2.8).
Quote:
Originally Posted by efil
3.How can i limit the "My Recent LDM Entries" in vb profile just to the last five?
Edit the LDM plugin which is tied to the member_customfields hook, and find/edit the line $entries_to_show = 50; You're right - this should be configurable.
However, you can achieve the same (similar) result by creating an entry which are actually pointers to your categories (i.e. make the url /local_links.php?catid=NN), and put this entry in multiple categories. If you give it a display order of 0, you can also ensure it appears at the top of the list with a separator.
I tried to add an entry, in URL field I type: /local_links.php?catid=4, then select 3 categories. It say error because the link is not valid, I click accept it and I see the letter B with "See also..." but the B link is invalid.
Was that what you try to tell me, or I did it wrong?
I got about 3000 emails like this one. At first I used PHPmyadmin and see the field local_linksdownload is marked as "in use". Then I click the field and select repair. It worked fine. But after an hour later, I got another few hundred emails again, this time the table was fine
It seems like something seriously wrong with my database, you have any idea?
Quote:
Database error in vBulletin 3.6.8:
Invalid SQL:
DELETE FROM local_linksdownloads
WHERE usertime<'1192806439';
I got about 3000 emails like this one. At first I used PHPmyadmin and see the field local_linksdownload is marked as "in use". Then I click the field and select repair. It worked fine. But after an hour later, I got another few hundred emails again, this time the table was fine
It seems like something seriously wrong with my database, you have any idea?
You should go to vb/admin/maintenance/repair and optimise tables, and run a couple of repairs, then an optimise. that should tidy things up. If that doesn't solve the problem, use a tool like phpmyadmin, delete the local_linksdownload table and then reinstall LDM to recreate a clean table.
I tried to add an entry, in URL field I type: /local_links.php?catid=4, then select 3 categories. It say error because the link is not valid, I click accept it and I see the letter B with "See also..." but the B link is invalid.
Was that what you try to tell me, or I did it wrong?
What is the full url to your forum? You should use that, less the sitename.
For example, if your forums are in http: // yoursite / forum, then you should set up the entry as /forum/local_links.php?catid=M
Want to thank you first of all, have been running this for quite sometime and have enjoyed your work.
Secondly, I noticed today when upgrading to 2.2.8 besides the obvious reported bug that if I goto the directory where the downloads reside, I can access it and the index of the downloads publicly, is there anyway I can shut this down, in the event that someone finds out its location, i.e should I chmod it? If so, to what or what might I do that only registered users can gain access, thru the proper channels?
Andrew, thanks so much for all the help so far, but I have another issue. I keep getting error email about max_user_connections:
Quote:
Database error in vBulletin :
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: User vncom_chuot has already more than 'max_user_connections' active connections
/home/vncom/public_html/forums/includes/class_core.php on line 274
So I login my server root and change the my.cnf user_max_connection from 50 to 200. Still, the email error keep coming. You have any idea of what's wrong? I did optimize and everything as you instructed.