The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Links and Downloads Manager Details »» | |||||||||||||||||||||||||
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. Documentation, screen shots, etc, are provided as a Wiki at http://www.eirma.org/wikis/index.php...nloads_Manager Thank you to everyone who has tested, given suggestions, helped with the translations, etc. Show Your Support
|
Благодарность от: | ||
VIP Hawaii |
Comments |
#2182
|
|||
|
|||
Quote:
You're in luck - that part of the code has not changed very much in two years Take a copy of the file include/local_links_include.php. Edit, and go to line 1078, which reads: Code:
function record_hit($id, $url, $status, $size=0) { global $vbulletin, $links_permissions, $links_defaults; if ($links_permissions["can_bypass_hit_recording"]) { Code:
function record_hit($id, $url, $status, $size=0) { global $vbulletin, $links_permissions, $links_defaults; $when = TIMENOW-24*60*60*XXX; $vbulletin->db->query_write(" DELETE FROM ".THIS_TABLE."linksdownloads WHERE usertime<'".$when."' "); if ($links_permissions["can_bypass_hit_recording"]) { |
#2183
|
||||
|
||||
AndrewD, thank you for the 2.2.8 version is working great, tagcluod, mirror site. Excellent work and the upgrade was simple as before..
One small question, I'm not sure if I'm missing this, but how do I search downloads by username? I know I can go the "hits" and then search page by page until I found the username, but iss there any other way? your mod has so many options that I get lost. |
#2184
|
|||
|
|||
Quote:
You go to ldm/admin/hits. Then you use the pull down menus to select the dates of interest and 'username'. That produces aggregated information sorted by username. You then click on one of the usernames and you get a full tabulation of that user's activity. I just discovered that the 2.2.8 code includes a debug statement in the javascript which I forgot to remove. As a result, when you use these pull down menus you'll get a couple of annoying alert boxes pop up. You can dismiss those - they don't matter. Will eb tidied up in the final release. |
#2185
|
|||
|
|||
It would be nice to do this, but I'm not sure that I know how to so it reliably.
|
#2186
|
|||
|
|||
Hmm... hello, finally installed the filmstrip, it works really good... but i was wondering if it's possible to move it below the linkbit and if there is a template i can edit to add some css style to it?
Thanks Andrew! Those who take a little time to install and learn more about LDM can't deny is the best addon for vbulletin! |
#2187
|
|||
|
|||
Quote:
Andrew, I think I may have fixed it, just by copy/pasting...can you check to see if it looks how it should look? If so, disregard the indented text below. I do have a 2nd challenge at the bottom of the post though. Thanks for your time and devotion to this hack, I absolutely love it, it is truly one of the best mods for vbulletin! _______________________________________________ Also, a bug or another problem that I've found... The system considers this url: http://classics.mit.edu/Browse/index.html to be an offsite download. This is the result of clicking that link from the system, when off site downloads are turned off: http://www.onlinedebate.net/forums/l...&id=80&catid=1 Internal Server Error (500) This is the result of clicking that link from the system, when off site downloads are turned on: http://www.onlinedebate.net/forums/l...&id=80&catid=1 Sorry, off-site downloads have been disabled. Not sure why the internal server error is occurring. |
#2188
|
|||
|
|||
Quote:
Quote:
|
#2189
|
|||
|
|||
Quote:
Currently, any changes have to be made by editing the plugin itself, which may seem a bit hairy. The placement is quite easy. Go to vb/admin/products and plugins/plugin manager. and look for the Links and Downloads Manager - Filmstrip plugin that is attached to the ldm_maindisplay_end hook. Edit this plugin. Find the line that reads: Code:
$includeinmain['postfeat'] .= ' Going from the top of the page down, these are your options: 'precat' 'postcat' 'prefeat' 'postfeat' 'prelink' 'postlink' 'prestats' 'poststats' I imagine you want 'postlink'. The lines which build the table for the filmstrip are immediately below this line in the code - the html is embedded into the plugin. You can edit the css there. Be careful - this is similar but not identical to a template, and you need to keep the syntax valid. |
#2190
|
|||
|
|||
Quote:
|
#2191
|
|||
|
|||
Quote:
Well, it's awesome, it was indeed the 'postlink' part, I don't know how this works, but is it possible to add a selectable menu in the filmstrip setting to select where we want to show it? Oh, and this kind of information is added to your wiki? It is quite useful. Maybe for 2.2.9 or 2.3 Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|