![]() |
I am running the latest versions of the vba modules: ldm_new_thumb, ldm_new and ldm_new_media.
In LDM_new a number is displayed after each name, to denote the number of hits. how do I remove this? In ldm_new_thumb: Is there anyway to display the file title under the thumb? I would like to show off my video directory on a vba portal with ldm_new_media.
|
For my video categories, I am using the fotoalbum linkbit. I have installed the JW Player extensions. How do I enable videos to play inline in the fotoalbum linkbit?
Is there a way to have the text $linkimglink move to a new line if it is longer than X characters? Similar to done on youtube here. I would like to add a feature request: The possibility to add multiple url's / files to one entry. Often video's consist out of multiple segments/parts. Currently the only solution is to add the urls for part 2,3,4,etc in the description field. This excludes it from LDMs link check functions. |
Quote:
|
Quote:
Code:
<div style="float:right"><span class="smallfont">$linkhits</span></div> Quote:
Code:
<div class="smallfont">$linkshortname</div> Quote:
Find the line: Code:
$order = "linkdate DESC "; Code:
$cutoff = TIMENOW - 24*60*60*$GLOBALS['links_defaults']['days_seen_on_portal']; Quote:
Quote:
Quote:
?? |
Quote:
Quote:
Quote:
|
thank you! Thats a lot of improvements I have now implemented.
Quote:
Quote:
Quote:
Quote:
Quote:
About 10% of my videos that do play embedded on the jukebox, do not display a thumb. Is there anyway to generate these? Do you know where I can find icons for file extensions? I am in need of: .djvu .mol .torrent .mpg |
I'm running into a blank white page issue on local_links.php, but only when there is a child forum for whatever category I'm viewing. For instance, Home category works fine until I add a category, and that added category is fine until I add a child to it, at which point it turns into a blank page.
I checked out the other issues in your mods' threads, but those blank page issues didn't seem to be like mine. I'm running vB 3.8.2 (and LDM 2.3.0, I might add), plus I've disabled all other modifications and reverted to the default style, but the problem still persists. No one else seems to be having any trouble, so it's probably something to do with my setup... Any suggestions on where to start? :) Thanks in advance, and amazing mod by the way! UPDATE #1: When I disable the Category Display from the Settings page, local_links.php starts working, so it appears that it's just something to do with that. I tried both tabular and brief, and neither allows anything but a blank page. UPDATE #2: It seems that uploading an entry to a category also causes that category (which was previous working) to mess up. Looks like for whatever reason, my cat and entry bits cause things to go wonky... |
Hey Andrew,
I need the variable for entry links that are in links_linkbit (Modern Template). Right now I can only use $linkurljump which contains both title and url, but I only need the URL and not the title. i tried $linkurllink, but it didn't help. it's an empty varible. Is there a variable to differentiate between Entry titles and urls? Thank you |
Quote:
One way to check this (assuming your server configuration allows it) is to create a plugin to allow you to use more memory. Go to vb/admincp/products and plugins/add new plugin, and create a new plugin with the following settings: hook location: global_start title: debug plugin php code: ini_set('memory_limit', '16M'); active: yes If the memory limit is the problem, you should ask your host provider to change the default limit to, e.g., 16M or 24M. Am happy to take a look at your board if you need further help, but will require full admin access. |
Quote:
hook location: ldm_linkbit_create code: PHP Code:
|
Quote:
it worked perfect |
Quote:
The memory limit is actually 128M, so I'm guessing that's not it. As for the other suggestion, I couldn't find any links or settings for "check file versions" on the LDM admin page... maybe I'm just being a dolt though. Anyhow, I'll send you admin login credentials for the dev site, but don't worry about spending too much time on it. I'd way rather use your download manager, but worst-case-scenario, I can fall back on the less-featured DownloadsII Thanks again! |
Quote:
|
How come I get this message when I try to access the links page:
S**, you do not have permission to access this page. This could be due to one of several reasons: 1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system? 2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation. |
Quote:
Let me know if you can't easily resolve this. Am happy to help if you give me access to your site. |
Quote:
|
Quote:
|
I'm evaluating DownloadsII but may want to check out LDM as well. Can both mods be installed to the same vBulletin forum or does this present a problem? Also, I am hosted on an IIS server. Does this present any problems? Are there any security settings I'd need to have to change for directories?
As I said, I'm presently trying DownloadsII. Can't get it working and am waiting for a reply by the author so thought I'd give LDM a try in the mean time. One area of concern I have with LDM is that I have to change the permissions on the downloads directory making it writeable and executable (chmod 777). Can't do this via FTP on an IIS server so I'm having to ask my host to do it for me. But one poster in the DownloadsII thread remarked that this looked like a huge security hole. I don't know enough about web server security to have an opinion on that. What are your thoughts? Does LDM have a similar requirement? Thanks! |
Quote:
As you say, the directory(ies) in which uploaded files are stored has to be writable by the web server. This should not need 777 permissions and should not create a huge security hole. Concerning security in general, there is always some trade off between this and functionality. I've written some guidance notes in the wiki, see http://www.eirma.org/wikis/index.php...nd_Server_Load. Concerning IIS, the only problem that has been reported is when PHP is running in CGI mode. In this case, it's necessary to make a small code change, again described in the wiki at http://www.eirma.org/wikis/index.php/Site_Configuration |
Does this add-on include a progress bar display for when files are being uploaded?
|
Quote:
There are two versions of the uploader included in the release. The default version (installed when you run the normal install process) does not include a progress bar. In the "extras/swfuploader" directory, the alternative uploader replaces the default by one with a progress bar. |
Quote:
|
I just installed LDM onto my vBulletin site and when I go to the admin control panel the Links and Downloads Manager configuration menu is visible in the left pane. So the install definitely completed. However, when I click on any link in the menu or point my browser to local_links_admin.php I get "Internet Explorer cannot display page" in the left pane with IE8, and "Content Encoding Error - The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression" with Firefox.
I'm running on an IIS server. According to my web host server isn't running in CGI mode (I don't really know what that means but their answer to the question was "no". Any idea what the problem might be? |
Hi Andrew,
there is a bug in Export script to google sitemap format. it enters <lastmod>1969-12-31</lastmod> for all entries could you please take a look at it? thanks in advance |
Hi Andrew,
In order to do some search engine optimization I had to edit /includes/local_links_include.php file (around $atag and ldm_seo function) to get the default links to look like: local_links.php?catit=01&catname=xx&linkid=01&link name=xx (adding trimmed catName and linkName) is there anyway to create a plugin for LDM to do this instead? (to prevent having to edit this file manually after each update) Thanks a lot |
Quote:
It looks as if one of the uploaded files may be corrupt. Try the following: - Go to the regular vb admincp/vb optiobs/cookies and http header options, and disable the gzip compresion option (GZIP HTML Output = no). Try again with local_links_admin.php - Try loading local_links.php - Try reuploading all the files Am happy to take a look at your site if you want. |
Quote:
|
Quote:
Did you consider that LDM's own seo options were not adequate? |
Quote:
Quote:
Code:
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in (server path to web root)\community\local_links_admin.php on line 22 Quote:
Quote:
Quote:
Some additional information: According to View PHP Info in the vB Admin CP, I'm running php 4.4.7. Additional info displayed: System : Windows NT LUNADALTXUSWH0 5.2 build 3790 Build Date: May 4 2007 13:29:21 Server API: ISAPI Virtual Directory Support: enabled Configuration File (php.ini) Path (not going to display this)\php.ini PHP API : 20020918 PHP Extension: 20020429 Zend Extension: 20050606 Debug Build : no Zend Memory Manager: enabled Thread Safety: enabled Registered PHP Streams: php, http, ftp, compress.zlib Again, this is on an IIS server that is not running in CGI mode (according to my web host). Everything else in vBulletin appears to be working properly. I Googled the error message and found this. Does LDM require PHP 5 by chance? |
Quote:
|
Quote:
I can't recall why I added the E_STRICT test in that file - it's not used in any other file. So, either hard code the value or get rid of the sequence "& E_STRICT" altogether. You will not create problems. I realise that this created a need for php5, which is presumably why you had the problem. Otherwise, LDM does not need php 5 - it is happy with the same versions of php/mysql as the rest of vb, as far as I know. The gzip option tells vb to send info to the browser in a compressed form. This reduces bandwidth, but it has the nasty side effect of creating difficult-to-trace problems if something goes wrong. What you are seeing on your vb admincp with the ldm admin pages is correct. Way back when LDM was first being written, it was not straightforward to integrate hacks into the admincp, so I decided to have an independent admin page, styled according to the rest of the board. Later on, it became possible to do the integration, but by that time I had written too much admin code to go back and redesign it. |
Quote:
If I had used "forums" as my forum directory I would not have run into this. It's because I used a different directory name that I got bit by this bug. I suspect that most people just go with the default "forums" name for their forum directory. That's why there aren't a lot more reports of this bug. |
Thanks for all the help so far. I'm almost there but I have a bunch of questions still now that I've got it working. I'm using LDM only for uploading and downloading files. No links and no streaming data (music, videos, etc.). I don't want any mention of links on the site - just uploads and downloads.
The directory structure on the server and the location of the webs is thus: c:\Websites\MySite.com\ The actual web site files are all located in the wwwroot directory on top of that path. So, my forum would be located at: c:\Websites\MySite.com\wwwroot\forum\ The above structure being the case, I was expecting my uploaded files to be placed in the following directory: c:\Websites\MySite.com\LDM\Downloads\ Where am I going wrong? |
Quote:
The master phrase file is provided in the /development/phrases subdirectory of the zip file - you can look through there to find the correspondence between other phrases and phrase names. The following requires a template edit and a phrase edit:
a) Edit the template links_addentity and find the sequence: <span class="highlight smallfont">[$vbphrase[ll_value_required]]</span> Change to ($vbphrase[ll_value_required]) b) Edit the phrase ll_value_required The following depend on LDM permissions (LDM/admin/permissions)
Quote:
|
Thanks Andrew! You Da Man!
Quote:
Another odd thing I ran into. When I go to the Add an Entity page while signed in as an admin and click the "Uploadable filetypes and size limits" down-arrow below the Browse button it says my size limit is 2 Mbytes. If I do the same with a standard user account it say 47.68 Mbytes. Same file type in both instances. I set the attachment size for the file type to 50000000 in the vB CP. I don't know why it is displaying 2mb for an administrator and 47.68 mb for a regular user. Either way, if I select a file over 2mb the upload bar goes red and it says file too big. This may be due to the PHP max upload limit on my server. But I don't understand why an admin is getting a different max upload in the drop-down than a regular user. I can't find where in the permissions I might have screwed this up. |
Quote:
|
Hi Andrew, sorry to post an inane question but i checked the wikki (maybe not well enough) but i couldn't find how to restore the My Ldm uploads / downloads to the public profiles, they were there before upgrade to 2.3.0 (im using 3.8.4) but not now?, everything else seems fine, the user profile fields are there so its odd.
Can you advise/help? |
Quote:
Just to check the obvious - have you looked at the profile_ldmactivity setting on the LDM admin settings page. Get back to me if this is not the problem - I imagine I will need access to your site. |
Thanks andrew its set to yes!, i'll pm you full access in the next few minutes and you can look at your leisure :)
|
Hi.. i have installed this product and the extra swfuploader
I am having trobles getting .swf videos to show. they upload no prob but when i view i get this video not found http://www.theufhl.com/forum/local_s...hp?action=stre I also get white blank pages on only the mass edit pages also anyway to get an image from the video to show as a thumbnail any help or tips is appriciated |
All times are GMT. The time now is 03:18 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|