Jump to content
  • 0
Sign in to follow this  
rmon008

Hercules FluxCp How to add buttons

Question

8 answers to this question

Recommended Posts

  • 0

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 by quesoph

Share this post


Link to post
Share on other sites
  • 0

 

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

Share this post


Link to post
Share on other sites
  • 0

application.php

 

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

 

 

Download folders.

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

Share this post


Link to post
Share on other sites
  • 0

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

 

here is a ScreenShot

 

post-2540-0-71158200-1379588792_thumb.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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.