Jump to content
  • 0

Flux cp help..


creed.sin

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   1
  • Joined:  12/13/11
  • Last Seen:  

Hello,

am using Free Flux Themes - Design no 3 1.1 by Gerome

everything is working fine Only screenshots slideshow not working..

please tell me how to fix that..

Link to comment
Share on other sites

9 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   0
  • Joined:  05/20/12
  • Last Seen:  

make sure you properly put in the correct path where the screenshots are...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   1
  • Joined:  12/13/11
  • Last Seen:  

yeh.. path is correct..

but still not showing ... :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   0
  • Joined:  05/20/12
  • Last Seen:  

email me i'll help you,it's really hard to explain if you don't understand the code... [email protected]

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   1
  • Joined:  12/13/11
  • Last Seen:  

its working fine on my pc.. everything showing.. but on host screenshots not showing...

i didnt edited anything..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   0
  • Joined:  05/20/12
  • Last Seen:  

does your screenshots followed the image exception?like the slideshows only accepts .jpg,png.bmp or etc.?

you're just having a path problem...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   1
  • Joined:  12/13/11
  • Last Seen:  

here is the slideshow php-code

<?php if (!defined('FLUX_ROOT')) exit; ?>
<?php
$files = scandir(dirname(dirname(__FILE__)).'\photos');
$x = 0;
foreach ($files as $file){
   $file_hs = count(explode('.',$file));
if ($file == '.' || $file == '..' || $file == 'Thumbs.db'){
 echo '';
   }
   else{
    if($x == 0){
    $x = 1;   
?>
  <a class="group4" href="<?php echo $this->themePath('photos/'.$file) ?>"><img src="<?php echo $this->themePath('photos/'.$file) ?>" class="active" /></a>
<?php
    }else{
?>
    <a class="group4" href="<?php echo $this->themePath('photos/'.$file) ?>"><img src="<?php echo $this->themePath('photos/'.$file) ?>" /></a>
<?php
    }
   }

}
?>

i didnt changed anything.. path is correct.. is any other php software need to install to show screenshots?

like we use gd for guild emblem show

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  03/16/12
  • Last Seen:  

The Integrated CP has lots of bugs....not only in item view but also in modify account,view account.....cant even add credits with gm account....gm LEVEL IS SHOW 0 EVEN IF IT IS LEVEL 99

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   12
  • Joined:  09/05/12
  • Last Seen:  

Most of the free themes available are buggy. It is not surprising though for it is FREE. xD

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   0
  • Joined:  05/20/12
  • Last Seen:  

Im not so familiar with gerome's code..but you can create your own slideshow if you know something about jquery...its just easy,they already have ready to use functions just understand how to use it...

Link to comment
Share on other sites

×
×
  • Create New...