vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   ecDownloads 3.2 Legacy (https://vborg.vbsupport.ru/showthread.php?t=75198)

wirewolf 04-29-2005 06:18 PM

Your welcome Slave. Got a link so we can see?
I've added a few more items:
Added Email notification and write to file in dl_file.php, with an Admin switch in the Download Settings. Check out the Screen Shots again.
John

Slave 04-29-2005 08:06 PM

www.savageforums.com is where I'm adding all this stuff :)

Slave 04-29-2005 08:14 PM

Oh .. by the way ..

Any chance you can add the category abbreviation to the module? Or tell us how to do it?

:)

turkforum 04-30-2005 07:59 AM

First of all, thanks to ronin and vb community for this great hack..
I haven't install the hack yet because I want my users to upload and download files from my other server where my vb forum is not installed..I have some reasonable excuses to think like this..

So, is it possible to let my users to u/d files to another outside server with this great hack?

mfacer 05-03-2005 11:25 AM

just finished customising my installation...

http://www.helpeducation.com/forum/downloads.php

main changes include:

- windows style folder browsing
- bread crumb navigation
- layouts all use the "top wrapper"
- user menu added under user options instead of the user info
- icons for uploads such as images, pdf, word etc

any comments would be much appreciated!!

c0d3x 05-03-2005 11:38 AM

news on the version 3 ?

rjordan 05-03-2005 12:21 PM

Quote:

Originally Posted by mfacer
just finished customising my installation...

http://www.helpeducation.com/forum/downloads.php

main changes include:

- windows style folder browsing
- bread crumb navigation
- layouts all use the "top wrapper"
- user menu added under user options instead of the user info
- icons for uploads such as images, pdf, word etc

any comments would be much appreciated!!

I glanced at it and am impressed. Nice job of the category navigation!

Rob Locke 05-03-2005 01:33 PM

Quote:

Originally Posted by mfacer
just finished customising my installation...

http://www.helpeducation.com/forum/downloads.php

main changes include:

- windows style folder browsing
- bread crumb navigation
- layouts all use the "top wrapper"
- user menu added under user options instead of the user info
- icons for uploads such as images, pdf, word etc

any comments would be much appreciated!!

Fantastic. How did you do it? I'd love to do something similar.

mfacer 05-03-2005 02:02 PM

Quote:

Originally Posted by Rob Locke
Fantastic. How did you do it? I'd love to do something similar.

quite easily actually....

in dl_category.php I added

Code:

if ($x == 0) {
                //start a new TR
                $startLine = true;
        } else {
                $startLine = false;
        }
       
        if ($x >= 7) {
                $endLine = true;
                $x = 0;
        } else {
                $endLine = false;
                $x++;
        }

which will put 8 columns across the page, these are then used to display the file icon..... then in the template "downloads_main_catbit" I Put

Code:

<if condition="$startLine">
<!-- draw a new TR -->
  <tr>
</if>


<td>
<<< icon and info here >>>
</td>


<if condition="$endLine">
<!-- draw end TR -->
  </tr>
</if>

and changing the downloads main to

Code:

<table cellpadding="5" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center" style="background:#ffffff">

$catbits
               
</table>

I just used the same code in the dl_files and templates....
The extension can be easily worked out then you just use an image based on the extension, eg: "swf.gif" or "doc.gif" :)

kevinrstruck 05-03-2005 07:27 PM

NVRMND


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