Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Links and Downloads Manager Details »»
Links and Downloads Manager
Version: 2.2.8, by AndrewD AndrewD is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

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.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
VIP Hawaii

Comments
  #2132  
Old 08-01-2007, 10:47 AM
dilbert dilbert is offline
 
Join Date: Nov 2004
Location: Boston
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Categories hold entries. Entries are downloads, links to web sites, etc. There can be as many main categories as you wish (within reasonable limits, 32000 in total), and each category can have as many subcategories as required, and so on. (I realise this isn't the way that vb uses the word category.) Every category can have as many entries and subcategories as you want, and every entry can be placed simultaneously in one or many categories.

Version number - You mean the version number (2.2.7) that appears at the right hand side of the LDM navbar? This can be removed with a simple template edit. Edit the links_header template, find the string:
Code:
$LDM_environment[lfd_version]
(it appears twice) and replace it by
Code:
 
Thanks for the category explanation. I have it set up as described, I was just looking for a better way to distinguish the two types of downloads I plan to offer.

As for the version number question, I just wanted to make sure it was OK to remove it.

Thanks again!
Reply With Quote
  #2133  
Old 08-01-2007, 06:09 PM
apokphp apokphp is offline
 
Join Date: Nov 2002
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
I'm confused - I thought you said that the What's Hot and What's New on the Show menu were not working?

If you mean by 'main page' the box down the bottom right of the screen, the code for this is in includes/local_links_include.php, routine get_ldm_hitparade. You would have to modify the sql to filter on numrate and sort on totrate/numrate.

The code for What's New and What's Hot is in local_links_search.php.
The drop down (Show) menu works fine.

The links in the bottom right of the screen do not.

What is the template name where I can change the links in the bottom right, to be identical with that in the drop down (Show) menu?

I can't mess with sql routines, I know nothing about them. Can't I just change the code in the template to match the url in the drop down (Show) menu? Don't both places result in the same display?
Reply With Quote
  #2134  
Old 08-02-2007, 04:38 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by apokphp View Post
The drop down (Show) menu works fine.

The links in the bottom right of the screen do not.

What is the template name where I can change the links in the bottom right, to be identical with that in the drop down (Show) menu?

I can't mess with sql routines, I know nothing about them. Can't I just change the code in the template to match the url in the drop down (Show) menu? Don't both places result in the same display?
I took a look at your site, and I think I finally understood your question.

Please check your vb/admincp/languages and phrases. I think that you will find that you have modified the phrase "ll_recent" at some time in the past. It should look like this:

Code:
{2} new entries {3}since {1}
In an old version of LDM, the phrase had four parameters, something like this:

Code:
There have been:<br />&middot; {2} new entries [<span class="smallfont"><a href="{4}.php?catid=-8">what's new</a></span>]<br />&middot; {3} hits [<span class="smallfont"><a href="{4}.php?catid=-7">what's hot</a></span>]<br />during the last {1} days
which on your board has been modified to look something like this

During the last July 2nd, 2007 days:
? 42 new entries [what's new]
? [view] hits [what's hot]

Apologies for being slow on the uptake with this.
Reply With Quote
  #2135  
Old 08-02-2007, 10:28 PM
dilbert dilbert is offline
 
Join Date: Nov 2004
Location: Boston
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I guess I don't get how to install a module.
Are CMPS modules as simple as going to CMPS an uploading the module?
When I do, it doesn't seem to work. I get it in the module list with a name of []. I can't edit any of the settings.
Reply With Quote
  #2136  
Old 08-03-2007, 03:47 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dilbert View Post
I guess I don't get how to install a module.
Are CMPS modules as simple as going to CMPS an uploading the module?
When I do, it doesn't seem to work. I get it in the module list with a name of []. I can't edit any of the settings.
I've seen that problem myself once or twice and I've never worked out why. It seems to go away if you delete the empty module and try again.

Which versions of vba (2 or 3) and LDM (2.2.7 or 2.2.8)? The 2.2.7 vba modules work with vba version 2, and the 2.2.8 modules with both. It should be as simple as importing the .module files through the vba interface.
Reply With Quote
  #2137  
Old 08-03-2007, 10:31 AM
dilbert dilbert is offline
 
Join Date: Nov 2004
Location: Boston
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vba 3 / ldm 2.2.8

I get this error when I upload the module:
Warning: unlink(./modules/ldm_new.module): No such file or directory in \admincp\vba_cmps_admin.php on line 3269
Reply With Quote
  #2138  
Old 08-03-2007, 10:44 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dilbert View Post
vba 3 / ldm 2.2.8

I get this error when I upload the module:
Warning: unlink(./modules/ldm_new.module): No such file or directory in \admincp\vba_cmps_admin.php on line 3269
Does this message repeat when you uninstall/reinstall the module?
Reply With Quote
  #2139  
Old 08-03-2007, 08:45 PM
dilbert dilbert is offline
 
Join Date: Nov 2004
Location: Boston
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Does this message repeat when you uninstall/reinstall the module?
Yes. I've tried different modules too, same message.
Reply With Quote
  #2140  
Old 08-04-2007, 05:44 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dilbert View Post
Yes. I've tried different modules too, same message.
Looking at the vbadvanced code, this message can be generated if va is unable to write in your modules directory Have you checked that it has full write erissions? (ie mode 777 on unix)
Reply With Quote
  #2141  
Old 08-04-2007, 08:29 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Release Candidate version 2.2.8, uploaded 4/8/07.

*Superceded by RC2 *

I have continued to add a few more features planned to become part of the final release and fixed a couple of obscure bugs.

All the usual warnings apply - until this becomes the official release, take care - back everything up and don't use it on a live board, particularly if you want to provide gigabytes of downloads every day. However, I've been using it/developing it for some time and nothing has gone too badly wrong.

Once again, I welcome remarks/test reports/etc.

Important - for test users moving straight from the 2.2.8 alpha

There was a bug in the alpha release which sometimes messed up the userids in a couple of LDM tables. The plugin in the /bugfixes/2.2.8-alpha directory in the release zip will fix this. Install the plugin and visit one of your LDM admin pages to autorun the fix.

Changes from 2.2.8 beta 1 to 2.2.8 RC1

+ Admin
admin/categories/mass edit categories and admin/categories/mass edit links include option to mass edit the display orders
admin/import/export includes facility to download Google-type sitemap of your LDM database; imports/exports can be gzipped

+ Allowances
All files hit on local server count against allowances, even when "links" rather than "Downloads"

+ Add/Edit Entry
Data entry form modified to clarify options to replace existing entry with url or upload

+ Extras
external-links-framed opens external urls in an iframe
import-radiostations imports xml data files prepared using Dream's excellent radiostations hack (vb.org thread 152037)

+ Main page layout
Category information tidied up
Show Latest Ratings menu item added, displays most recently rated entries

+ Ratings
When *must_comment_and_rate* is set, submit button is disabled until user selects a rating
Users who can edit other's comments can also change their ratings

+ vba modules
thumbs module uses cached thumbnail when possible

+ Bug fixes
Partial content transfers work correctly with IIS webserver

Changes from 2.2.8 alpha to 2.2.8 beta 1

+ Add Entry
*allow_add_multi* setting allows users to create several entries during a single Add Entry
+ Admin
local_links_init.php (ADMIN_USER_GROUP) extended to allow multiple usergroups to have access to LDM admin
+ Entries
Size displayed for entries with filetype other than htm/html even if not in attachment table
+ Mirrors
Active/inactive switches added
+ Ratings
User avatars displayed within ratings bits
+ Extras
*secureurl* extra added to lock play/download urls to entries/times/userid/ip address
Jukebox-enhancements extra brought up to date
+ Bug Fixes
Changed autocreate thread to be inactive by default
Fixed broken admin layout when improper settings found in database
Validate entries resets invalid filesizes
Fixed invalid userid setting on edit entry
Fixed invalid userid test on edit category
+ Translations
Arabic language removed - obsolete and very incomplete

Changes from 2.2.7 introduced in 2.2.8 alpha

+ Categories
Add/Edit Category allows same username changes as Add/Edit Entry
autocreate linked forum includes choice whether to display linked forum on forumjump menus

+ Entries
Autocreate thread/post code extended and integrated into main product
(NB: users of existing autocreate 'extra', refer to 'extra' directory for info)

+ Comments and Ratings
Options to display summary inline within the linkbit or as drop-down,
*must_rate_download*, *must_rate_play* permissions added to force comment/rating
before allowing download/play
Moderators can create/edit comments by other users and change the submitting user for comments

+ Images
Options added to Edit Entry to delete/replace existing uploaded image

+ Keywords
*must_add_keyword* permission requires at least one keyword on add/edit entry

+ Mirror sites
Mirror sites supported by new admin page. When a download satisfies a mirror test, user is presented with list of available mirrors and is asked to choose one.

+ Searching
*can_search_link* permission allows/denies access to searches

+ Admin
Tidy hits table (archive/delete) accepts optional list of usernames
New settings variable *perpage_download* controls default hits per page on admin/hits

+ Extras
systematic revision of extras to use LDM admin settings page to control behaviour
*auto_threadcreate* removed and fully integrated into LDM
*block-context-menu* extra now works in player windows
*blockhit-bytime* extra added to allow usergroup d/l blocks by time of day
*filmstrip* extra provides strip overview of category contents when viewing single entry
*tagcloud* extra, as per vbadvanced module but displayed within category

+ vBulletin integration
apply_censor option defines whether to apply vBulletin censorship features
vb's forum password protection implemented within LDM
- when viewing categories associated with a password-protected forum
- when attempting to view/play entries associated with a password-protected forum

+ vbAdvanced integration
Keyword tagcloud module added
Code fixed to work correctly with vbAdvanced versions 2.x and 3.x in function-wrap and global modes

+ Bug fixes
Fixed bug for players requiring fullurl when playing offsite media files
Fixed allowance reporting bug (links counted as files on main displays)
Allowances apply to downloadable files even when force_redirect set to 1
Fixed Wimpy Button to work via vbAdvanced when not in forum directory
Searches work in utf-8 languages (but still don't highlight correctly)
DOI searches on advanced search work correctly
Fixed bug whereby image-type entries never gained thumbnail if link_imagesize=0 at time of creation
Fixed spurious 'Nothing to show' message when *featured_sites* enabled but none visible in current category
Fixed bug with *sync_username* parameter, leading to wrong associated userid.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:52 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05900 seconds
  • Memory Usage 2,341KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete