Question : How To Enable ADV DOWNLOAD Mod »  Show posts from    to     

Icy Phoenix


Old Support Topics - Question : How To Enable ADV DOWNLOAD Mod



spydie [ Tue 08 Sep, 2009 13:24 ]
Post subject: Question : How To Enable ADV DOWNLOAD Mod
question:

I´ve enabled ADV-Download in includes/constants.php

is there something else to enable that Mod ?


DWho [ Tue 08 Sep, 2009 16:45 ]
Post subject: Re: Question : How To Enable ADV DOWNLOAD Mod
No you should see the links in the acp you just need to add your categories



Lopalong [ Wed 09 Sep, 2009 08:21 ]
Post subject: Re: Question : How To Enable ADV DOWNLOAD Mod
Not sure exactly what's going on here because nav_quick_links.tpl has this url VAR.

<a href="{U_DOWNLOADS_NAV}">{L_DOWNLOADS}</a>

I can't find any switches in ACP or CMS other than: dload.php in cms_menu.php?mode=menu_item&action=edit&mi_id=17&m_id=1&cat_parent_id=1

And you can't change it there.

But if one uses nav_quick_links.tpl

Then one has to edit the constants

define('CMS_PAGE_DLOAD', 'dload.' . PHP_EXT);
define('CMS_PAGE_DOWNLOADS', 'downloads.' . PHP_EXT);

To:

// define('CMS_PAGE_DLOAD', 'dload.' . PHP_EXT);
define('CMS_PAGE_DLOAD', 'downloads.' . PHP_EXT);

Dunno! what MG has really done or tried to do here.


DWho [ Wed 09 Sep, 2009 17:21 ]
Post subject: Re: Question : How To Enable ADV DOWNLOAD Mod
i tested this.. both downloads work at the same time.. the constant switch only shows the link in nav_links...

as you said already Lopalong...

If MG sees this maybe there is something more to it..



spydie [ Wed 09 Sep, 2009 17:45 ]
Post subject: Re: Question : How To Enable ADV DOWNLOAD Mod
if you look in includes/constants.php you´ll find that
downloads.php is comented. dload.php is´nt

i really wonder because in .27 it was more clear and the link changed itself.




Powered by Icy Phoenix