![]() |
Quote:
I'll have a look at the links showing up more than once - I think that is down to SQL's ORDER BY RAND() which dowsn't guarantee uniqueness - so needs an extra filter. I hijacked the portal settings for other purposes - categories_seen_on_portal has no effect in the main hack. (The portal code was written by Natch, and an updated version of it, get_hotlinks.php - is in the natch subdirectory). |
You can use the "SELECT DISTINCT" instead of just "SELECT"... should do the trick :D
|
Quote:
|
Version 1.51 is now the supported release. See first post in thread.
|
Upgrade went without a hitch .. :)
.. and I can't find anything to say! [high]* Slave goes off to have a think ..[/high] |
Ok .. had a think .. feature requests .. :)
Allow users to comment on links Show -> New Comments Allow users to subscribe to categories (if new link added they get an email) Show -> Subscribed Categories Allow users to subscribe to links (if link gets updated they get an email) Show -> Subscribed Links Show -> What's updated Instead of "rated 5 star" .. have a pic of 5 stars (use the same gfx that vb does?) Pick link rating from a dropdown menu instead of links 1/2/3/4/5 In Category column if a category has a new link or sub-cat this is highlighted next to the category name I think that should keep you going .. but only if you want to :) |
Quote:
>Allow users to comment on links >Show -> New Comments >Allow users to subscribe to categories (if new link added they get an email) >Show -> Subscribed Categories >Allow users to subscribe to links (if link gets updated they get an email) >Show -> Subscribed Links These have been long-standing suggestions. I've given them some thought but would require quite a lot of effort to implement properly. >Show -> What's updated OK, will think about this >Instead of "rated 5 star" .. have a pic of 5 stars (use the same gfx that vb does?) Someone's already shown how to do this. It's a simple edit of the linkrate template. >Pick link rating from a dropdown menu instead of links 1/2/3/4/5 You could probably achieve this also with the linkrate template >In Category column if a category has a new link or sub-cat this is highlighted next to the category name This already happens - categories with new entries appear in bold. |
Quote:
Quote:
Quote:
Quote:
Quote:
[/high] Of course it does .. completely forgot :) |
Installed fine, but when I tried to add a cathegory, filled the "add cathegory" form, pressed "confirm" and... nothing? Tried several times, no result. What could it be?
vb 3.0.3 with the security patch. |
Quote:
|
PM sent.
|
All works fine now, thanks to Andrew's prompt help :)
|
And now something more general:
If users want to download a file using some download manager, they can copy the link but then the Save File name the manager gives is local_links.php, yet the file is actually the chosen file. Is there a way to go around this and give the real file name? Also: currently people with dl managers can't resume the downloads, is there anything that can be done about this? And another issue: It would be nice if there was a way to mass-change permissions of links in a single category... I did a test run and now have to manually change some 20 links :))) |
@AndrewD : This is a great hack. I just have a quick question, for example I have some media file (.wma, .wmv) and I mask the link with this hack. When my user want to dload the media file, they have to do right click --> save target as... otherwise if they click on the link, it will auto pop up the window media.
So my question is how can I change to direct dload when I just left click mouse to the link? Thanks inadvance. |
Quote:
PHP Code:
PHP Code:
|
Quote:
If you really want to make this work with all download managers, then I think you will have to set force_redirect to 2 on the links admin page. However, this will create two new problems which may or may not be important to you - the location of all your links will become completely visible and the hit counter will not work. Quote:
|
Hi AnDrewD!
Thanks for the reply, I did try your suggestion but it didn't work. Usually when you click on link mp3 the Windown Media will not start automatically but with files are .wmv, .wma it does. Maybe you can take a look and help me out to solve this problem ?? I am sure many other users who use and love this hack also want the samething as I do. Thank u. Ps: mayb this will help you some: http://www.hotscripts.com/Detailed/34430.html Quote:
|
Quote:
|
Awsome, it works. All bow down to u. A big thank from my community.
|
** Post deleted - beta 1.55 now available
|
I have it installed and translated to Turkish perfectly.Working very good.
The only problem is the local file root. In no condition I got this working but having no problem in anything else. Perfect Job Andrew. |
AndrewD, I have a stupid question. I tried to read the instructions and I tried to review the code but am still not sure.
Let's pretend I have a message board with five forums and each forum has a different moderator. Can I give each forum its own "category" and set it so that forum's moderator must manage all incoming links/files in that category? In other words, each moderator would care about his/her area and not be bothered with the rest. |
Quote:
|
Excellent. Although I'll probably wait for the official release. :) I won't lose anything after upgrading, right?
|
Quote:
|
Works perfectly, thanks.
|
Quote:
|
I know it does not explicitly say but I want to confirm if this Mod works with MySql v3.23??
if anyone has it running on MySql3.2x..do let me know. thanks |
Quote:
|
Quote:
Good luck |
Quote:
|
Oh wow! I love this hack! THANK YOU SO MUCH!
|
I had a table full of categorized link items already and wanted to migrate it into Links 1.51 so that it could become the foundation of my collection. It was a duplicated system up to this point where people would use a forum for URL discussion and I was manually updating a table with phpmyadmin. Anyway, this solution fixes all that.
So I wrote my own php script to import the stuff and I figured I'd share it here in case anyone else has to do something similar.
I then had trouble with apostrophes from words like can't, so I had to use the addslashes() function on the titles and descriptions I was importing. But it worked, and very well. I was able to populate Links with about 400 links, all into the right categories. Here's the ugly amateurish php script with some extra echo commands I used for testing. You can omit those: Code:
<?php Attached are FROM (the original news/links database) and TO (Links 1.51) screen caps. |
I noted earlier that mass move of links to a different category or mass change of permissions would be very welcome, is there any hope of seeing this in the future? :)
|
Quote:
|
I have a simple question
How can I remove the image on the section place. For example on a HD links database I run: http://www.juicyduff.com/forum/local...=links&catid=2 The avatar at the top messes things up and I don't want it to be there, how would I make it NOT display there? "Avatars [img(removethis)]http://www.juicyduff.com/dloadz/avatars/wellysm/2.gif[/img(removethis)]" - Also, that displays on the title at the top near forum navigation ... I want that removed too. BTW - AWESOME HACK! |
Quote:
Put your image tag into the category description (if you want it to appear in the category listings) or into the extended description (if you want it to show up only in the category itself). Don't put it into the category name. |
Hi Andrew,
Perhaps I was too vague and should make myself more clear: Sorry, but the 2 solutions failed to solve the problem: Bascically, I want the avatar to remain where it is on the front page but its image NOT be displayed how it is in the link above but to remain where it is. Here is the main page: http://www.juicyduff.com/forum/local_links.php You can see that the "wallpapers" images is moved, basically I only want the thumbnails to be on the left handside (category) and no where else. Thanks, your help is appreciated... |
Quote:
As you observe, if you put an image tag (or any other tag) into the category name, then the tag also shows up in the navigation bar as text. (I'll see if I can check for that condition and remove it, but I need to be careful that I don't kill anything else in the process.) What you could do (easier if you are the only person creating categories on your board) is use the description or its extended description purely to hold the bbcode image tage, and modify the template accordingly. For example. you could use the description to hold only the image tag and put the accompanying text into the extended description. So, you might edit these lines in the links_main template: Code:
<tr align="center"> You would also have to make a similar change in the links_catbit template, where the three variables are $catname, $catdesc amd $cattext. Code:
<tr valign="top"> |
Unfortunately that didn't work :(
|
All times are GMT. The time now is 05:03 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:
|