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)

bhxtyrant 10-15-2005 10:03 PM

Quote:

Originally Posted by AndrewD
You're the first who has asked this - I don't think this would be difficult to add as all the relevant data (who's accessing what and how much traffic that creates) is already being captured - what do other's think?

I love this idea as well,I was just actually thinking about it yesterday matter in fact.It would be awsome so be able to set limits by usergroups.For example usergroups 1 can download (this many files per day) while user group 2 can download (this many per day) while admins can download (unlimited) would be very handy for sites like mine which have alot of downloads but may require restrictions to save bandwidth.

Benj 10-15-2005 10:22 PM

Quote:

Originally Posted by AndrewD
You're the first who has asked this - I don't think this would be difficult to add as all the relevant data (who's accessing what and how much traffic that creates) is already being captured - what do other's think?

sounds cool

PtP 10-15-2005 11:56 PM

Possible bug in 2.06 or me missing something new.

The catagories in the main catagory view are not showing by order I have given them in the "display order"

I just found that /local_links_admin.php?action=admin&set=categories is showing them in correct order though, Am I missing another setting ;)

AndrewD 10-16-2005 04:09 AM

Quote:

Originally Posted by PtP
Possible bug in 2.06 or me missing something new.

The catagories in the main catagory view are not showing by order I have given them in the "display order"

I just found that /local_links_admin.php?action=admin&set=categories is showing them in correct order though, Am I missing another setting ;)

Confirmed bug, introduced in 2.0.6 in fixing another bug. Order of subcategories should match order of links (by title, date, etc), but a specified displayorder should always trump anything else.

Fix is to edit local_links_include.php, line 519

Code:

function catcmp($a, $b) {
        global $holdsort, $holdcat;

        switch ($holdsort) {

Before the switch statement, insert these two lines so that the code reads as follows:
Code:

function catcmp($a, $b) {
        global $holdsort, $holdcat;

// Display orders always over-ride the rest
        if ($holdcat[$a]['displayorder'] < $holdcat[$b]['displayorder']) return(-1);
        if ($holdcat[$a]['displayorder'] > $holdcat[$b]['displayorder']) return( 1);

        switch ($holdsort) {


PtP 10-16-2005 04:26 AM

Fixed ;)

TundraSoul 10-16-2005 06:00 AM

<i>v2.0.6, very nice, good job!</i>

Here are a couple of suggestions I think would improve usability. I noticed the links are no longer accessible if you don't have permission to view/download them. You should do the same thing with the Most Popular Entry links on the home category.

The most popular entries looks a little weird centered there in the middle of the home category. Even the entries are centered. Please allow us to enable or disable the most popular entries box.
In Advanced Search, people really don't know what to type in as the file type. Should it be for instance, *.doc or just doc or .doc? Perhaps a few examples in the template is all that's needed to clear up any confusion.

AndrewD 10-16-2005 08:44 AM

Quote:

Originally Posted by TundraSoul
v2.0.6, very nice, good job!

Thanks

Quote:

Originally Posted by TundraSoul
Here are a couple of suggestions I think would improve usability. I noticed the links are no longer accessible if you don't have permission to view/download them. You should do the same thing with the Most Popular Entry links on the home category.

Yes, I agree.

Quote:

Originally Posted by TundraSoul
The most popular entries looks a little weird centered there in the middle of the home category. Even the entries are centered. Please allow us to enable or disable the most popular entries box.

Yes, I agree. The layout can be improved. btw, you can switch the whole welcome box off with the show_hit_parade setting (admin page).

Quote:

Originally Posted by TundraSoul
In Advanced Search, people really don't know what to type in as the file type. Should it be for instance, *.doc or just doc or .doc? Perhaps a few examples in the template is all that's needed to clear up any confusion.

Yes, I agree.


I'm impressed - you've really dug into this!

LeeWicKeD 10-16-2005 09:55 AM

Ok, finished German translation...I hope it's understandable for the German-Users...some phrases we're difficult to translate :D

@AndrewD: is this xml-file the file i can post at vbhacks-germany for the translated version, or do you import this to your 2.0.6-zipfile?


Have fun,

Cheers

Lee

AndrewD 10-16-2005 11:25 AM

Quote:

Originally Posted by LeeWicKeD
Ok, finished German translation...I hope it's understandable for the German-Users...some phrases we're difficult to translate :D

@AndrewD: is this xml-file the file i can post at vbhacks-germany for the translated version, or do you import this to your 2.0.6-zipfile?


Have fun,

Cheers

Lee

Thanks, Lee - I'll include in the next upload of 2.0.6 and I'll check it with 2.0.5 to give you a proper answer for vbhacks-germany.

AndrewD 10-16-2005 12:34 PM

I've moved the beta 2.0.6 into the first post in this thread and fixed the bugs/suggestions reported so far.

Both the zips in the first post (2.0.5 and 2.0.6) also contain the complete German translation that LeeWicked has provided - thanks :)

Further reports please, particularly about uploading, which is the main new feature.


All times are GMT. The time now is 03:30 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
  • Page Generation 0.02906 seconds
  • Memory Usage 1,751KB
  • 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
  • (2)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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