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
  #2992  
Old 04-07-2008, 07:18 AM
jamesf4218 jamesf4218 is offline
 
Join Date: Dec 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello. I have installed your product which works fine.

One small thing is that my YouTube links do not transform into embedded media like they do on the rest of the site.

I installed this to make links automatically turn into embedded videos but for some reason they don't when used with your system.

Any idea why?

Thanks
Reply With Quote
  #2993  
Old 04-07-2008, 04:33 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jamesf4218 View Post
Hello. I have installed your product which works fine.

One small thing is that my YouTube links do not transform into embedded media like they do on the rest of the site.

I installed this to make links automatically turn into embedded videos but for some reason they don't when used with your system.

Any idea why?

Thanks
I haven't tried that addon, but I imagine that it isn't set up to work together with LDM. I'll take a look and see if I can work out why.

There is a similar flash_sites 'extra' for LDM in the release
Reply With Quote
  #2994  
Old 04-07-2008, 06:23 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jamesf4218 View Post
Hello. I have installed your product which works fine.

One small thing is that my YouTube links do not transform into embedded media like they do on the rest of the site.

I installed this to make links automatically turn into embedded videos but for some reason they don't when used with your system.

Any idea why?

Thanks
I've checked - AME works in part with LDM. As far as I can see, the hack has two parts to it: a) during the creation of a post, it looks for url bbcodes that match one of its video sites and it replaces these with ame bbcodes; b) during display of the posts (or anything else where bbcodes are allowed), it processes these ame bbcodes to create the embedded the video player.

The second part works fine inside LDM - i.e. if you put a sequence such as
Code:
[ame]http://www.youtube.com/watch?v=yLmvsqL1f-E[/ame]
in the description in LDM, it will convert just fine into a video.

However, if you put the same thing in url tags, it won't carry out the first stage of the processing because AME does not include the necessary hooks.
Reply With Quote
  #2995  
Old 04-08-2008, 02:20 AM
djdixie djdixie is offline
 
Join Date: Feb 2008
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i can some1 please set up this modd for me, i cant pay but i can give you free hosting with free shoutcast
Reply With Quote
  #2996  
Old 04-10-2008, 03:34 PM
Ophelia Ophelia is offline
 
Join Date: Feb 2006
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Andrew,

I'm having some issues with the Joomla code.

I took what you gave above and placed into a file called ldmgrabber.php

I uploaded it into my Forum directory.

I then created a test.php file with this code:

Code:
<?php
?>
<HTML>
<HEAD>
</HEAD>
<BODY>

<TD>
<TABLE>
<TR>
<TD>
<p align="center"><?php include ('forum/ldmgrabber.php'); ?><br><font size="1"><b>newest uploaded layout</b></font>
</TD>
</body>
</HTML>
I get this error

Code:
Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home//public_html/forum/ldmgrabber.php on line 3

Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home//public_html/forum/ldmgrabber.php on line 3
What am I doing wrong
Reply With Quote
  #2997  
Old 04-10-2008, 07:53 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ophelia View Post
Hi Andrew,

I'm having some issues with the Joomla code.

I took what you gave above and placed into a file called ldmgrabber.php

I uploaded it into my Forum directory.

I then created a test.php file with this code:

Code:
<?php
?>
<HTML>
<HEAD>
</HEAD>
<BODY>

<TD>
<TABLE>
<TR>
<TD>
<p align="center"><?php include ('forum/ldmgrabber.php'); ?><br><font size="1"><b>newest uploaded layout</b></font>
</TD>
</body>
</HTML>
I get this error

Code:
Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home//public_html/forum/ldmgrabber.php on line 3

Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home//public_html/forum/ldmgrabber.php on line 3
What am I doing wrong
The error is saying that the code is being executed from another directory than forum. You probably need a line of code to change into the forums directory, but without a Joomla installation, I'm not in a position to help.
Reply With Quote
  #2998  
Old 04-10-2008, 08:06 PM
Ophelia Ophelia is offline
 
Join Date: Feb 2006
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I couldn't get this working in Joomla so I tried to do it like we do with Photopost, and it's just on a .php page outside of everything.

Here is the page that is calling ldmgrabber.php

So right now, Joomla isn't even a variable.

To make it clear where everything is:

ldmgrabber.php is in /forum
the index.php is in the root directory.

I can move either anywhere it needs to go.
Reply With Quote
  #2999  
Old 04-11-2008, 03:25 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ophelia View Post
I couldn't get this working in Joomla so I tried to do it like we do with Photopost, and it's just on a .php page outside of everything.

Here is the page that is calling ldmgrabber.php

So right now, Joomla isn't even a variable.

To make it clear where everything is:

ldmgrabber.php is in /forum
the index.php is in the root directory.

I can move either anywhere it needs to go.
To be honest, there's too many variables here that are outside my control. I also realise that I've given you 2.2.9 code and you're running version 2.2.8. If you provide me with admin + ftp access to your site, I'll try to get this working and then we can see if it's what you actually wanted. But I am away this weekend and possibly out of contact next week.
Reply With Quote
  #3000  
Old 04-19-2008, 09:48 PM
idared idared is offline
 
Join Date: Apr 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
i just installed and set up this great plugin, it fits my needs perfectly. Thank you for the hard work you put into this!

I have two questions, tried searching the thread but couldn't find the right answers:

1. I would like to show the thumbnails of the latest x entries (which in my setup would be either uploaded image files or video links) on the local_links homepage (and possibly the category pages). Can you give me the template snippet to add to the templates?

2. I set up my forumhome so that the local links main page and categories are subforums (act as forum set to no, with links to the relevant local links page). On the categories that don't have subcategories the latest entry is shown in "latest post" column on forumhome, but not on the categories that have subcategories (it shows no latest post because an upload into a subcat. doesn't trigger it). Is there a solution to this? (I saw that this has been mentioned here before but couldn't find an actual solution.)

Thank you for your help!

Edited to clarify the first question.
Reply With Quote
  #3001  
Old 04-20-2008, 05:12 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by idared View Post
Hello,
i just installed and set up this great plugin, it fits my needs perfectly. Thank you for the hard work you put into this!

I have two questions, tried searching the thread but couldn't find the right answers:

1. I would like to show the thumbnails of the latest x entries (which in my setup would be either uploaded image files or video links) on the local_links homepage (and possibly the category pages). Can you give me the template snippet to add to the templates?

2. I set up my forumhome so that the local links main page and categories are subforums (act as forum set to no, with links to the relevant local links page). On the categories that don't have subcategories the latest entry is shown in "latest post" column on forumhome, but not on the categories that have subcategories (it shows no latest post because an upload into a subcat. doesn't trigger it). Is there a solution to this? (I saw that this has been mentioned here before but couldn't find an actual solution.)

Thank you for your help!

Edited to clarify the first question.

Thanks

1) There is an addon in the LDM extras directory (filmstrip), which places a set of thumbnails on the page. In version 2.2.8, it only works within a category, highlighting entries in the current category. In version 2.2.9, I have extended this plugin to do what you are wanting for the base category as well. You control what it does using new settings added to to the LDM admin/settings page.

2) Just to be clear what you mean - do you want the forumhome display to flag the latest entry in any of the category's sub-categories? I think this can be achieved - I will have to take a look at the code.
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.05727 seconds
  • Memory Usage 2,326KB
  • 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
  • (5)bbcode_code
  • (5)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
  • (3)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