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
  #1152  
Old 01-31-2007, 09:02 AM
Deathspank Deathspank is offline
 
Join Date: Jul 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Andrew, I feel so stupid for not noticing those tabs earlier. Thanks a ton for the help!
Reply With Quote
  #1153  
Old 01-31-2007, 12:55 PM
Glynn58 Glynn58 is offline
 
Join Date: Jul 2006
Location: Barnsley UK
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Andrew,

Installed LDM 2.2.7 last night and I'm impressed Great Mod.

Just having a couple of minor issues.
The links pages are look different in IE & Firefox. I have attached a couple of screen shots for you to see.

I would like them to display the way they do in IE. I know it's possible because I have seen other sites using the same look when viewed in Firefox.

Also I would like to add the link separator between each link but I can't figure out how to do it.
Any help would be appreciated.
Thanks
Reply With Quote
  #1154  
Old 01-31-2007, 07:04 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Glynn58 View Post
Hi Andrew,

Installed LDM 2.2.7 last night and I'm impressed Great Mod.

Just having a couple of minor issues.
The links pages are look different in IE & Firefox. I have attached a couple of screen shots for you to see.

I would like them to display the way they do in IE. I know it's possible because I have seen other sites using the same look when viewed in Firefox.

Also I would like to add the link separator between each link but I can't figure out how to do it.
Any help would be appreciated.
Thanks
Are you sure you haven't changed the template_linkbit setting between viewing on IE and Firefox? There's no difference in the LDM code between browsers (except for deep down stuff to do with media players). One of your images is displaying the default ("Modern") linkbit, and the other is using one of the alternatives - see either ldm/admin/settings for the global setting or category/edit category/control settings for a per-category setting.

Concerning a separator bar between each item, the way to force this is by giving each entry a different "display_order" on the add/edit entry form. When you do this, you also over-ride *all* the sorting options - groups with the same display order are grouped together according to whatever sort order you want, and each display order group is displayed in sequence.

If you wanted to include a bar without messing up the possibility for your users to sort items, the way to do it is to edit the relevant links_linkbit_** template (e.g. links_linkbit for the modern display). Each link bit is in fact a table row with two cells, so if you add the following at the end of the template, you'll get the effect you want:

HTML Code:
<tr>
<td colspan="2" class="tcat">&nbsp;
</td>
</tr>
If you do this, beware when you install upgraded versions of LDM, in case the template needs reverting because I've made some changes.
Reply With Quote
  #1155  
Old 01-31-2007, 09:05 PM
Glynn58 Glynn58 is offline
 
Join Date: Jul 2006
Location: Barnsley UK
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Andrew.

I have figured out the firefox thing. Turned out to be a stuborn cookie.
Cleared the cookies out and all is fine. I was concerned because I had firefox and ie open at the same time and refreshed both windows with each change I made.

The addition at the end of the links_linkbit template has done exactly what I wanted.

Many thanks
Reply With Quote
  #1156  
Old 01-31-2007, 10:52 PM
Renada's Avatar
Renada Renada is offline
 
Join Date: Jan 2005
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
If you set the mimetype information (VB/admin/attachments) for text files to "Content-type: text/plain", then a simple left click on an entry which is a text file opens automatically in the browser window. This works correctly, as far as I can tell, with IE, Firefox and Opera.

However, the user can still force a "save as" using right click with the mouse, or by doing a "view source" and then save. You can disable the 'right click' menu by adding a bit of javascript to the page.

For example, if you edit clientscript/ldm_global.js and add these lines to the end:

Code:
document.oncontextmenu = function(){return false}
if(document.layers) {
    window.captureEvents(Event.MOUSEDOWN);
    window.onmousedown = function(e){
        if(e.target==document)return false;
    }
}
else {
    document.onmousedown = function(){return false}
}
then I think you'll disable the right click menu throughout LDM.
Andrew,

Thank you for that code, it works a treat

One more thing - could you please tell me where to set the thumbnail size for pictures? I *thought* I'd done it but it doesn't appear to work.

In my AdminCP I clicked Categories > Edit > Control Settings >

Template Linkbit is set to Photo Album

link_imagesize is set at 0
link_imagemagsize is set at 600

Could you please tell me what I need to change?

Thanks very much and have a wonderful holiday

Regards,
Renada
Reply With Quote
  #1157  
Old 02-01-2007, 12:00 AM
butty butty is offline
 
Join Date: Nov 2001
Location: manchester, uk
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

andrew jus a quickie if possible (oo err) lol

as you can see from the attached file when i place the ldm in vbadvanced with modules to the left and right the ldm block makes the ones either side narrow. can you tell me where to change the width setting if possible

many thanks
Reply With Quote
  #1158  
Old 02-01-2007, 06:44 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Renada View Post
Could you please tell me what I need to change?
It's link_imagesize = size of the thumbnail in the main links display - by default set to 0=no thumbs

The 'gotcha' is that the code currently does not automatically re-generate thumbnails when you change the thumbsize - I suppose it should really. If you've already got some thumbs displayed and cached, it continues to display these. So if you change link_imagesize, then go to admin/statistics and select Reset Thumbs
Reply With Quote
  #1159  
Old 02-01-2007, 06:46 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by butty View Post
andrew jus a quickie if possible (oo err) lol

as you can see from the attached file when i place the ldm in vbadvanced with modules to the left and right the ldm block makes the ones either side narrow. can you tell me where to change the width setting if possible

many thanks
Sorry, I can't give you a quick answer to this - am sitting in a hotel room with just my laptop.

Please can a VBadvanced expert help Butty?
Reply With Quote
  #1160  
Old 02-01-2007, 10:07 AM
Slave's Avatar
Slave Slave is offline
 
Join Date: Nov 2001
Posts: 439
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Sorry, I can't give you a quick answer to this - am sitting in a hotel room with just my laptop.

Please can a VBadvanced expert help Butty?
Unfortuantly I don't use that module .. so I don't think I can help ..

Saying that .. I take it butty that the sizes for the left and right hand columns have been set up correctly in vBa .. therefore it's the LDM module that causing the right hand column to shrink in size?

If so .. Andrew is there a way of giving the LDM module a fixed width?
Reply With Quote
  #1161  
Old 02-02-2007, 08:56 AM
ubblite ubblite is offline
 
Join Date: Jan 2006
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ipuck View Post
Hello

I have tried many times to used the Mod_Rewrite and use the seo_friendly links, but I can't get it to work.

1. I have an .htaccess file and I added the 5 lines noted in the LDM manual.

2. Then I turn to YES the seo_friendly.

but is not working, when I click one of the categories it takes me back to LDM index page.

What am doing wrong?

My forum has vBSEO, do you think that is interfering with the mod?
Did anyone come across a working solution for this yet? I also have vbSEO installed and have followed the steps above. I've edited my .htaccess file in the forum root & entered the code, then switched seo_friendly to yes. After that, page not found messages come up.

Great mod btw, thanks.
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 01:35 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.07440 seconds
  • Memory Usage 2,334KB
  • 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
  • (1)bbcode_code
  • (1)bbcode_html
  • (6)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
  • (6)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