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
  #582  
Old 11-04-2006, 12:38 AM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bear = to endure, to stand up to... not the fluffy stuffed animal or the honey eater XD
Reply With Quote
  #583  
Old 11-04-2006, 01:31 AM
|oR|Greg |oR|Greg is offline
 
Join Date: May 2003
Location: AMACNY.COM
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, but I called him honey bear... and he said bear with me... so... ya know..
Reply With Quote
  #584  
Old 11-04-2006, 06:06 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by |oR|Greg
Yes, but I called him honey bear... and he said bear with me... so... ya know..
The irony is overwhelming me...
Reply With Quote
  #585  
Old 11-04-2006, 08:09 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by |oR|Greg
How do I add a section to say that if extension = X, then $player = "flvplayer" ?
if (strtolower($type)=="flv") {
$player = "flvplayer";
}
Reply With Quote
  #586  
Old 11-06-2006, 03:57 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD
Thanks... I'll include these in the official 2.2.6 in a few days.

I wasn't aware that updating would lose templates. I thought I'd corrected that, but will check again. Sorry...

I can't recall your question about image resizing - can you remind me?
You know, actually this time i needed to revert templates, there seem to be many corrections and new addons in them.

Now, i made a two icon links_favbit... huh? yeah, two stages, if it's in the favorite, then it shows an icon with a minus, letting the user know he/she can delete it from favorites.

Now, if i click, it returns me to the category... is it possible to make it ajax and avoid that redirection? :tired:

Have never played with ajax, i'd need some help

Here is the template, i removed the highlight, but it can be added with no problem.

Oh and i used my templates misc folder, i had no idea how to call the LDM folder

Code:
<if condition="$linkfav and $viewcatid!=-2">
<a href="$ACTION_SCRIPT.php?action=dofavlink&amp;id=$linkid&amp;set=<if condition="$linkfav">-1<else />1</if>&amp;catid=$linkcatid&amp;page=$pagenumber" title="<if condition="$linkfav">$vbphrase[ll_myfav_del]<else />$vbphrase[ll_myfav_add]</if>">
	<img class="inlineimg" src="$stylevar[imgdir_misc]/ll_favdel.gif" title="<if condition="$linkfav">$vbphrase[ll_myfav_del]<else />$vbphrase[ll_myfav_add]</if>" alt="<if condition="$linkfav">$vbphrase[ll_myfav_del]<else />$vbphrase[ll_myfav_add]</if>
	" border="0" /></a> 

    <else />
<a href="$ACTION_SCRIPT.php?action=dofavlink&amp;id=$linkid&amp;set=<if condition="$linkfav">-1<else />1</if>&amp;catid=$linkcatid&amp;page=$pagenumber" title="<if condition="$linkfav">$vbphrase[ll_myfav_del]<else />$vbphrase[ll_myfav_add]</if>">
	<img class="inlineimg" src="$stylevar[imgdir_misc]/ll_favadd.gif" title="<if condition="$linkfav">$vbphrase[ll_myfav_del]<else />$vbphrase[ll_myfav_add]</if>" alt="<if condition="$linkfav">$vbphrase[ll_myfav_del]<else />$vbphrase[ll_myfav_add]</if>
	" border="0" /></a> 
</if>
Reply With Quote
  #587  
Old 11-06-2006, 04:37 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, i start playing with the resize mod in 2.2.6

But somehow i can't make it work as i want... i think there must be a way to do this.

First, i base my category browsing in the links_linkbit_short. Then, by clicking the image i see the details of this in the links_linkbit template.

OK, so i replaced the simple $linkimg in "short" with something like this:

Code:
<if condition="$linkimg"><a href="WHAT IN HERE?"><img class="inlineimg" src="http://mysite.com/dll_resize.php?linkid=$linkid&size=200" alt="$linkname" border="0" /></a></if>
So, i get the resizing, but how can i call the url that takes me to the details in "linkbit".

Somehow i know the right URL is in $linkurllink. but this one creates the whole text link, is there a variable that calls the url inside that link? :hurt:

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

Quote:
Originally Posted by obmob
Well, i start playing with the resize mod in 2.2.6

