vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - DownloadsII (https://vborg.vbsupport.ru/showthread.php?t=120122)

Rickeo 07-01-2007 12:37 PM

You will be a living legend for this :) Thank yoooooouuuuuuuuuuu :D:D:D:D

~Rick~

Rickeo 07-01-2007 01:49 PM

I get this error on 3.6.7 PL1 when importing the product

No phrasetypeid!

Any help here please??


Rickeo 07-01-2007 03:04 PM

Sorry issue resolved :s sorry about that

~Rick~

RS_Jelle 07-05-2007 10:02 AM

A question to you all: are you using the Stats feature (downloads.php?do=stats) of DownloadsII? Should we keep it or remove it? Would it be better to integrate it in the AdminCP instead of the public pages? If you use it, why and how do you use it (what purpose etc.)? And what new features would you like in it if we have to keep it?

rowlandc 07-06-2007 09:39 AM

I don't use it much and I believe in adding it in the admin cp would be better. I use it to give my an overview of how much my members are downloading.

You could add it as a sub menu under the download information log. It would be nice in the admin cp that the download section with all the states be developed more. At the moment its great to see how many times someone downloads a file on which day but more information would be interesting e.g. a time.

At the moment I get some members which download the file 4 times in a row. If I new the time in-between those downloads I could see if they are just a bunch of lechers. So if I see it’s a couple of minute’s interval between each download I can assume he’s just had problems downloading. If he downloads every hour then it’s possible he’s a bot sucking my bandwich.

Anyways to make it simple, a time section in the log would be most welcome. The states page should be added to the admincp because its not peoples problem about how much people are downloading, only admins need to worry about that in my opinion.

I hope it helps ;)

csavern 07-07-2007 07:35 PM

when i upload a file to the board then add images of something to the upload i just made all the pics are strait down the page not next to each other..
someone know what i might need to edit to fix this problem

Sean James 07-08-2007 01:18 AM

Can this modication, search your current vBulletin attachments and add them?

A|X 07-08-2007 03:53 AM

how to display order category?

RS_Jelle 07-08-2007 07:55 AM

Quote:

Originally Posted by rowlandc (Post 1284227)
I don't use it much and I believe in adding it in the admin cp would be better. I use it to give my an overview of how much my members are downloading.

You could add it as a sub menu under the download information log. It would be nice in the admin cp that the download section with all the states be developed more. At the moment its great to see how many times someone downloads a file on which day but more information would be interesting e.g. a time.

At the moment I get some members which download the file 4 times in a row. If I new the time in-between those downloads I could see if they are just a bunch of lechers. So if I see it?s a couple of minute?s interval between each download I can assume he?s just had problems downloading. If he downloads every hour then it?s possible he?s a bot sucking my bandwich.

Anyways to make it simple, a time section in the log would be most welcome. The states page should be added to the admincp because its not peoples problem about how much people are downloading, only admins need to worry about that in my opinion.

I hope it helps ;)

Thanks for the feedback. Your suggestions were already incorporated in the next release: the downloads log is now also displaying the download time and ip address (and when you click on it, it does an ip lookup using the vBulletin ip system). You can find a screenshot of it here.

