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)

CyberRanger 11-01-2006 03:09 PM

Quote:

Originally Posted by ShadowOne
ahhh thanks... is there an image for buttons/downloads.gif ?

Yes, it's part of the install files at upload\images\buttons. Depending on your style, you may need to copy download.gif to another location. (Note - it's download.gif not downloads.gif)

NiceWorld 11-01-2006 06:23 PM

Quck question, when I link to external files, is the source encoded (i.e. to avoid hotlinking by users finding out the exact location)?

Thanks

CyberRanger 11-01-2006 06:38 PM

Quote:

Originally Posted by NiceWorld
Quck question, when I link to external files, is the source encoded (i.e. to avoid hotlinking by users finding out the exact location)?

Thanks

No, if you want the source encoded, you need to upload the file and not link to it externally.

RS_Jelle 11-01-2006 10:18 PM

Please vote for DownloadsII in the Mod of the Month November 2006 contest :)

You can also nominate it again for a next MotM (the link for that is under the install/unistall link).

DementedMindz 11-01-2006 10:21 PM

Quote:

Originally Posted by RS_Jelle
Please vote for DownloadsII in the Mod of the Month November 2006 contest :)

You can also nominate it again for a next MotM (the link for that is under the install/unistall link).

did both and thanks again :)

Hornstar 11-02-2006 03:20 AM

Hey just wondering if you could comment on this post https://vborg.vbsupport.ru/showpost....&postcount=691

If any of that is a paid job let me know, and ill consider it.

Thanks.

Zia 11-02-2006 05:19 PM

Quote:

Originally Posted by Icy
I'm having a weired problem.. I add .mp3 extension.. Add files using mass import.. chmod 777 just the download directory.. But none can download any single file.. Its just stop after few seconds/minutes.. Sometimes its stop after downloading 200 kb sometimes after 1 mb sometimes after 75 kb :confused:.. I did upgrade from Ron|n's eCDownload.. I'm on vB 3.6.0.. Any help? Also a quick question to Westpointer.. When u 'll integrate it with vBPlaza?

Edit: My file name is Artcell - Rahur Grash [www.golpo.net].mp3 I've tried removing [www.golpo.net] but still same results.. Is thr anything I've to do to use it with vB 3.6.0 ?


this issue still burning our brain out...:S

unenergizer 11-02-2006 05:43 PM

How come I can not see the files my members have posted? What do I need to do about this? What steps do i take?

EDIT: Nevermind. I figured everything out. You can delete this now.

CyberRanger 11-02-2006 05:46 PM

Quote:

Originally Posted by UNEnergizer
How come I can not see the files my members have posted? What do I need to do about this? What steps do i take?

Are the members files being held in moderation awaiting approval?

RS_Jelle 11-02-2006 08:42 PM

Quote:

Originally Posted by hornstar1337
Hey just wondering if you could comment on this post https://vborg.vbsupport.ru/showpost....&postcount=691

If any of that is a paid job let me know, and ill consider it.

Thanks.

  1. Just remove their permissions to add files :)
  2. This isn't possible at the moment and isn't very easy to create quickly. Although it isn't very difficult also (add a new field to the user table and check for it, so that's an easy thing). I will look into this to create a plugin for it ;)
  3. This is one of the top requests: custom file fields. I can't promise anything, but ofcourse we will try to get this in the next big release.
  4. Adding a search box to the left column isn't very difficult, just an easy template edit:
    Open the downloads_wrapper_site template
    Find:
    Code:

    <br />$dl->downloadsmessage
    Above add:
    Code:

    <div align="left">
            <form action="./downloads.php?do=search" method="post">
            <input type="text" name="query" maxlength="75" size="20" />
            <br /><input type="submit" name="submit" value="{$vbphrase['ecdownloads_search']}" />
          </form>
    </div>

  5. The same as point 5, just another code to add, your advertising code (img or something else).
  6. This requires file edits when you want a field for this in the category admin. If there aren't a lot of categories, you can use template conditionals.
    Place them below $navbar in the DOWNLOADS template.
    For example:
    Code:

    <if condition="$cleancatid == '5'">
    <img src="http://www.yoursite.com/images/banner.gif" alt="banner" />
    </if>

    Ofcourse you just change the number 5 to the correct category id.

To become default: I really want a search field placed on each page in a next big release, so that will become default normally. We are also considering the custom file fields like I said. I don't think the custom category fields for advertisements are going to make it to become a default feature, not that many people would use this.


All times are GMT. The time now is 02:23 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.04016 seconds
  • Memory Usage 1,749KB
  • 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
  • (3)bbcode_code_printable
  • (6)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