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
  #422  
Old 05-30-2012, 12:45 PM
ezak ezak is offline
 
Join Date: Nov 2004
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for your help, but I'm already know to to use Navigation manager tools

I'm already added IDM in Navigation bar, Manually - (early version is added it automatically)


But what I'm talking about is threre is alot of feature is missed after upgrade


here is picture for more infomation

this version 4.1.12





this version 4.2



all links in LDM , I hope you can find fix for it
I think the problem is in Templates has been changed in vb 4.2
and hooks can't access for that new tempate
Reply With Quote
  #423  
Old 05-30-2012, 05:17 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Read the links I posted. These give you the answer. Especially this one: https://www.vbulletin.com/forum/cont...nd-Edit-a-Link
Reply With Quote
  #424  
Old 06-05-2012, 06:01 PM
ezak ezak is offline
 
Join Date: Nov 2004
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mr. Alfa1
I have edit my navbar_link and add this code into it
Code:
	<a href="local_links.php?action=addlink&amp;catid={vb:raw viewcatid}">
	{vb:rawphrase ll_menu_addlink}
	</a>
as it will add entry in the opened category
but it return with this link
local_links.php?action=addlink&catid=

as it show , its can't fetch the catid from the opened page link, and I don't know how to do this

it should be like this
local_links.php?action=addlink&catid=22
as I already open catid=22 then I click on addentry
Reply With Quote
  #425  
Old 06-05-2012, 08:12 PM
ezak ezak is offline
 
Join Date: Nov 2004
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have fixed it and make add entry and add category is working fine with 4.2.0 under navbar
By added this code in the end of NAVBAR template


Code:
<vb:if condition="is_member_of($bbuserinfo, 6)">
	<li><a href="{vb:raw relpath}&action=addlink">
	{vb:rawphrase ll_menu_addlink}
	</a></li>
	<li>
	<a href="{vb:raw relpath}&action=addcat">
	{vb:rawphrase ll_menu_addcat}</a>
	</li>
</vb:if>
membergroup 6 to show for admin only , you can add any other groups by 6,7,8
Reply With Quote
  #426  
Old 06-09-2012, 09:40 AM
SemperFideles's Avatar
SemperFideles SemperFideles is offline
 
Join Date: Oct 2006
Location: Northern VA
Posts: 223
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting this error whenever a link is clicked on from within LDM:

Invalid Redirect URL (http://books.google.com/books?id=1-1-Kx9PJskC&dq)

See attached.

Does anyone know what is going on?
Attached Images
File Type: gif invalid.GIF (83.4 KB, 0 views)
Reply With Quote
  #427  
Old 06-10-2012, 05:43 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have been encountering the same. It may be related to php/mysql software updates. Im not sure. Im still using vb3.8 and did not have this before. So I doubt its LDM alone.
Reply With Quote
  #428  
Old 10-09-2012, 09:05 PM
ezak ezak is offline
 
Join Date: Nov 2004
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I request paid for who make LDM fully support with 4.2 (full function)
Reply With Quote
  #429  
Old 02-14-2013, 05:51 PM
Ophelia Ophelia is offline
 
Join Date: Feb 2006
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I miss Andrew
Reply With Quote
  #430  
Old 03-09-2013, 06:58 AM
SoltanWorld's Avatar
SoltanWorld SoltanWorld is offline
 
Join Date: Feb 2010
Location: Loas Angeles
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm still developing this great mod.

If you like to see my new changes on LDM take a look at this link :

http://www.negahradio.com/

Linkbit : http://www.negahradio.com/forum/down...d=43&linkid=29
Reply With Quote
  #431  
Old 03-17-2013, 01:30 PM
SoltanWorld's Avatar
SoltanWorld SoltanWorld is offline
 
Join Date: Feb 2010
Location: Loas Angeles
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SemperFideles View Post
I'm getting this error whenever a link is clicked on from within LDM:

Invalid Redirect URL (http://books.google.com/books?id=1-1-Kx9PJskC&dq)

See attached.

Does anyone know what is going on?
Quote:
Originally Posted by Alfa1 View Post
I have been encountering the same. It may be related to php/mysql software updates. Im not sure. Im still using vb3.8 and did not have this before. So I doubt its LDM alone.

Go to Admin CP -> Settings -> Options -> Site Name / URL / Contact Details

Set the option : Always use Forum URL as Base Path to No

And if you're using Vbadvanced Portal, Do not turn this option to NO, you should change the Disable Redirect Domain Checking to Yes
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 09:09 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.04949 seconds
  • Memory Usage 2,350KB
  • 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
  • (2)bbcode_code
  • (2)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
  • (3)pagenav_pagelink
  • (1)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
  • (5)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