Any other people with information about how they use the Stats feature (or the fact that they aren't using it)? And what you want as a new feature in it?

Quote:

Originally Posted by csavern (Post 1285297)
when i upload a file to the board then add images of something to the upload i just made all the pics are strait down the page not next to each other..
someone know what i might need to edit to fix this problem

Have a look at this post. Someone already asked this and I coded it for him, so you just need to upload the attached downloads.php file instead of your current one.

Quote:

Originally Posted by Griffin80 (Post 1285503)
Can this modication, search your current vBulletin attachments and add them?

No, it has nothing to do with the vBulletin attachments at the moment. It's a separate downloads database.

Quote:

Originally Posted by A|X (Post 1285541)
how to display order category?

When you are viewing a category, there's a "Sort Files" dropdown menu at the bottom of the page. You can also click on the header names for sorting.

iBaker 07-08-2007 09:20 AM

Hi
I hope someone can help with this.

I have changed the layout in the downloads.php file to use the downloads_panel_top template. I also wanted to have the standard vBulletin category row across the top of the panel which includes the standard collapse button so the dpanel of latest files, popular files and top contributors could be collapsed.

This is my downloads_panel_top template which includes my changes but I can't seem to get the collapse button to work - any help is greatly appreciated!

Code:

<!-- IB added for category row heading -->
<table id="downloads{$dpanel}" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <thead>
        <tr>
            <td class="tcat" colspan="3">
                <a style="float:right" onclick="return toggleMultiCollapse('downloads')"><img id="collapseimg_downloads{$dpanel}" src="images/buttons/collapse_tcat.gif" alt="{$vbphrase['collapse_this']}" border="0" /></a>
                Downloads
            </td>
        </tr>
    </thead>
    <tbody id="collapseobj_downloads{$dpanel}" style="{$vbcollapse['collapseobj_downloads']}">
<!-- end IB added for category row heading -->

<!-- IB removed for category row heading
<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%" align="center">
        <tr>
            <td>
                <table cellpadding="6" cellspacing="1" border="0" width="100%">  -->
        <tr align="center">
            <td class="thead" width="33%"><span class="smallfont">{$vbphrase['ecdownloads_latest_files']}</span></td>
            <td class="thead" width="33%"><span class="smallfont">{$vbphrase['ecdownloads_most_popular_files']}</span></td>
            <td class="thead" width="33%"><span class="smallfont">{$vbphrase['ecdownloads_top_contributors']}</span></td>
        </tr>
        <tr align="left">
            <td class="alt1" width="33%" valign="top">
                <fieldset class="fieldset" style="margin:0px 0px 0px 0px">
                    <legend>{$vbphrase['ecdownloads_latest_files']}</legend>
                    <div style="padding:0px">
                        <table cellpadding="0" cellspacing="0" border="0" align="center" width="100%">
                            <tr>
                                <td width="100%">
                                    <table cellpadding="2" cellspacing="{$stylevar['cellspacing']}" border="0" width="100%">
                                        $dpanel_latest_bits
                                    </table>
                                </td>
                            </tr>
                        </table>
                    </div>
                </fieldset>
            </td>
            <td class="alt1" width="33%" valign="top">
                <fieldset class="fieldset" style="margin:0px 0px 0px 0px">
                    <legend>{$vbphrase['ecdownloads_most_popular_files']}</legend>
                    <div style="padding:0px">
                        <table cellpadding="0" cellspacing="0" border="0" align="center" width="100%">
                            <tr>
                                <td width="100%">
                                    <table cellpadding="2" cellspacing="{$stylevar['cellspacing']}" border="0" width="100%">
                                        $dpanel_popular_bits
                                    </table>
                                </td>
                            </tr>
                        </table>
                    </div>
                </fieldset>
            </td>
            <td class="alt1" width="33%" valign="top">
                <fieldset class="fieldset" style="margin:0px 0px 0px 0px">
                    <legend>{$vbphrase['ecdownloads_top_contributors']}</legend>
                    <div style="padding:0px">
                        <table cellpadding="0" cellspacing="0" border="0" align="center" width="100%">
                            <tr>
                                <td width="100%">
                                    <table cellpadding="2" cellspacing="{$stylevar['cellspacing']}" border="0" width="100%">
                                        $dpanel_contrib_bits
                                    </table>
                                </td>
                            </tr>
                        </table>
                    </div>
                </fieldset>
            </td>
        </tr>

<!-- IB removed for category row heading
                </table>
            </td>
        </tr> -->

<!-- IB added for category row heading -->
    </tbody>
<!-- end IB added for category row heading -->

</table>



All times are GMT. The time now is 12:12 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.04073 seconds
  • Memory Usage 1,787KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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