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
  #292  
Old 03-29-2010, 09:50 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hydn View Post
Thanks.

Is there an "if condition this_script" for the main page only?

I'd like to post a welcome message with suggested downloads on the main page only. I try to edit links_main but it shows it in all categories.

Any way around this?

I used this for the 3.8.5 vb with ldm 2.
Code:
	<if condition="$viewcatid==-1">bla bla</if>
Now im on vb 4.0.2 and ldm 3 and this does not work:
Code:
	<vb:if condition="$viewcatid==-1">bla bla</vb:if>
Thanks,
Try
Code:
<vb:if condition="$LDM_catinfo['viewcatid']==-1">bla bla</vb:if>
Reply With Quote
  #293  
Old 03-30-2010, 05:11 AM
hydn hydn is offline
 
Join Date: Oct 2005
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Try
Code:
<vb:if condition="$LDM_catinfo['viewcatid']==-1">bla bla</vb:if>
worked thanks
Reply With Quote
  #294  
Old 03-31-2010, 09:11 AM
abdelghani68 abdelghani68 is offline
 
Join Date: Oct 2007
Location: France
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think it will be very good if we can read the files pdf inline. I don't know if it's possible with an extra. maybe integrate scribd. But the inconviant we must upload the files in this site.
Reply With Quote
  #295  
Old 04-02-2010, 03:26 PM
Jason92s Jason92s is offline
 
Join Date: Mar 2009
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I need a little help hiding the tab so my users can't see it while I'm working on it. I found a post that said the following

"Sure - go to vb/admin/products and plugins/plugin manager and disable the plugin Links and Downloads Manager - Add LDM to main vBulletin menu. That will hide the tab except when you are already inside LDM."

Can someone tell me how to add LDM to the main vBulletin menu? Thank you!
Reply With Quote
  #296  
Old 04-03-2010, 07:49 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jason92s View Post
I need a little help hiding the tab so my users can't see it while I'm working on it. I found a post that said the following

"Sure - go to vb/admin/products and plugins/plugin manager and disable the plugin Links and Downloads Manager - Add LDM to main vBulletin menu. That will hide the tab except when you are already inside LDM."

Can someone tell me how to add LDM to the main vBulletin menu? Thank you!
LDM should add itself automatically to the main vbulletin menu.

The LDM wiki (see sig, section Installing LDM) explains how to configure things so that only certain usergroups, etc, see this menu item.
Reply With Quote
  #297  
Old 04-03-2010, 10:48 AM
KProjects KProjects is offline
 
Join Date: Feb 2006
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks! I used this a couple years back on a vb3x site..

http://www.glockifieds.com
Reply With Quote
  #298  
Old 04-03-2010, 03:00 PM
Jason92s Jason92s is offline
 
Join Date: Mar 2009
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you Andrew! Awesome mod and support!
Reply With Quote
  #299  
Old 04-05-2010, 01:03 AM
Jason92s Jason92s is offline
 
Join Date: Mar 2009
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Andrew, another issue has cropped up. I removed the tab from the menu as you suggested, but now I can't make any changes to LDM. When I go to my ACP and click on Settings in the Links and Downloads section, I get a screen that shows up and says "Only administrators can access this page". I am both an Administrator and the Super Admin. However, as soon as I make the tab visible again, I'm then able to make changed through ACP. Here's a pic of the screen I'm getting:

Reply With Quote
  #300  
Old 04-05-2010, 08:55 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jason92s View Post
Andrew, another issue has cropped up. I removed the tab from the menu as you suggested, but now I can't make any changes to LDM. When I go to my ACP and click on Settings in the Links and Downloads section, I get a screen that shows up and says "Only administrators can access this page". I am both an Administrator and the Super Admin. However, as soon as I make the tab visible again, I'm then able to make changed through ACP. Here's a pic of the screen I'm getting:
Thanks for spotting this. To fix it, edit local_links_admin.php and find the line (about line 673)

Code:
// Main Administration Functions
and insert the following immediately before it:

Code:
ldm_map_perms_to_show(-1);
This fix will be included in the next release.
Reply With Quote
  #301  
Old 04-05-2010, 02:28 PM
Jason92s Jason92s is offline
 
Join Date: Mar 2009
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That fixed it so that I can run the admin part of LDM within ACP, but I can't add new categories. I'm no programmer, but it appears that when the link (mine is called Business Directory) is gone, so are the submenus that control being able to add new categories. See the two pictures below for examples:



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 04:31 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.05438 seconds
  • Memory Usage 2,354KB
  • 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
  • (6)bbcode_code
  • (4)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