vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - DownloadsII ver 5.0 vbAdvanced Add-On (https://vborg.vbsupport.ru/showthread.php?t=110122)

RS_Jelle 04-12-2008 01:11 PM

Quote:

Originally Posted by Goomzee (Post 1487323)
i also did this but same problem it;s not working

If you pm me an AdminCP login for your forum, I will take a look.

amirlol 04-12-2008 05:16 PM

install ! thanks

maf1973 05-03-2008 11:00 AM

Updated for 3.7 ?

RS_Jelle 05-03-2008 11:21 AM

Quote:

Originally Posted by maf1973 (Post 1506701)
Updated for 3.7 ?

No need for any updates, it works fine with vB 3.7 :)

j-n 05-04-2008 08:36 PM

thank you

karel1985 05-13-2008 05:33 PM

Quote:

Originally Posted by RS_Jelle (Post 1506714)
No need for any updates, it works fine with vB 3.7 :)

so u can add it in the 3.7 zone? i think much more people would take a look at this

Thanks again for the great addon

Karel

Drakah 05-13-2008 06:07 PM

Works well for me with 3.7 after all of the configuration settings were done, usergrp permissions, and all of that.

Just wish I had the option to add in custom fields to the file listings (ie: Version, Compatible with ___, etc.), as well as thumbnails to match the forum scheme.

You can see how I did it at www.shakahr.com

RS_Jelle 05-13-2008 07:24 PM

Quote:

Originally Posted by karel1985 (Post 1518515)
so u can add it in the 3.7 zone? i think much more people would take a look at this

Thanks again for the great addon

Karel

There will be a new add-on for v6, which will be vB 3.7 only :)

Quote:

Originally Posted by Drakah (Post 1518546)
Works well for me with 3.7 after all of the configuration settings were done, usergrp permissions, and all of that.

Just wish I had the option to add in custom fields to the file listings (ie: Version, Compatible with ___, etc.), as well as thumbnails to match the forum scheme.

You can see how I did it at www.shakahr.com

What do you mean by "as well as thumbnails to match the forum scheme"? The lightbox viewer?

Jay... 06-03-2008 05:43 PM

Just wondering... will this ever be made to work with a points system?

CyberRanger 06-04-2008 03:17 AM

Quote:

Originally Posted by Jay... (Post 1539875)
Just wondering... will this ever be made to work with a points system?

The hooks are in place within DownloadsII for any developer to write add-on modules to connect to any points system. We are just waiting for someone to do it.

Hitterman 09-14-2008 03:27 AM

Is it compatible with vbulletin 3.7.

bollie 09-14-2008 09:43 AM

Quote:

Originally Posted by Hitterman (Post 1621684)
Is it compatible with vbulletin 3.7.

yes

freni32 11-21-2008 01:07 PM

Can this work with vbadvanced dynamics as well?

I tried to upload this module into dynamics and get this message:

"The file you have uploaded is not a valid module file."

Also I am trying to edit the categories for the downloads module, the downloads options only appear in admincp - vbulletin options - downloads II

how do you get it to appear like it should in

admin cp - downloads ??

laercioaugusto 01-02-2009 03:37 PM

installed .... thanks:up::up:

Vaupell 01-12-2009 01:19 AM

mm nice works fine with

Vbulletin 3.8
Vbadvanced 3.1

yay, lovely.

arashjaf 01-16-2009 03:50 AM

thank you so much guys

great add-on, I love it

arashjaf 01-16-2009 03:58 AM

Quote:

Originally Posted by Jay... (Post 1187622)
That worked a treat that mate! Cheers :up:

has it been removed completely?

arashjaf 01-16-2009 04:00 AM

Quote:

Originally Posted by CyberRanger (Post 1187617)
Yes, you'll need to edit downloads.php to make that happen.

Around line 393, look for:
PHP Code:

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

REPLACE with:
PHP Code:

eval('$dmain .= "' fetch_template('downloads_wrapper_top') . '";'); 

Around line 1980, look for:

PHP Code:

    if ($dl->statslatestfiles OR $dl->statstopcontributers OR $dl->statsmostpopularfiles 0)
    {
        eval(
'$dpanel = "' fetch_template('downloads_panel_side') . '";');
        eval(
'$dmain .= "' fetch_template('downloads_wrapper_side') . '";');
    }
    else
    {
        eval(
'$dmain .= "' fetch_template('downloads_wrapper_none') . '";');
    } 

