rmon008 0 Posted September 18, 2013 i'm using hercules fluxCP with custom theme i just want to ask if anyone can give me a guide how to add download menu Thanks. Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted September 18, 2013 File is supposed to be: themes/ThemeName/download/index.php Quote Share this post Link to post Share on other sites
0 rmon008 0 Posted September 18, 2013 File is supposed to be: themes/ThemeName/download/index.php you mean i will just move the folder in my theme ? i've done that still no luck Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted September 19, 2013 application.php 'Downloads' => array( 'Installer' => array( 'module' => 'downloads'), ) Download folders.flux.7z 1 rmon008 reacted to this Quote Share this post Link to post Share on other sites
0 rmon008 0 Posted September 19, 2013 application.php 'Downloads' => array( 'Installer' => array( 'module' => 'downloads'), ) Download folders. flux.7z how will i able to open the page inside the body of the flux ? because when i click on it, content is appearing on the top of flux cp Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted September 19, 2013 What do you mean on top ? can you provide a screen shot? sorry not feelin' well today. Quote Share this post Link to post Share on other sites
0 rmon008 0 Posted September 19, 2013 What do you mean on top ? can you provide a screen shot? sorry not feelin' well today. here is a ScreenShot or maybe i need to code what i want to happen is the "TRY" text will appear in the " white back ground with a written text Website under Maintenance" same thing when you click on log in or even other menu's maybe you can provide me a working simple code for it. Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted September 19, 2013 (edited) Dont write anything in here fluxroot/modules/downloads/index.php <?php if (!defined('FLUX_ROOT')) exit;$title = "Downloads";?> Use the one in fluxroot/themes/default/downloads/index.php <?php if (!defined('FLUX_ROOT')) exit; ?><a href="MyClientInstaller.com"> MyInstallerNameDownload</a> Edited September 19, 2013 by quesoph 1 rmon008 reacted to this Quote Share this post Link to post Share on other sites
0 rmon008 0 Posted September 19, 2013 Maraming Salamat sir Quote Share this post Link to post Share on other sites
i'm using hercules fluxCP with custom theme
i just want to ask if anyone can give me a guide how to add download menu
Thanks.
Share this post
Link to post
Share on other sites