![]() |
Quote:
Users with reputation 0-9 get no bytes and no files Users with reputation 10-49 get whatever you have set up in the bandwidth tables Users with reputation 50-499 get double whatever you have set up in the bandwidth tables Users with reputation of 500 or higher get ten times whatever you have set up in the bandwidth tables These changes do not apply to administrators You can change that behaviour by editing the plugin. It should be straightforward. |
Now I am confused. I want members to add to the reputation of the member posting the file. So that a member rating the file will have effect upon the reputation of the member who posted the file. I think that this will greatly increase the amount of files posted, as it will reward doing so.
This can be done by either adding a reputation rating scale to the icons right from the file (next to add to my favorites) or by connecting comments and ratings to the reputation system. |
Quote:
OK, this goes back on the wish list. |
Regarding LDM 2.2.1:
Quote:
Quote:
Quote:
Thumbs space = "/thumbs"The thumbnails will not load in IE 6.0. Tried flushing caches and all. Can this have something to do with file name, (URL base name), generation for the thumbs? Quote:
Thumbs space = ""..and thereafter doing "Rebuild thumbs", (http://www.teflon.net/forum/local_links_admin.php?action=doadmin&dothumbs=1), will make the problems go away. If not rebuilding thumbs, the problem remains randomly for some of the pictures. And even after clearing Thumbs space and rebuilding thumbs, there will still be remnant files in the thumbs directory. Can this have something to do with file name generation for the thumbs and validating of cached thumbs? |
Quote:
Interestingly, I've just rechecked the validation with the example you have reported. It works properly on a Linux box where /dir1/dir2/../dir3 is not a valid file name amd where file permissions work properly. However, Windows, bless its heart, unexpectedly (for me at least) decides that /dir1/dir2/../dir3 = /dir1/dir3 and - because its file permissions are less robust - can create the test reports and so reports that everything is ok. Quote:
|
Quote:
It is fully reproducable on the above platforms. Windows? Don't mention the war! :confused: :knockedout: No offence ment for those who love those limited platforms, but there is billions of issues with webservers running Windows. I know this i s flame bait, but please make another thread or send med some PMs if ya want to bite my head off. ;) |
Quote:
|
Hi Andrew,
Thanks for the hack, its perfect, but i have a small problem, i want to make a categories that only some user groups can see, my understanding is now, i need to link to a forum, so it picks a permission from that forum, the problem is , i dont have a forum which only those user groups can see. all my forums are open to everyone, but i want SOME categories in the download manager be exclusive to some usergroups, is this possible? thank you very much again. |
Quote:
|
EDITED ... i fixed it, thanks
|
ok guys, i got a new problem, u know when i upload the video image, it doesnt show up, i know the upload is fine, because when i FTP into the server and go to the directory i set for upload, the pic is there, but it just doesnt show up in the vidoe, is there something i am missing here?
Thank you so much for your help. |
Quote:
|
OK everything works fine, except when i go to upload a image only.
I get this error: "No file/url specified." what am i doing wrong? here is the link... |
I am trying to intergrate thumbshots.org do display a screenshot of the linked sites homepage.
The code that needs to go in there is Code:
<img src="http://open.thumbshots.org/image.pxf?url=http://$link[url]" border="0" onload="if (this.width>50) this.border=1; this.alt='Preview by Thumbshots.org';"> |
Hey AndrewD,
It's been a while since i last been here lol.In any case i just began working with this newer version of LDM and it's pretty awsome so far.But i ran into one error i cant seem to figure out so thought i would ask here as you always had the answers for these things in the past.I installed LDM with VB 3.5.4 all was working well.I added a few test links.But now when i try to mass import files i get this error "Warning: Wrong parameter count for fgets() in \local_links_admin.php on line 1619" im not entirly sure why.Thanks |
Hi, I just installed this today but I'm getting an error when I upload image only. "No file/url specified." Your help is appreciated. Thank. Angkor
|
Quote:
.... i still dont ge the thumb generated, when i upload the pic i got a + which when i click i get the full size , but no thumb :( i have 200 in my thumb width setting. |
HiRaul7, which setting are you referring to? I was able to upload to a file but not to an image. You mean under:
upload_dir (I had created a folder called" Upload" with permission 777. This what I have upload_dir= forums/upload/ In permission setting: Enable upload (register, administrator) Any other setting I have to check? Thank |
Quote:
LDM normally expects that you will complete the url field, and gives th message you report when you fail to do so. You can change this behaviour by setting the <allow_null_links> LDM setting to <yes>. Afterwards, you can then create LDM entries without a url. However, if you just want to have an image, you can also enter that image (jpg, gif, png (I think)) as the normal url and leave the image field blank. In that case, LDM spots what you are doing, and 'auto creates' the thumbnail. |
Quote:
|
Quote:
|
Hello,
I've found that on mac firefox and mac safari the links that should be pointing out to a jukebox are instead just doing a 'jump' (instead of a 'play') for example, the link for an audio file is showing this url: Code:
http://www.staytunedtheband.com/forum/local_links.php?action=jump&id=1&catid=1 Code:
http://www.staytunedtheband.com/forum/local_links.php?action=play&id=1 Thanks, Will Lanni |
Quote:
|
Ok now I didnt get that error any more which it allow me to upload image. But the issue it is not display the image. Here my link:
http://www.khmerclub.org/local_links.php?catid=2 Quote:
|
Quote:
As I wrote, I was looking through the code trying to find where the browser/OS testing was done, but couldn't find it. After I get through some client work today, I'll run a global search; I'm assuming you're doing a javascript check? If you can remember what file the OS test is in, would you let me know? I can find it from there. thanks, w |
Quote:
The OS test is done in includes/local_links_install.php. With v2.2.1 (which is what I think you're using), there's a test against $_SERVER[HTTP_USER_AGENT] at line 103, which sets the global $user_windows. Stage 2: Subsequently, also in local_links_include, in function get_linklistbit (which actually builds the individual entry bits), you'll find the line: Code:
$is_musicbox = iif($user_windows and get_mimetype($urlType) and in_array($urlType, $musicboxtypes), 1, 0); Stage 3 - the actual playing. This is the key bit. The links_play template contains a series of nested <object> <embed> sequences that are set up for the various players (Windows Media Player, Real Player, QuickTime, DivX, etc) that LDM can handle. The various variables that it tests against are set in local_links.php, in the action="play" section, towards the bottom. You'll need to work out the correct sequence for the Mac. Presumably WMP is a no go? But perhaps Real player is fine. Let me know how it goes. |
Quote:
I am using 2.2.1, not upgrading to vB 3.6 until they've got a few more versions knocked out. Macs come with Quicktime installed, so I'll probably wind up setting the player to QT. I'm also thinking about grabbing the $type, and if it's mp3, setting up a flash player as well, as that has been the most cross platform/browser friendly so far for music playing. (I'm having problems in Windows FireFox getting it to recognize I don't have quicktime but do have WMP) Anyway, I will let you know how it goes. I'm assuming that whatever I update I should let you know with line numbers and quoted code? Or should I zip up what I do and message it? |
Quote:
I 'beta'-d a test with the Wimpy player, which is Flash based - you'll find it in the VB36 version 2.2.6. Very straightforward. |
I uninstalled this as I really didnt need it any longer...i did like it however. Anyhow,
I uninstalled it and a pop up came and said to run a "something_kill". It went away really quickly and wasnt sure exactly what to do. How do I run this feature? |
It was just a couple revisions of code in the local_links_include.php, I can just post my changes here.
This is for v2.2.1 (I haven't looked at your new version): Line 103: defined $user_mac on line after $user_windows: Code:
$user_windows = iif(strstr($_SERVER[HTTP_USER_AGENT],"Windows"), 1, 0); Code:
global $linkscat, $schemes, $modes, $icon_cache, $user_windows, $user_mac; Code:
$is_musicbox = iif(($user_mac or $user_windows) and get_mimetype($urlType) and in_array($urlType, $musicboxtypes), 1, 0);
|
Quote:
If you *really* want to get rid of everything (i.e. delete LDM's database tables), then you need to upload and run the utility in the extras/kill-LDM subdirectory in the release zip. It will cause no problems if you leave these tables, as they are independent of VB. |
BUG REPORT:
When jukebox is launched, if "send to friend" is clicked, the linkid returns a wrong catid. For the song I tried to send, i got catid=-10 instead of catid=1 EDIT: It actually isn't including the catid from the jukebox, whereas it is including the catid in the regular links page from the send to friend. here's what I see on the jukebox when I roll over 'send to friend': Code:
http://www.staytunedtheband.com/forum/local_links.php?action=sendtofriend&linkid=1 |
Quote:
|
Quote:
|
I recently installed LDM and really love this app, but I'd like to utilize my own icons instead of the stock ones. My site is dark - It utilizes multiple shades of grey.
I'm currently developing a bunch of 16x16 icons for my website, but I'm using .png instead of .gif. I decided to use PNGs because they render shadows much better than GIFs. I can create an icon with a drop shadow and use the same icon on both a white or a dark colored website. Can someone tell me whether it's possible to utilize a .png icon with LDM? If I only need to edit a template or two (or more) that's fine - I just need to know which ones. Thanks! |
Not to disregard what jgommel is talking about, but is there a way to integrate an streaming flash player into this?
|
Quote:
|
I recently changed servers, my downloads are still in the same folder location on the new server. Everything is the same.
However, now LDM gives following error message whenever click on a download: Sorry - link is not currently available I tried revalidating but, it doesnt do it. "Link check failed /files/some directory/some_file.mp3 Accept Modify" |
Quote:
Happy to take a look if you want - I'll need an admin username and pwd |
Hi there,
I am a total newbie at this but seemed to have everything installed and working as it should. I do have one problem though. When I try to download a file, I'm getting the following error message: Error - Cannot determine if you can access link: linkid,forumid= 2, 17 Can someone tell me how I might resolve this? Thanks so much! Sherry |
All times are GMT. The time now is 10:34 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:
|