makuexile Posted August 23, 2017 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
0 Scylla Posted August 23, 2017 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
0 makuexile Posted August 23, 2017 Author 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?
0 Chaos92 Posted August 23, 2017 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 ?
0 makuexile Posted August 23, 2017 Author 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
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
4 answers to this question
Recommended Posts