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 |
#1952
|
|||
|
|||
Thanks Alfa1 for confirming that it's a reproducable problem.
|
#1953
|
|||
|
|||
Well i've tried for months Andrew,to get the uploading part of the mod to work..and i thought it might be a path problem to where i created the upload folder..
No matter what i do as soon as i hit the submit upload i get a blank page with this http://forum/local_links_actions.php |
#1954
|
||||
|
||||
When installing the plugin spider-url that addresses ldm_linkbit_create I get this error:
PHP Code:
|
#1955
|
|||
|
|||
Quote:
Edit the Links and Downloads Manager - Spider external urls plugin attached to the ldm_linkbit_create hook. It starts off with a line Code:
if (links_defaults['spider_urls_active'] and substr($linkurl,0,4)=="http") { Code:
if ($links_defaults['spider_urls_active'] and substr($linkurl,0,4)=="http") { |
#1956
|
|||
|
|||
It's doing a match of the thread title against the entry title and description, not on the content of the file.
|
#1957
|
|||
|
|||
Quote:
1) When Google visits your site, it does so as an unregistered user. Unless you have enabled the Jukebox for unregistered users, the links will not be there for Google to see. 2) Each LDM page includes a meta tag of the form: Code:
<meta name="robots" content="index, nofollow" /> 3) Does Google actually index urls with long "?action=xxx..." params? Do you need a search engine optimiser? (I don't know) |
#1958
|
|||
|
|||
Quote:
|
#1959
|
|||
|
|||
Quote:
Code:
$template_hook['forumhome_wgo_stats'] .= " <div> $vbphrase[ldm_links_database] $vbphrase[ldm_categories]: $totalcats, $vbphrase[ldm_entries]: $totallinks$totalspace, $vbphrase[ldm_comments]: $totalcomments </div> "; Code:
$template_hook['forumhome_wgo_stats'] .= " <div> <a href='".LINKS_SCRIPT."'>$vbphrase[ldm_links_database]</a> $vbphrase[ldm_categories]: $totalcats, $vbphrase[ldm_entries]: $totallinks$totalspace, $vbphrase[ldm_comments]: $totalcomments </div> "; Quote:
Not currently. Again, I have tried to keep integration with other parts of vb limited, so as to keep down the cost of running (and maintaining ) LDM. |
#1960
|
||||||
|
||||||
Quote:
Quote:
Would it be possible to have the addon take tags into account? Quote:
Quote:
Quote:
Code:
$template_hook['forumhome_wgo_stats'] .= " <br><div> <a href='http://www.mysite.com/forum/local_links.php'>Files</a>: $totallinks$totalspace, $vbphrase[ldm_comments]: $totalcomments, $vbphrase[ldm_categories]: $totalcats </div> "; Quote:
My members keep getting confused whether they are in the video, the documents or the audio section and are uploading to the wrong parts. For this reason I would 3 different category selectors on the upload page. So that it will not be possible to choose a category in the video section, if one is in the document section. Do you see a possibility for me to accomplish this or something similar? Showing the latest files is possible within a vba module and on forum home. I am not that technical, but can you please explain why the same already coded functionality would not work on search.php? Is there anything that I can do toget it working? |
#1961
|
|||
|
|||
LDM/admin/permissions/can_play_musicbox
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|