The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Links and Downloads Manager Details »» | |||||||||||||||||||||||||
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
|
Comments |
#882
|
|||
|
|||
Quote:
Edited: In the meantime, if you want to fix it yourself, edit local_links.php in your forum directory. Find the following code (around line 675): Code:
$pagenav = construct_page_nav($pagenumber, $thispage, $nhits, $LINKS_SCRIPT.".php?catid=$viewcatid&sort=$sort", "&pp=$thispage"); Code:
$pagenav = construct_page_nav($pagenumber, $thispage, $nhits, $LINKS_SCRIPT.".php?catid=$viewcatid&sort=$sort".(strlen($viewfilter) ? "&filter=$viewfilter" : ""), "&pp=$thispage"); |
#883
|
||||
|
||||
How can I limit a usergroup to only being able to add one Link to the list?
Also, Where can I change $linkimgjump ? I would like to change the image's link to go to: Code:
<a href="member.php?u=$linkuserid">$linkusername</a> Thanks! p.s. Andrew, I was able to allow images to be displayed on the directory. I just used the File Upload instead of the Image upload. Then I just limited the files available for upload to only image file types. It adds the Thumbnails just as I wanted. Now all I have to do is edit out the file links so members are not trying to download the thumbs. Thanks for all your help! James |
#884
|
|||
|
|||
Quote:
I edited the file local_links.php as you said and now it works correctly :up: |
#885
|
|||
|
|||
Quote:
linkimgjump is set up in includes/local_links_include.php, function ldm_get_entrybits. The clean way to modify it as you want is to create a small plugin tied to the ldm_linkbit_create hook. |
#886
|
||||
|
||||
Ok, sounds good. Thank you.
How can I change the Link Title displayed in links_linkbit ($linkurljump) to be linked to the member's forum profile? Added: Nevermind, I found it! Code:
<a href="member.php?$session[sessionurl]u=$linkuserid">$linkname</a> Thanks! |
#887
|
|||
|
|||
Hello,
just wanted to try this one, but every time I try to do something, it comes up, that some securitytoken would be wrong or missing... I am running 3.7.2. pl2 any tips ? edit: Also when I try to uninstall it, it just gives me a blank site. Could you please post an uninstaller, so I can clean it up and reinstall it ? |
#888
|
|||
|
|||
Why can we not enter percentage values for the 'link_imagemagsize' setting? For example 100% would mean cover full screen of user. Also, why is there only one dimension setting in 'link_imagemagsize', why not both width and height?
|
#889
|
|||
|
|||
Quote:
There should be no problem uninstalling via the standard vbulletin/admincp/products section. The uninstaller leaves the database tables intact, but this would not create a blank screen. Blank screens are often a sign of a php bug somewhere. Have you tried vb/admincp/settings/ turn off gzip compression |
#890
|
|||
|
|||
Quote:
Again, I wondered about having both width and height parameters, but this would end up distorting pictures - by using only one value, the code can maintain the aspect ratio of the picture. Am open to discussion |
#891
|
|||
|
|||
Quote:
I can understand the importance of maintaining aspect-ratio, but I found one problem with the LDM imagemagsize setting. This setting sets the size of the image 'along larger dimension', and this becomes problematic if the image has a larger width than height (which is usually the case). This is because having a fixed width means that the height of the image varies according to the original size of the image, and this sometimes results in images having heights too large for the screen. What would be more useful is to have the 'imagemagsize' set the HEIGHT of the image rather than the width, which would then allow the width of the image to vary according to the aspect-ratio of the original picture. This would cause less problems because obviously the screen of the user is wider than the screen's height, so it can allow for more variability in the horizontal direction. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|