The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Links and Downloads Manager Details »» | |||||||||||||||||||||||||
Version 2.3.0 of LDM is now the official release. This works with both VB3.7 and VB3.8. You can obtain it here
Version 2.2.8 remains available here, with limited support. 04.02.08: patch-cat.xml 'extra' uploaded - see first post for information 27.10.07: Version 2.2.8-post1 uploaded French translation of product installer uploaded (other language translations are in the main release zip) Remember to back up your current database tables before upgrading. What this is and does LDM is a general-purpose link and file manager, which handles user uploads and downloads in a flexible way. A range of media players is integrated into LDM and others are included as plugin extras. LDM is described below in the first post of this thread, which also contains a brief list of the currently-known bugs. This release of LDM works correctly with all VB versions 3.6.x and recent versions of vbadvanced. Documentation, screen shots, etc, are provided as a Wiki at http://www.eirma.org/wikis/index.php...nloads_Manager Thank you to everyone who has tested, given suggestions, helped with the translations, etc. Show Your Support
|
Благодарность от: | ||
VIP Hawaii |
Comments |
#382
|
|||
|
|||
Quote:
Quote:
|
#383
|
|||
|
|||
AndrewD you are a MAESTRO PHP CODER
I have seen complex VB modifications before but this is Huh!! HaTTs Off To You and thank you very much. I was never inspired by mods to VB and I prefered to use it as it is. But now I love to use your system. You know what this is my first post here in 2+ years |
#384
|
|||
|
|||
Is this like the links mod for SMF RC3? If so do you have one for 3.6.1? Thank you. :=)
|
#385
|
|||
|
|||
I have installed this addon now, I have a small issue with the way links to ldm entry in auto created thread are opening new windows. I am using the autocreate_2way_plugin. Link created to the thread in ldm entry is opening in the parent window itself, I love this link opening in parent window.
Now my request is can we autocreate threads with links to ldm entries that open in same window and not new windows. I think as the links and download system is an in site, in domain thing and there is no need of opening new windows as users can browse through the forum using the links in the navbar itself and also browsers back and forward buttons. Andrew I really appreciate your help, you have done so much with this addon. |
#386
|
|||
|
|||
Quote:
I think the easiest way to have the thread-link open in the same window is as follows: a) Create a "custom bbcode" (vb/admin) called LURL, with the following as the replacement: Code:
<a href="{option}">{param}</a> Code:
To check it out, visit [ url={3}]{1}[/url ] Code:
To check it out, visit [lurl={3}]{1}[/lurl] One point to note. Standard vbulletin handling of the url tag includes checks to stop hackers putting rogue jumps with javascript, etc, onto your board. A custom bbcode does not include these checks. (There is a way to cope with this, but I haven't time to do this at the moment.) |
#387
|
|||
|
|||
Quote:
Quote:
|
#388
|
|||
|
|||
Thank you Andrew for the custom bbcode it works like a charm, regarding the implications I will take a chance till I find some solution or till you comeup with a solution.
I don't know whether I have done right or wrong, I have tried to edit the phrase ldm_thread_create_body, but I could not edit it other than adding a translation it didn't worked even after doing that, changing sequence didn't found that option so I deleted the translation I created from the phrase table ia phpmyadmin. I have edited the original phrase phrase ldm_thread_create_body in database from PHP Code:
PHP Code:
|
#389
|
|||
|
|||
Something I came up with... In the FORUMDISPLAY template whether or not a certain forum should have links to creating new LDM entries... just like the New Thread button, it's limited to the forums you specify. I have attached my buttons, they're ugly, but they're all I could do in short time.
Place the code right after: Code:
<if condition="$show['newthreadlink']"> Code:
<if condition="in_array($forumid, array(25,0,0))"> <a href="local_links.php?action=addlink&catid=8" rel="nofollow"><img src="$stylevar[imgdir_button]/new_video.gif" alt="Add New Video Entry" border="0" /></a> <a href="local_links.php?action=addlink&catid=7" rel="nofollow"><img src="$stylevar[imgdir_button]/new_audio.gif" alt="Add New Audio Entry" border="0" /></a> </if> LIVE EXAMPLE There is probably an easier way of doing this without the array piece, but it works... so. |
#390
|
|||
|
|||
Hi, I am getting this error when i try to add the image folders
The following setting(s) are invalid file_icons_dir : http://www.bashys-place.com/forums/i...wnloadmanager/ Cannot find http://www.bashys-place.com/forums/i...wnloadmanager/ Any advice please, i get the same for the thumbs as well, this is the url ive put http://www.bashys-place.com/forums/i...ownloadmanager its also set to 777 I am also seeing this in the Key Settings, Low value for MySQL wait_timeout, whats this mean and is there a way to sort it please? |
#391
|
|||
|
|||
Quote:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|