creed.sin Posted September 3, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 34 Reputation: 1 Joined: 12/13/11 Last Seen: August 1, 2024 Share Posted September 3, 2012 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 More sharing options...
jhonix Posted September 3, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 57 Reputation: 0 Joined: 05/20/12 Last Seen: November 23, 2012 Share Posted September 3, 2012 make sure you properly put in the correct path where the screenshots are... Link to comment Share on other sites More sharing options...
creed.sin Posted September 4, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 34 Reputation: 1 Joined: 12/13/11 Last Seen: August 1, 2024 Author Share Posted September 4, 2012 yeh.. path is correct.. but still not showing ... Link to comment Share on other sites More sharing options...
jhonix Posted September 4, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 57 Reputation: 0 Joined: 05/20/12 Last Seen: November 23, 2012 Share Posted September 4, 2012 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 More sharing options...
creed.sin Posted September 4, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 34 Reputation: 1 Joined: 12/13/11 Last Seen: August 1, 2024 Author Share Posted September 4, 2012 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 More sharing options...
jhonix Posted September 5, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 57 Reputation: 0 Joined: 05/20/12 Last Seen: November 23, 2012 Share Posted September 5, 2012 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 More sharing options...
creed.sin Posted September 6, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 34 Reputation: 1 Joined: 12/13/11 Last Seen: August 1, 2024 Author Share Posted September 6, 2012 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 More sharing options...
calypso000 Posted September 14, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 03/16/12 Last Seen: September 14, 2012 Share Posted September 14, 2012 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 More sharing options...
Heero Yuy Posted September 14, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 68 Reputation: 12 Joined: 09/05/12 Last Seen: December 22, 2012 Share Posted September 14, 2012 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 More sharing options...
jhonix Posted September 14, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 57 Reputation: 0 Joined: 05/20/12 Last Seen: November 23, 2012 Share Posted September 14, 2012 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 More sharing options...
Question
creed.sin
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