SOLVED : Probs With ADV Downloads »  Show posts from    to     

Icy Phoenix


Old Support Topics - SOLVED : Probs With ADV Downloads



spydie [ Wed 17 Dec, 2008 22:53 ]
Post subject: SOLVED : Probs With ADV Downloads
hi
can somebody tell me how to connect (link) adv downloads to forum or index.
the categorys, folders and files are configured and everything there seems to be ok.
i´ve uploaded a few files in their folders, but now the problem is there to find them in menu.
somebody knows what to do ???


New Player [ Thu 18 Dec, 2008 10:36 ]
Post subject: Re: Probs With ADV Downloads
did you mean the navigation?
yes you must change the link >> http://www.icyphoenix.com/viewtopic.php?f=4&t=4891#fifth_chapter


Lopalong [ Thu 18 Dec, 2008 11:54 ]
Post subject: Re: Probs With ADV Downloads
open /includes/constants.php

Find:

define('DOWNLOADS_MG', 'dload.' . $phpEx);
// define('DOWNLOADS_MG', 'downloads.' . $phpEx);

Change to:

// define('DOWNLOADS_MG', 'dload.' . $phpEx);
define('DOWNLOADS_MG', 'downloads.' . $phpEx);

That should fix your "Dynamic Menu" problems.

If you are adding links etc. to other locations such as the Nav-Bar, "use the root path of your forum"/downloads.php

You could also use this string "{FULL_SITE_PATH}downloads.php" from locations (.tpl files) other than the Menu.


spydie [ Thu 18 Dec, 2008 18:13 ]
Post subject: Re: Probs With ADV Downloads
thanx Lopalong


that fixed my problem

now i got my dl center like i want it

great job




Powered by Icy Phoenix