Jump to content
  • 0

Help Fluxcp


makuexile

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   1
  • Joined:  10/09/12
  • Last Seen:  

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

Untitled.png

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

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

Untitled.png

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 by Scylla
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   1
  • Joined:  10/09/12
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1509
  • Reputation:   227
  • Joined:  08/03/12
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   1
  • Joined:  10/09/12
  • Last Seen:  

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

×
×
  • Create New...