Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
Links and Downloads Manager Details »»
Links and Downloads Manager
Version: 2.3.0, by AndrewD AndrewD is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Category: Major Additions - Version: 3.7.0 Rating:
Released: 12-24-2007 Last Update: 06-13-2009 Installs: 576
DB Changes Uses Plugins
Re-useable Code Additional Files Translations  
No support by the author.

What this is and does

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 control user access. It has a range of integrated media players and a large library of 'plugin' extras.

Installation and Usage Explained in the on-line Wiki, with a brief explanation in the file instructions.txt in the release zip. The recent revision history is given in the first post of this thread.

Please use carefully and always backup your database before upgrading. Post reports of problems and suggestions for enhancements in this thread.

14.06.09 Version 2.3.0 is now the the officially-supported version. Works with 3.7 and vb 3.8. Please post comments in this thread

22.06.08 Version 2.2.9-post1 - This is the previous supported version. Works fine with all versions of vb 3.6 and vb 3.7. All standard features except profile integration and forum prefix selection work fine with vb 3.8.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1442  
Old 10-18-2008, 08:18 AM
abdelghani68 abdelghani68 is offline
 
Join Date: Oct 2007
Location: France
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

when I clic on the image for send an entrie to a friend, the link is wrong : it is a link for the categorie and not for the entrie as I want...

thanks
Reply With Quote
  #1443  
Old 10-18-2008, 09:42 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by abdelghani68 View Post
when I clic on the image for send an entrie to a friend, the link is wrong : it is a link for the categorie and not for the entrie as I want...

thanks
Thanks - will fix in 2.3.0 beta 1 (expect the upload later today )
Reply With Quote
  #1444  
Old 10-18-2008, 02:40 PM
webchills webchills is offline
 
Join Date: Sep 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First of all thanks for this great mod.
I' m using 2.2.9 and everything is working fine, but I can't get the links in the navabr working properly.
I have renamed local_links to downloads as the mod is used for downloads only.
In the navbar for example under "Show" "New entries" ends up in a link like this:
downloads_search.php?action=find&catid=-8
The result is the message that you have insufficient rights to perform this operation. Even when you are logged in as Admin.
"Show" "New Ratings" ends up in a link like
downloads_search.php?action=find&catid=-13
Same result.
Any idea where these strange links with negative category numbers do come from and how to fix that?
All other links in the navbar (Add link, Category, Moderate, ...) are working fine by the way.
Reply With Quote
  #1445  
Old 10-18-2008, 04:01 PM
Sandgrinder's Avatar
Sandgrinder Sandgrinder is offline
 
Join Date: Aug 2008
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got some problems with my LDM, first of all, a normal member can't see the additional attributes and yes, I've checked the permissions.

The second thing is that my download index looks a bit messed up, can't really find what's wrong. - http://crinale.com/forums/local_links.php
Reply With Quote
  #1446  
Old 10-18-2008, 11:52 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by webchills View Post
First of all thanks for this great mod.
I' m using 2.2.9 and everything is working fine, but I can't get the links in the navabr working properly.
I have renamed local_links to downloads as the mod is used for downloads only.
In the navbar for example under "Show" "New entries" ends up in a link like this:
downloads_search.php?action=find&catid=-8
The result is the message that you have insufficient rights to perform this operation. Even when you are logged in as Admin.
"Show" "New Ratings" ends up in a link like
downloads_search.php?action=find&catid=-13
Same result.
Any idea where these strange links with negative category numbers do come from and how to fix that?
All other links in the navbar (Add link, Category, Moderate, ...) are working fine by the way.
Have you renamed the top level scripts consistently with the way you have edited includes/local_links_init.php?

The navbar is pointing towards downloads_search.php because you've set:
Code:
define('SEARCH_SCRIPT', 'downloads_search');
in includes/local_links_init.php

Script local_links_search.php should have been renamed downloads_script.php, etc, matching these definitions.

The negative category ids are used to specify special searches, i.e. -8 = new entries, etc

Let me know if I'm missing the point
Reply With Quote
  #1447  
Old 10-19-2008, 12:09 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sandgrinder View Post
Got some problems with my LDM, first of all, a normal member can't see the additional attributes and yes, I've checked the permissions.
Check the attribute types and display orders - 'hidden' types and display orders (group and attributes) that are set to zero or negative are only shown to users who have 'can_view_hidden' permission

Quote:
Originally Posted by Sandgrinder View Post
The second thing is that my download index looks a bit messed up, can't really find what's wrong. - http://crinale.com/forums/local_links.php
I don't understand what you mean - it looks ok to me?
Reply With Quote
  #1448  
Old 10-19-2008, 06:15 AM
webchills webchills is offline
 
Join Date: Sep 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
The negative category ids are used to specify special searches, i.e. -8 = new entries, etc
Let me know if I'm missing the point
Hi Andrew,
I have renamed consequently the local_links_xxx.php to downloads_xxx.php as set in local_links_init.php
The links are working, but the point is, that noone has permission to view these negative category ids. What permissions are responsible for that?
Reply With Quote
  #1449  
Old 10-19-2008, 06:41 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by webchills View Post
Hi Andrew,
I have renamed consequently the local_links_xxx.php to downloads_xxx.php as set in local_links_init.php
The links are working, but the point is, that noone has permission to view these negative category ids. What permissions are responsible for that?
Without looking in detail at your site (which I'm happy to do if you send me a pm with details and an admin account), I can only guess.

The code that is executed for script?action=find&catid=-NN carries out a check for valid values of NN, using a set of definitions that are pulled in from includes/local_links_include.php. It gives a 'no permission' error in two situations:

- if someone without "can_moderate_links" permission is trying to execute one of the 'moderator' based 'find' commands (which only show up on the menu if you have those permissions in the first place

- if the value NN is not in the valid range

I would suspect that somehow it is the second condition, but I can't see (without checking your site) how that can be.
Reply With Quote
  #1450  
Old 10-19-2008, 07:19 AM
Sandgrinder's Avatar
Sandgrinder Sandgrinder is offline
 
Join Date: Aug 2008
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Check the attribute types and display orders - 'hidden' types and display orders (group and attributes) that are set to zero or negative are only shown to users who have 'can_view_hidden' permission



I don't understand what you mean - it looks ok to me?
I'm don't understand to 100% but it looks like this at the moment:
http://img252.imageshack.us/img252/8281/69381540wa8.jpg

About the Downloads index it looks like this:
http://img443.imageshack.us/img443/2000/81952230xp5.jpg

I want it to look like a forum category, not splitted up. =)

Many thanks again!
Reply With Quote
  #1451  
Old 10-19-2008, 08:33 AM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Andrew, i have just looked at my profile (vb3.7.3 PL1) and in the "About me" tab it shows Recent LDM hits & Entries, i have had hits and entries but they dont show (shows N/A), if i click the pencil (edit section) icon a box pops up saying "if you want to keep private then...." theres nothing in it if i then click save i get presented with "The server failed to respond in time. Please try again.", any ideas?

I have the upload folder outside of my forum and root (you helped with this), it is properly referenced as i can view/download files.
Reply With Quote
Reply

Thread Tools

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:50 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06023 seconds
  • Memory Usage 2,317KB
  • 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
  • (1)bbcode_code
  • (7)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
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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