But somehow i can't make it work as i want... i think there must be a way to do this.

First, i base my category browsing in the links_linkbit_short. Then, by clicking the image i see the details of this in the links_linkbit template.

OK, so i replaced the simple $linkimg in "short" with something like this:

Code:
<if condition="$linkimg"><a href="WHAT IN HERE?"><img class="inlineimg" src="http://mysite.com/dll_resize.php?linkid=$linkid&size=200" alt="$linkname" border="0" /></a></if>
So, i get the resizing, but how can i call the url that takes me to the details in "linkbit".

Somehow i know the right URL is in $linkurllink. but this one creates the whole text link, is there a variable that calls the url inside that link? :hurt:

Thanks
local_links.php?catid=$linkcatid&linkid=$linkid

should do it
Reply With Quote
  #589  
Old 11-06-2006, 06:56 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by obmob
You know, actually this time i needed to revert templates, there seem to be many corrections and new addons in them.

Now, i made a two icon links_favbit... huh? yeah, two stages, if it's in the favorite, then it shows an icon with a minus, letting the user know he/she can delete it from favorites.

Now, if i click, it returns me to the category... is it possible to make it ajax and avoid that redirection? :tired:

Have never played with ajax, i'd need some help

Here is the template, i removed the highlight, but it can be added with no problem.

Oh and i used my templates misc folder, i had no idea how to call the LDM folder

Code:
<if condition="$linkfav and $viewcatid!=-2">
<a href="$ACTION_SCRIPT.php?action=dofavlink&amp;id=$linkid&amp;set=<if condition="$linkfav">-1<else />1</if>&amp;catid=$linkcatid&amp;page=$pagenumber" title="<if condition="$linkfav">$vbphrase[ll_myfav_del]<else />$vbphrase[ll_myfav_add]</if>">
	<img class="inlineimg" src="$stylevar[imgdir_misc]/ll_favdel.gif" title="<if condition="$linkfav">$vbphrase[ll_myfav_del]<else />$vbphrase[ll_myfav_add]</if>" alt="<if condition="$linkfav">$vbphrase[ll_myfav_del]<else />$vbphrase[ll_myfav_add]</if>
	" border="0" /></a> 

    <else />
<a href="$ACTION_SCRIPT.php?action=dofavlink&amp;id=$linkid&amp;set=<if condition="$linkfav">-1<else />1</if>&amp;catid=$linkcatid&amp;page=$pagenumber" title="<if condition="$linkfav">$vbphrase[ll_myfav_del]<else />$vbphrase[ll_myfav_add]</if>">
	<img class="inlineimg" src="$stylevar[imgdir_misc]/ll_favadd.gif" title="<if condition="$linkfav">$vbphrase[ll_myfav_del]<else />$vbphrase[ll_myfav_add]</if>" alt="<if condition="$linkfav">$vbphrase[ll_myfav_del]<else />$vbphrase[ll_myfav_add]</if>
	" border="0" /></a> 
</if>
Making things work with ajax is not straightforward - it needs a whole accompanying javascript in the background. I'd suggest some practice before playing with this - e.g. take a look at clientscript/ldm_ajax_keysugg.js and see if you can figure out how it works
Reply With Quote
  #590  
Old 11-07-2006, 07:50 AM
germinus germinus is offline
 
Join Date: Apr 2006
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well i have spent hours trying to find the link to get the jukebox on screen so that it can be used and now this program has crashed my database and my web hosts advise me that they can not repair the db error, so I have lost my complete site.
Reply With Quote
  #591  
Old 11-07-2006, 08:16 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by germinus
well i have spent hours trying to find the link to get the jukebox on screen so that it can be used and now this program has crashed my database and my web hosts advise me that they can not repair the db error, so I have lost my complete site.
Could you please explain what you mean by saying that this program has crashed your database. And why do your web hosts not take regular backups?

I'm very happy to help you get LDM installed and working - just send me a PM and we can take it from there.
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 02:15 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.06952 seconds
  • Memory Usage 2,333KB
  • 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
  • (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
  • (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