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

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

Category: Major Additions - Version: 4.0.0 Rating:
Released: 12-27-2009 Last Update: 03-14-2010 Installs: 217
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

What this is and does

Version 3.0.2-PL1 uploaded 15th March 2010.

LDM is a general-purpose tool for managing libraries of links and files, and handling uploads and downloads in a flexible way, while tracking and controlling user access. It also has a range of integrated media players and a large library of 'plugin' extras. It has been developed steadily since the release of vb 3.0 some six years ago, based on extensive feedback from users at vb.org.

I think the 3.0.x releases have been tested enough and are no longer considered beta. However, I still want feedback on features that do not work at all or do not work properly.

Translations in Spanish, French, Chinese, German and Dutch are available as phrase files and are more or less complete.

Installation and Usage Explained in the on-line Wiki, with a brief explanation in the file instructions.txt in the release zip.

The installer will either create a new LDM database, or recognise that you already have an earlier version installed and update it.

Unlike earlier versions of LDM, this version automatically adds a link to the product on the main vb navbar.

Please do not blindly install on a live forum without being sure that you have tested it adequately. Use carefully and always backup your database before upgrading. Post reports of problems and suggestions for enhancements in this thread. You can find extensive discussion of this mod in the VB3.7 mods and VB3.8 mods sections.

Staff Note: Sadly, Andrew D, the developer of the Links and Downloads Manager has passed away after a long period of illness.

Download Now

File Type: zip link-3.0.2-translations.zip (251.1 KB, 659 views)
File Type: zip link-3.0.2PL1.zip (1.28 MB, 1543 views)

Screenshots

File Type: jpg Capture.jpg (74.0 KB, 0 views)
File Type: jpg Capture2.jpg (81.7 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
KaiStone, SEW810, SoltanWorld

Comments
  #162  
Old 02-09-2010, 02:21 AM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Sorry, I was probably being a bit obscure.

Take a look at LDM/admin/settings, at the file_icons_dir setting. The default in this version of LDM should be images/ldm-silk-icons/, which is not the same as with the previous version. Also check that this directory contains about 63 icons - if not, upload them from the release file.
OMG... I never thought that O.o

Thanks, I'll redo my templates now u.u
Reply With Quote
  #163  
Old 02-09-2010, 03:36 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
I have no formal plans, but I suspect this is the list of priorities:

a) Get LDM working with its current functionality with VB4. So far, this seems mainly a matter of dealing with all the templates and template calls.

b) Tidy things up so that LDM follows (e.g.) the new css practices and stylevars

c) Integrate with the CMS, including widgets to replicate the previous vbadvanced addons

I'm not sure about vbadvanced support yet. Will have to see what is forthcoming.

d) Only then will I start thinking about new features/suggestions
With Integration with the CMS, do you mean making LDM a CMS content type?
Reply With Quote
  #164  
Old 02-09-2010, 05:27 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think Andrew refers to those modules that work with vbAdvanced.

How can i rebuild this link to work with vB4? I was able to do the resize on my images, but can't figure how to do this particular link OO

Code:
href="./local_links.php?catid=$linkcatid&linkid=$linkid"
I want the image to point into the single view before downloading.
You can see the online test here.
Reply With Quote
  #165  
Old 02-10-2010, 03:35 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by obmob View Post
I think Andrew refers to those modules that work with vbAdvanced.

How can i rebuild this link to work with vB4? I was able to do the resize on my images, but can't figure how to do this particular link OO

Code:
href="./local_links.php?catid=$linkcatid&linkid=$linkid"
I want the image to point into the single view before downloading.
You can see the online test here.
Code:
href="./local_links.php?catid={vb:raw linkcatid}&linkid={vb:raw linkid}"
should do it.
Reply With Quote
  #166  
Old 02-10-2010, 04:38 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Andrew!

Unfortunately, for some reason, my link is not showing. This is my SHORT template could you take a look and tell me what is wrong?

Basically, the main difference is trying to resize the image, maybe it has too much code, don't know, took it from the MAGNIFY template if I recall.



Code:
<vb:if condition="!$linkexpired or $show['ldm_view_hidden']">
<tr id="linkid{vb:raw linkid}">
<td colspan="2" valign="top">
<table width="100%" border="0" cellspacing="3" cellpadding="0">
  <tr>
    <td width="250" align="right" valign="top">
    <vb:if condition="$linkimglink"><table border="0" cellspacing="0" cellpadding="0"> <tr>
<td align="right" valign="top"><vb:if condition="$linkimg"><div style="padding:10px;"<a href="./local_links.php?catid={vb:raw linkcatid}&linkid={vb:raw linkid)"><img class="inlineimg" src="{vb:raw vboptions.bburl}/{vb:raw LDM_scripts.RESIZE_SCRIPT}.php?{vb:raw session.sessionurl}linkid={vb:raw linkid}<vb:if condition="isset($entityid)"><vb:if condition="$entityid">&amp;entityid={vb:raw entityid}</vb:if></vb:if>&amp;size=275" alt="{vb:raw linkname}" border="0" /></a></div></vb:if>
</td> </tr></table>
  </vb:if>
