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)

kent_lkc 06-21-2009 02:45 PM

Already did as you said in above post.
ACP Setting:-
http://gsm.motoxtreme.info/images/DownloadII-0.jpg


download.php first page:-
http://gsm.motoxtreme.info/images/DownloadII-1.jpg

Entered category page:-
http://gsm.motoxtreme.info/images/DownloadII-2.jpg

RS_Jelle 06-21-2009 03:48 PM

Open downloads.php

Find
PHP Code:

    eval('$dmain_jr = "' fetch_template('downloads_cat') . '";');
    eval(
'$dpanel = "' fetch_template('downloads_panel_side') . '";');
    eval(
'$dmain = "' fetch_template('downloads_wrapper_side') . '";'); 

Replace with
PHP Code:

    eval('$dmain_jr = "' fetch_template('downloads_cat') . '";');
    if (
$vbulletin->options['ecdownloads_tops'])
    {
        eval(
'$dpanel = "' fetch_template('downloads_panel_side') . '";');
        eval(
'$dmain = "' fetch_template('downloads_wrapper_side') . '";');
    }
    else
    {
        eval(
'$dmain .= "' fetch_template('downloads_wrapper_top') . '";');
    } 

v6 will have the left column on a per page (home, cat, file, search, ...) basis.

kent_lkc 06-21-2009 03:57 PM

wow, such a wonderful update. when we can have ver. 6 ?? :)

kent_lkc 06-21-2009 04:06 PM

sorry for bugging you.

almost perfect . . . see pic below
http://gsm.motoxtreme.info/images/misc/DownloadII-4.jpg

Can we move the note to bottom of categories table ?

For example:-

http://gsm.motoxtreme.info/images/misc/DownloadII-5.jpg

gnrx 06-22-2009 01:26 AM

Quote:

Originally Posted by RS_Jelle (Post 1833825)
They are in the ecdownloads_copyright phrase ;)

Which translation is this?

Hello,
I find ecdownloads_copyright phrase and I view that, the value of translation for my language, are empty. I copy the original text and now, appears the credits :)
Thank you very much :up:

The translation, I downloaded from other site (its for spanish languaje) and I think that, this translation isn't very good for this causes (credits deleted, image of downloads...) :o

RS_Jelle 06-22-2009 08:31 AM

Quote:

Originally Posted by kent_lkc (Post 1834137)
sorry for bugging you.

almost perfect . . . see pic below
http://gsm.motoxtreme.info/images/misc/DownloadII-4.jpg

Can we move the note to bottom of categories table ?

For example:-

http://gsm.motoxtreme.info/images/misc/DownloadII-5.jpg

Strange, as the downloads_wrapper_top template doesn't have the message in it. Maybe you modified it?

Or try the downloads_wrapper_none template:
PHP Code:

    eval('$dmain_jr = "' fetch_template('downloads_cat') . '";');
    if (
$vbulletin->options['ecdownloads_tops'])
    {
        eval(
'$dpanel = "' fetch_template('downloads_panel_side') . '";');
        eval(
'$dmain = "' fetch_template('downloads_wrapper_side') . '";');
    }
    else
    {
        eval(
'$dmain .= "' fetch_template('downloads_wrapper_none') . '";');
    } 


kent_lkc 06-22-2009 08:57 AM

thanks for reply, i'm no coder , and i have little knowledge abt scripting.

btw, you has a PM from me. :)

paul41598 06-22-2009 07:32 PM

is there such a feature to download ALL files in a given category or something similar?

RS_Jelle 06-22-2009 07:35 PM

Quote:

Originally Posted by paul41598 (Post 1835059)
is there such a feature to download ALL files in a given category or something similar?

No :)

vanescar 06-25-2009 08:23 AM

salve...si può configurare i file in download e upload in un altro domigno ?


All times are GMT. The time now is 07:33 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.06125 seconds
  • Memory Usage 1,754KB
  • 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_php_printable
  • (3)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