REPLACE with:
PHP Code:

eval('$dmain .= "' fetch_template('downloads_wrapper_none') . '";'); 

That should do the trick!

great thanks, I did that, and now it does not show it when I go to the download section (that is what i want), but it does show it when I go to category Tree, stats ... how can I make sure the new files block do not show at all in my downlaod section.

regards

zushiba 05-12-2009 03:01 PM

So I'm guessing this just isn't being updated any longer for the latest versions of Download II/VB/VBCMPS?

I tried and all I seem to get is a blank module.

csrober055 05-21-2009 07:49 AM

Wonderful! Downloaded and installed seamlessly! Brilliant work!

Thank you,

csrober055

cowcowcow 07-13-2009 10:32 AM

EDIT: jelle posted the solution on page 7, opps i missed it. Thanks!

Have to first declare I love this mod, great work guys =)

Now theres a slight problem i run into. When i use this add on, im displaying the "latest downloads/top contributors etc block" on the left side of my main homepage, which wraps around my whole forum and this is the look i want to keep when pple go from page to page.

When i click to go to my downloads.php area, (which i integrated) i see a duplicate(which makes total sense) - theres the "latest downloads/top contributors etc block" from the wrapper on the left, and again on the main download page.

Since i already had the "latest downloads/top contributors etc block" in my wrapper and dont need it to display again on the downloads main page, is there a way to stop it from displaying and just display the categories?

Thanks in advance Jelle/CyberRanger and much appreciated!

RS_Jelle 07-13-2009 11:41 AM

Quote:

Originally Posted by zushiba (Post 1809406)
So I'm guessing this just isn't being updated any longer for the latest versions of Download II/VB/VBCMPS?

I tried and all I seem to get is a blank module.

It's fully updated. It should work fine with the latest versions of vB, DL II and vBa CMPS.

cowcowcow 07-13-2009 11:42 AM

jelle i used ur code on page 7, turns out i need to remove another batch of code cause when i click on a category, the "top block" gets displayed again. i tried looking in the downloads.php file but i honestly have no clue what to remove.

nvm fixed with this

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.

Saviour 08-11-2009 12:31 PM

Fantastic mod!

Installed and working flawlessly on vB 3.8.3.

archaosus 12-13-2009 11:22 PM

Ignore this post - wrong thread.

Llandy 01-20-2010 11:51 PM

Works like a charm, installed.

NiTRoN 02-11-2010 04:06 PM

Can this be ported to vbadvanced v4.x ?

RS_Jelle 02-11-2010 04:26 PM

Quote:

Originally Posted by NiTRoN (Post 1980077)
Can this be ported to vbadvanced v4.x ?

Yes, it will, but it's only beta 2 at the moment :)

NiTRoN 02-11-2010 04:59 PM

thanks

stunod 06-28-2010 03:26 AM

Any updates on the 4.x version yet?

Thanks,
Adam

DaPro 07-23-2010 11:35 AM

Could really use this for my new web site :(, but needs to be or vB4.x

NokStar 09-06-2010 01:48 PM

need 4.x version for vBadvanced

Stefanus 10-09-2010 11:59 AM

Quote:

Originally Posted by RS_Jelle (Post 1980091)
Quote:

Originally Posted by NiTRoN
Can this be ported to vbadvanced v4.x ?

Yes, it will, but it's only beta 2 at the moment :)

Any progress on this? :erm:

NokStar 10-26-2010 09:09 AM

Quote:

Originally Posted by Stefanus (Post 2108392)
Any progress on this? :erm:

Yes really in need of this

angkor408 11-06-2010 09:00 AM

I tried on VB4.0.7 it say invalid module file.

AlBundy 02-04-2011 08:05 PM

I search this addon for 4.1.0 :/
can anyone help me? thx

gnrx 03-03-2011 10:32 PM

The same problem, I need this addon for 4.1.2.
It's possible? Can help me?

Thanks and regards!!

daveb47 04-18-2011 01:18 PM

Quote:

The same problem, I need this addon for 4.1.2
Need this as well please

i.s.s.w 05-14-2011 07:21 PM

please upgrade your mod for vBadvanced CMPS

Guest210212002 07-01-2011 05:15 PM

It's working with 3.8 here. :)

Thanks!


All times are GMT. The time now is 06:39 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.01358 seconds
  • Memory Usage 1,825KB
  • 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
  • (4)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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