</td>
    <td align="left" valign="top"><div class="smallfont" style="padding-top:10px;">{vb:raw linknewbit} {vb:raw linkfavbit} {vb:raw linksendtofriendbit} {vb:raw linkreportlinkbit} {vb:raw linkeditbit}</div>
	<div class="smallfont" style="padding-top:10px;"><b>{vb:raw linkurllink}</b> </div>
	<div class="smallfont">~{vb:raw linkusername}</div>
	<div class="smallfont">{vb:raw linkdate}</div>  
    <vb:if condition="$show['ldm_view_hits']"><div class="smallfont">{vb:rawphrase ll_hits} {vb:raw linkhits}</div></vb:if>

<vb:if condition="$linkraters"><img src="{vb:stylevar imgdir_rating}/rating-15_{vb:raw linkrate}.png" border="0" alt="{vb:raw linkrate} *" /></vb:if>
</td>
  </tr>
</table>
</td></tr>
</vb:if>
Reply With Quote
  #167  
Old 02-11-2010, 04:38 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by obmob View Post
Thanks Andrew!

Unfortunately, for some reason, my link is not showing. This is my SHORT template could you take a look and tell me what is wrong?

Basically, the main difference is trying to resize the image, maybe it has too much code, don't know, took it from the MAGNIFY template if I recall.


There were a couple of bugs in your template, which are fixed below. Please be aware that you will need to make some more (minor) changes with LDM 3.0.2, - e.g. RESIZE_SCRIPT will beome LDM_RESIZE_SCRIPT.

Code:
<vb:if condition="!$linkexpired or $show['ldm_view_hidden']">
<tr id="linkid{vb:raw linkid}">
<td colspan="2" valign="top">
<table width="100%" border="0" cellspacing="3" cellpadding="0">
  <tr>
    <td width="250" align="right" valign="top">
    <vb:if condition="$linkimglink"><table border="0" cellspacing="0" cellpadding="0"> <tr>
<td align="right" valign="top"><vb:if condition="$linkimg"><div style="padding:10px;"><a href="./local_links.php?catid={vb:raw linkcatid}&amp;linkid={vb:raw linkid}"><img class="inlineimg" src="{vb:raw vboptions.bburl}/{vb:raw LDM_scripts.LDM_RESIZE_SCRIPT}.php?{vb:raw session.sessionurl}linkid={vb:raw linkid}<vb:if condition="isset($entityid)"><vb:if condition="$entityid">&amp;entityid={vb:raw entityid}</vb:if></vb:if>&amp;size=275" alt="{vb:raw linkname}" border="0" /></a></div></vb:if>
</td> </tr></table>
  </vb:if>
</td>
    <td align="left" valign="top"><div class="smallfont" style="padding-top:10px;">{vb:raw linknewbit} {vb:raw linkfavbit} {vb:raw linksendtofriendbit} {vb:raw linkreportlinkbit} {vb:raw linkeditbit}</div>
	<div class="smallfont" style="padding-top:10px;"><b>{vb:raw linkurllink}</b> </div>
	<div class="smallfont">~{vb:raw linkusername}</div>
	<div class="smallfont">{vb:raw linkdate}</div>  
    <vb:if condition="$show['ldm_view_hits']"><div class="smallfont">{vb:rawphrase ll_hits} {vb:raw linkhits}</div></vb:if>

<vb:if condition="$linkraters"><img src="{vb:stylevar imgdir_rating}/rating-15_{vb:raw linkrate}.png" border="0" alt="{vb:raw linkrate} *" /></vb:if>
</td>
  </tr>
</table>
</td></tr>
</vb:if>
Reply With Quote
  #168  
Old 02-11-2010, 05:51 AM
lovevn lovevn is offline
 
Join Date: May 2004
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I upgraded i got this

Quote:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/myaccount/public_html/forum/includes/class_core.php on line 780
But it seems that it was upgraded. Should I do anything?

And how can I change the name of it on my forum tab?

Thanks
Reply With Quote
  #169  
Old 02-11-2010, 06:04 AM
lovevn lovevn is offline
 
Join Date: May 2004
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried editting the phrase but after my edit, the text on my tab disappeared!
Reply With Quote
  #170  
Old 02-11-2010, 09:40 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
There were a couple of bugs in your template, which are fixed below. Please be aware that you will need to make some more (minor) changes with LDM 3.0.2, - e.g. RESIZE_SCRIPT will beome LDM_RESIZE_SCRIPT.
Thank you very much Andrew!

Quote:
Originally Posted by lovevn View Post
I tried editting the phrase but after my edit, the text on my tab disappeared!
Try uploading the phrases_en inside the development folder.
Reply With Quote
  #171  
Old 02-17-2010, 05:50 PM
Quirin Quirin is offline
 
Join Date: Jan 2009
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will there be an update to the 4.0.2? The templates are in after the update no longer.
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 03:41 PM.


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.05099 seconds
  • Memory Usage 2,366KB
  • Queries Executed 26 (?)
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
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (3)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
  • (4)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete