![]() |
Quote:
|
Quote:
The entry that is showing no link (I'm every woman) has no url or upload associated with it. You've set *allow_null_links * on the admin page, so if someone does an 'add entry' without specifying either a url or upload, LDM will accept it Am I missing something - how were you trying to add the music files? |
Quote:
Both the MP3 and the wma I tried to upload are from by computer files. Is there some other way I should be doing this? |
Quote:
|
Since installing this i keep getting an error message saying that i have made a duplicate post, along with all the other members, anyone know the error?
|
Quote:
|
One of my users, Starvin' Marvin, gets the following error when trying to insert a new link
Quote:
The problem is due to the apostrophe ( ' ) in his name |
Quote:
|
We would like to be able to accommodate Over the air downloads of jad and jar files. Both files would need to be uploaded and one be able to call the other when accessed for download. possible?
|
Quote:
Hi Andrew, Did you manage to solve this issue ? I am facing the same problem on my board, users have to log twice to connect to LDM. Cheers. |
Hi Andrew, I am using 2.2.7 and it has been working perfectly for quite a while now but today when I went to administer link, I got the error
Warning: Cannot use a scalar value as an array in /local_links_admin.php on line 343 Everything else seems to be working as normal. Do you have any idea why this would have started happening? Thanks Clancy |
Quote:
|
Hi,
I have vbulletin 3.6.7 and Links/Download Manager v2.2.8 installed. I have the whole site running as a https server. I can download files in firefox with no problems but they will not download in Internet Explorer 7. Any ideas as this is driving me crazy? Regards, Ian |
Quote:
You can get rid of the warning as far as LDM is concerned by editing local_links_admin.php and adding the line Code:
$forum = array(); But it would be worth find out out which hack has added this stray variable in case we're leaving problems for the future. |
Quote:
Any further information you can offer? Have you tested what happens if you make the site available as http and access that way, i.e. is this a problem with https or with IE? |
Quote:
If i copy the url out and make it a http://...... line it works fine. The rest of the site works fine under http and https, it is just the links and download manager that has the problem. Ian |
Quote:
|
Quote:
site www.aipol.org pm sent with account details. Cheers, Ian |
Quote:
Internet Explorer/Tools/Internet Options/Advanced/ Scroll down to Security Set the option 'Do not save encrypted files to disk' That worked for me. Try a Google search for "cannot download file could not be written cache" - this seems a widespread problem when downloading pdf files. |
We would like to be able to accommodate Over the air downloads via mobileof jad and jar files. Both files would need to be uploaded and one be able to call the other when accessed for download. possible?
|
Quote:
|
Quote:
I did that and then it threw up the same error at line 689. I did the same for that line and that fixed it. I also had the problem when clicking the Moderate link. I fixed it in two places that needed changing and all is well now. I think I have only installed vbispy recently and that's not a product. so I don't think that would have caused the problem. If I remember installing anything else I'll let you know. Thanks again, Clancy |
Hi Andrew.
We would like to add to Joomla the function of showing the most recently added thing to a category. I have a module installed now that allows you to just copy/paste PHP, HTML, JS, CSS into it and it will show the code in that module. Is there specific code that I can use that will grab either the text link or the image from the most recently added item to a category? Thank you Andrew! |
Just wondering if the vbAdvanced modules work on vbA Dynamics the same way they do on the CMPS.
|
Heya, Andrew! I haven't been here to yank your chain for awhile.
I have a problem with your amazing mod - some of my users seem to be able to download more than their daily allowance. Here is an example: http://uber-goober.com/myPictures/Downloads.png http://uber-goober.com/myPictures/Downloads2.png http://uber-goober.com/myPictures/Downloads3.png Any clue? |
Quote:
It may be a real problem with accesses or it may just be something strange in the presentation of the hits **Edited** After looking at the code, it's possible that the report given on the LDM/admin/bandwidth page is not accurate. Not all 'hits' count against allowances - only those which actually require LDM to take control of the file transfer. So accesses to offsite links are not actually 'countable' against the allowances. I think the allowance rules are working correctly, but am ready to be proved wrong. |
Hi Andrew :) I posted about wanting the download manager to show up in Joomla. Is this possible? Hope you're have a great day!!
|
Quote:
|
great modification, works in this forum perfectly!
everything was as explained in this post, no hacks involved and works in vB 3.6.8 Level Patch 2. the admin panel was a bit confusing though :P |
Quote:
PHP Code:
This will deliver a table set out rather like the block in vbadvanced (actually, this is pretty well the code for the vbadvanced module). |
Hello. I have installed your product which works fine.
One small thing is that my YouTube links do not transform into embedded media like they do on the rest of the site. I installed this to make links automatically turn into embedded videos but for some reason they don't when used with your system. Any idea why? Thanks |
Quote:
There is a similar flash_sites 'extra' for LDM in the release |
Quote:
The second part works fine inside LDM - i.e. if you put a sequence such as Code:
[ame]http://www.youtube.com/watch?v=yLmvsqL1f-E[/ame] However, if you put the same thing in url tags, it won't carry out the first stage of the processing because AME does not include the necessary hooks. |
i can some1 please set up this modd for me, i cant pay but i can give you free hosting with free shoutcast
|
Hi Andrew,
I'm having some issues with the Joomla code. I took what you gave above and placed into a file called ldmgrabber.php I uploaded it into my Forum directory. I then created a test.php file with this code: Code:
<?php Code:
Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home//public_html/forum/ldmgrabber.php on line 3 |
Quote:
|
I couldn't get this working in Joomla so I tried to do it like we do with Photopost, and it's just on a .php page outside of everything.
Here is the page that is calling ldmgrabber.php So right now, Joomla isn't even a variable. To make it clear where everything is: ldmgrabber.php is in /forum the index.php is in the root directory. I can move either anywhere it needs to go. |
Quote:
|
Hello,
i just installed and set up this great plugin, it fits my needs perfectly. Thank you for the hard work you put into this! I have two questions, tried searching the thread but couldn't find the right answers: 1. I would like to show the thumbnails of the latest x entries (which in my setup would be either uploaded image files or video links) on the local_links homepage (and possibly the category pages). Can you give me the template snippet to add to the templates? 2. I set up my forumhome so that the local links main page and categories are subforums (act as forum set to no, with links to the relevant local links page). On the categories that don't have subcategories the latest entry is shown in "latest post" column on forumhome, but not on the categories that have subcategories (it shows no latest post because an upload into a subcat. doesn't trigger it). Is there a solution to this? (I saw that this has been mentioned here before but couldn't find an actual solution.) Thank you for your help! Edited to clarify the first question. |
Quote:
Thanks 1) There is an addon in the LDM extras directory (filmstrip), which places a set of thumbnails on the page. In version 2.2.8, it only works within a category, highlighting entries in the current category. In version 2.2.9, I have extended this plugin to do what you are wanting for the base category as well. You control what it does using new settings added to to the LDM admin/settings page. 2) Just to be clear what you mean - do you want the forumhome display to flag the latest entry in any of the category's sub-categories? I think this can be achieved - I will have to take a look at the code. |
All times are GMT. The time now is 04:49 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:
|