Hercules FluxCp How to add buttons

rmon008

New member
Messages
35
Points
0
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.

adding menu.png

 
File is supposed to be:

Code:
themes/ThemeName/download/index.php
 
application.php

'Downloads' => array(      'Installer' => array( 'module' => 'downloads'),    )


Download folders.

attachicon.gif
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

 
What do you mean on top ? can you provide a screen shot? sorry not feelin' well today.
here is a ScreenShot

SS.jpg

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.

 
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

Code:
<?php if (!defined('FLUX_ROOT')) exit; ?><a href="MyClientInstaller.com"> MyInstallerNameDownload</a>
 
Last edited by a moderator:
Back
Top