vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=91107)

elsupremo 03-22-2006 04:32 AM

I just want to restate my wishful request that someday we be allowed to have an "alternate" link or two within each entry box. Perhaps underneath the name of the download and indented to the right. Or, underneath the magnifying glass for the thumbnail.

This could be useful for: people hosting images or videos where different quality (resolution) versions of the content are being offered.
Also, it could be useful as a file mirror.

Anyway, just another bit of input. One particular reason why I personally would love this, is I have the most recent downloads being displayed through vba CMPS on my index. However, because the content I offer has different quality versions, each new entry is duplicated (or triplicated, depending on how many versions I have). I thought perhaps to request having the links on the portal system selectable by category. But instead, I think what I have proposed above is a better solution, because it would not only fix the portal problem, but it would clean up the categories for those who have multiple categories for different quality versions.

Amazing hack as always, just my wishful thinking. :)

AndrewD 03-22-2006 05:06 AM

Quote:

Originally Posted by elsupremo
I just want to restate my wishful request that someday we be allowed to have an "alternate" link or two within each entry box. Perhaps underneath the name of the download and indented to the right. Or, underneath the magnifying glass for the thumbnail.

This could be useful for: people hosting images or videos where different quality (resolution) versions of the content are being offered.
Also, it could be useful as a file mirror.

Anyway, just another bit of input. One particular reason why I personally would love this, is I have the most recent downloads being displayed through vba CMPS on my index. However, because the content I offer has different quality versions, each new entry is duplicated (or triplicated, depending on how many versions I have). I thought perhaps to request having the links on the portal system selectable by category. But instead, I think what I have proposed above is a better solution, because it would not only fix the portal problem, but it would clean up the categories for those who have multiple categories for different quality versions.

Amazing hack as always, just my wishful thinking. :)


Thanks - I will keep this on the list, but it won't make 2.1.5 (which may end up being called 2.1.6 or even 2.2.0 :)) - it needs a rethink of the logic to be able to handle this clearly. What will happen in the official 2.1.5 (6,2.0,,) is that I have dealt with Shiva's request to autoparse urls, so if you drop a url into the description of the entry, this will be selectable. Unfortunately, this doesnt hide/manage the link, but it's a first step.

elsupremo 03-22-2006 05:18 AM

Awesome, thanks Andrew.

Quick question: do you know any easy solution off-hand that would solve my problem with the portal? "One particular reason why I personally would love this, is I have the most recent downloads being displayed through vba CMPS on my index. However, because the content I offer has different quality versions, each new entry is duplicated (or triplicated, depending on how many versions I have)."

It's not urgent at all, but it would be nice to figure out a way around this issue.

AndrewD 03-22-2006 05:22 AM

Quote:

Originally Posted by elsupremo
Awesome, thanks Andrew.

Quick question: do you know any easy solution off-hand that would solve my problem with the portal? "One particular reason why I personally would love this, is I have the most recent downloads being displayed through vba CMPS on my index. However, because the content I offer has different quality versions, each new entry is duplicated (or triplicated, depending on how many versions I have)."

It's not urgent at all, but it would be nice to figure out a way around this issue.

Off hand, I'd say that this can be handled by changing the SQL query that's used to drive the portal. That would depend on you being sufficiently consistent in at least some aspect of your naming conventions, so that the query can differentiate between the different copies of the entry and select the one you want. For example, always put a text which says "Choose me" in the required entries. (being flippant, but you get the point)

shiva 03-22-2006 07:20 AM

Actually Andrew, I was thinking about small images with the descriptions with main categories (I think I saw a request here somewhere, but this thread is getting h-u-g-e) and that's easy enough to do with bbcode so you have a nice look to the listings. But then, after doing it, it's a not so nice look.

Are there any plans for new templates in the future? I looked at the code for it, but it's a bit more advanced coding than I am capable of, but might be nice later on, it's not too bad now, but maybe some rearrangement of things would make it better. Still, a lot of fun playing with this. :)

Have a example here at my little temp site if anyone is interested in how thumbnail images look in the cat boxes.
http://shivasite.roxr.com/forums/local_links.php

You can't right align though, but left align looks great.

AndrewD 03-22-2006 07:23 AM

Quote:

Originally Posted by shiva
Actually Andrew, I was thinking about small images with the descriptions with main categories (I think I saw a request here somewhere, but this thread is getting h-u-g-e) and that's easy enough to do with bbcode so you have a nice look to the listings. But then, after doing it, it's a not so nice look.

Are there any plans for new templates in the future? I looked at the code for it, but it's a bit more advanced coding than I am capable of, but might be nice later on, it's not too bad now, but maybe some rearrangement of things would make it better. Still, a lot of fun playing with this. :)

Have a example here at my little temp site if anyone is interested in how thumbnail images look in the cat boxes.
http://shivasite.roxr.com/forums/local_links.php

You can't right align though, but left align looks great.


Sure, will think about this

AndrewD 03-23-2006 04:00 PM

Quote:

Originally Posted by shiva
Actually Andrew, I was thinking about small images with the descriptions with main categories (I think I saw a request here somewhere, but this thread is getting h-u-g-e) and that's easy enough to do with bbcode so you have a nice look to the listings. But then, after doing it, it's a not so nice look.

Are there any plans for new templates in the future? I looked at the code for it, but it's a bit more advanced coding than I am capable of, but might be nice later on, it's not too bad now, but maybe some rearrangement of things would make it better. Still, a lot of fun playing with this. :)

Have a example here at my little temp site if anyone is interested in how thumbnail images look in the cat boxes.
http://shivasite.roxr.com/forums/local_links.php

You can't right align though, but left align looks great.

Shiva, is this anything like what you want? If so, this is an easy edit to the links_catbit template, attached. Rather than putting the icon into a bbcode, you use it at the cat_icon and cat_icon_new settings for the category.

Tyegurl 03-23-2006 04:34 PM

got this working perfectly on my 3.5.4 not a problem after i read the directions again...

did have to change my php.ini file to allow bigger uploads and post sizes. but works like a charm.!!

MikeGK 03-24-2006 02:21 AM

Hi Andrew, can this script limit download speed and limit connection per ip? thnx..

AndrewD 03-24-2006 04:09 AM

Quote:

Originally Posted by MikeGK
Hi Andrew, can this script limit download speed and limit connection per ip? thnx..

No, these are currently not options.


All times are GMT. The time now is 10:46 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
  • Page Generation 0.03032 seconds
  • Memory Usage 1,757KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete