makuexile Posted August 23, 2017 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 48 Reputation: 1 Joined: 10/09/12 Last Seen: June 8, 2023 Share Posted August 23, 2017 Hi, Please help me to edit my fluxcp themes. i want to remove the item mall and put the news and updates addons i will upload here the main folder/ index.php and screen shot thanks in advance!! index.php Link to comment Share on other sites More sharing options...
0 Scylla Posted August 23, 2017 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: 12 hours ago Share Posted August 23, 2017 (edited) 58 minutes ago, makuexile said: Hi, Please help me to edit my fluxcp themes. i want to remove the item mall and put the news and updates addons i will upload here the main folder/ index.php and screen shot thanks in advance!! index.php Remove this line: <div class="itemmall"> <ul id="my-list"> <?php foreach( $eADev['itemmall'] as $itemmall ): $mall = explode(",", $itemmall); ?> <li><img src="<?php echo $this->themePath("img/mall/{$mall[0]}") ?>" title="<?php echo "Name: {$mall[1]} <br/> Cost: {$mall[2]}"; ?>" /></li> <?php endforeach; ?> </ul> </div> EDIT: As for news, no ideas. Edited August 23, 2017 by Scylla Link to comment Share on other sites More sharing options...
0 makuexile Posted August 23, 2017 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 48 Reputation: 1 Joined: 10/09/12 Last Seen: June 8, 2023 Author Share Posted August 23, 2017 1 hour ago, Scylla said: Remove this line: <div class="itemmall"> <ul id="my-list"> <?php foreach( $eADev['itemmall'] as $itemmall ): $mall = explode(",", $itemmall); ?> <li><img src="<?php echo $this->themePath("img/mall/{$mall[0]}") ?>" title="<?php echo "Name: {$mall[1]} <br/> Cost: {$mall[2]}"; ?>" /></li> <?php endforeach; ?> </ul> </div> EDIT: As for news, no ideas. What code i will replace sir? To apear the news and updates addons? Link to comment Share on other sites More sharing options...
0 Chaos92 Posted August 23, 2017 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 7 minutes ago Share Posted August 23, 2017 8 hours ago, makuexile said: What code i will replace sir? To apear the news and updates addons? which news and updates addons that you are going to use ? Link to comment Share on other sites More sharing options...
0 makuexile Posted August 23, 2017 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 48 Reputation: 1 Joined: 10/09/12 Last Seen: June 8, 2023 Author Share Posted August 23, 2017 16 minutes ago, Chaos92 said: which news and updates addons that you are going to use ? Flux CP CMS Addon By: CalciumKid Link to comment Share on other sites More sharing options...
Question
makuexile
Hi,
Please help me to edit my fluxcp themes.
i want to remove the item mall and put the news and updates addons
i will upload here the main folder/ index.php and screen shot
thanks in advance!!
index.php
Link to comment
Share on other sites
4 answers to this question
Recommended Posts