![]() |
Quote:
|
Quote:
Andrew, Is there any way of implementing a system where the first time a user visit local_links.php, the form pops up before they can gain access to the downloads area. It then does not ask them again unless they leave the downloads area. Maybe even some kind of cookie that makes it so they only have to accept the first time they enter the downloads area. Remember I don't know what I am doing, but it's just a suggestion. I like it because I think having a form before every single download is repetitive and disruptive of a client's browsing. I am usually in favor of policies that do not hamper the flow of clients' browsing experience. Just an idea. |
Quote:
If you want a quick fix, edit local_links_misc.php, find the line PHP Code:
PHP Code:
|
Quote:
|
This is to help others that might want to use LDM to post on the portal like vbportal as a center block. It will display the latest uploads/links submitted. The code is 100% by Nitro at vbportal; I'm just copying it here so others might be able to use it as well.
Add a new php Center block in portalCP Uses templates: Yes Name: what you like PHP Code:
Add a new template P_ldm_new Code:
<tr><td width="20" class="alt1"><img src="$stylevar[imgdir_attach]/attach.gif" alt=""></td><td class="alt1">$linkname<br /><smallfont>Hits: $linkinfo[linkhits] Rating: $linkinfo[totrate]</smallfont></td><td class="alt2">$linkdate</td><td class="alt1">$linkuser</td><td class="alt2">$linksize MB</td><td class="alt1"><a href="$vbpoptions[bbdir]/local_links.php?catid=$linkcatid">$linkcatname</a></td></tr> If you want to order by rating or hits first query again the "ORDER BY linkdate" change linkdate to linkhits for hit count or totrate for top rated. I use it on my site and it works great. Thanks for working on that for me Nitro. |
Andrew, any word on having LDM "post" in a forum the latest uploads?
|
Quote:
Be aware that this code does not deal with any of the LDM settings/permissions. |
Quote:
|
Quote:
I'll have a play and let you know how I get on .. |
All reported bugs fixed - check! :)
So far the only thing I can see as a bug is when you go to change the display settings of a cat, the change works but when you go back to edit again it seems to pull the overall default settings and not the settings you have for that cat. Apart from that I can't see anything else wrong ....... at the moment :) I'll keep playing .. and I'd like to say I appreciate the work/time you're putting into this AndrewD .. You're a star! :D |
Quote:
|
Quote:
|
Quote:
Vik, thanks for this report. You're correct - handling of null links is broken in 2.1.0, and broken in a different way in the current 2.1.3 beta. I'll fix it by the time of next beta. |
I've updated to the newest beta with vbulletin 3.5.4 and its working great.
Also, for me the stats were not working before, but after the upgrade they all seem to be working fine. (before I couldn't find the links/files that other users had submitted, but now it lists them for each user) thanks again for all the hard work andrew. Are you still planning on doing more with the image hosting portion of this? |
Quote:
|
sorry for yet another post.. but I just noticed the new settings layout/organization and just wanted to say nice job.
|
Quote:
|
OK, this is what I propose to do. User agreements will be available in two ways:
a) Default - there is no need to 'accept' any terms and conditions before starting a download b) 'Accept me' - it will be necessary to agree to the terms set in a site-editable form and 'Accept me' will be available in two ways: 1) 'on category entry' (default). Users will need to 'agree' to the terms before entering categories. 2) 'on link access'. Users will need to agree before accessing a download This second setting will be available as a global value and as an inheritable per-category value, so it can be tailored to only apply in certain categories if you wish. NB: The combination (b) + (2) will not work for users who access LDM using third-party download managers like Download Accelerator Plus. It is simply too much work for me to sort this out. However, the combination (b) + (1) (and the other combinations) will work fine. OK? (Ophelia?) |
Sounds the best of both worlds AndrewD ..
I don't think you can expect to fix all the worlds problems :p |
How do I change the menu titles? All I want to do is change the option for "Add Link" to "Add File" which I think my users will understand more easily since I'm using this as a file library. I can't find it in any of the templates.
Thanks for all your work on this. It's a great enhancement to my site. |
Look for "Add Files" in your phrase/languages section of your admincp.
|
Thanks!
|
I can't get thumbnails to display. I notice the documentation makes reference to a linkbit_photos template and a selection for a thumbnails directory but I don't see these options. Are they in 2.1.0 or only in the new beta?
with 2.1.0 how to I get photos to display as in the screenshots here? http://www.eirma.org/devel/LDM/pictures.html |
Quote:
In order to get thumbnails to display with 2.1.0, this is what you must do: a) check that your php installation includes the GD2 library. If you don't know, take a look at the box down the bottom left side of one of the LDM admin pages - this will tell you b) set the LDM parameter link_imagesize to the size in pixels (largest dimension) that you want thumbs to be sized. If you leave this at zero, they won't show c) Either provide a url in the image field on the add link form, or use a main url that is itself an image (i.e. jpg, gif, png) Then it should work. In the versions after 2.1.0, several improvements have been made, such as caching ther thumbnails (quicker), using a better algorithm to create them (nicer) and providing some other layout templates (more appropriate layouts for photos). |
Hi Andrew,
Is it possible to set a maximum amount of characters when a user ads a link at the description field? At this moment a user can (and did) put a large text in the description field. Regards, Jeroen |
Quote:
As far as the images, I think an option to allow users to create/manage their own galleries would be beneficial. So like if I choose usergroup A and allow them to create/manage galleries then they could create their own personal gallery in the gallery category and only they could submit/edit the pics in their gallery. Maybe even give the option if they'd like their gallery to be just a private one. Another option that I think would be beneficial would be the choice to display newest and/or random pictures from galleries that the admins select. Maybe on the local_links main page or on a new gallery main page or both. (eventually it'd be nice to even have an add-on for use on forumhome if this were made possible) regarding the agreements, maybe you could extend that or make a unique version for galleries, whether it be for copyrighted content agreements or mature content, whatever. |
Quote:
|
Quote:
I'm all for adding features, but isn't this going that little bit too far away from what this hack is all about? It's up to AndrewD in the end I agree, but personally I'd like AndrewD to have a life and not get so overworked that he gets pissed of with the hack and stops supporting it .. (Sorry if I'm stepping on your toes AndrewD .. I'll get out of protective mode now :)) |
Quote:
|
This is absolutely terrific!
I've read in other places that it was too easy to install, that just may be true. Even I did it. :rolleyes: I have two questions. How can I change the menu item under Show "My Favourites" to "My Favorites"? Next, can this be used for just downloads? Is it possible to remove the "links" section? I already use vBadvanced's links directory and don't want to move at this time. I just want to use this as a document download tool. Thanks |
Quote:
I'm more than happy with what the hack is right now, he's done an excellent job. I have avoided installing other gallery hacks because I'd rather install or use one done by Andrew and I'd rather have it done in 1 hack instead of 3 or 4. (His hack is so versatile that instead of needing 1 hack for downloads, 1 for links, 1 for pictures, 1 for bandwidth, etc.. we can do it all with this) btw, has this ever been on the hack of the month poll? |
Quote:
|
Quote:
|
Quote:
Quote:
|
Quote:
|
Quote:
|
Quote:
This works just fine :) |
Quote:
|
Quote:
thanks.:surprised: |
I believe I found a small bug when trying to delete a link.
I got this message Quote:
|
All times are GMT. The time now is 06:02 AM. |
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:
|