Advert1/2/3... not working plz help

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 9 months ago #757 by milos
I hope you didn't modify index.php of the template. The script that makes the module row is not working. To assist you further, I need FTP and Joomla superadmin access of your website. You can submit it here www.hotjoomlatemplates.com/tickets/

Please Log in to join the conversation.

More
14 years 9 months ago #758 by ionel.albulescu@yahoo.de
read Page 1 ;) thank you any way!

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 9 months ago #759 by milos
I read page 1 and found link missionsplus.com/ there, but it is just Godaddy's "This Web site coming soon" page. Can I see your Joomla site where you have this problem?

Please Log in to join the conversation.

More
14 years 9 months ago #771 by ionel.albulescu@yahoo.de
Problem solved:
In order to show the sections "Advert 1-4" correctly, you need to activate the sections "User5-7".

hope it helps, thank you for the support!

PS hdbloger.com

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 9 months ago #774 by milos
I found bug. Please change this part of template's index.php file:
Code:
<?php if($showadvert[1]) { ?> <div class="modulerow<?php echo $bottommodules; ?>"><jdoc:include type="modules" name="advert1" style="hot" /></div> <?php } if($showadvert[2]) { ?> <div class="modulerow<?php echo $bottommodules; ?>"><jdoc:include type="modules" name="advert2" style="hot" /></div> <?php } if($showadvert[3]) { ?> <div class="modulerow<?php echo $bottommodules; ?>"><jdoc:include type="modules" name="advert3" style="hot" /></div> <?php } if($showadvert[4]) { ?> <div class="modulerow<?php echo $bottommodules; ?>"><jdoc:include type="modules" name="advert4" style="hot" /></div> <?php } ?>
to
Code:
<?php if($showadvert[1]) { ?> <div class="modulerow<?php echo $uppermodules; ?>"><jdoc:include type="modules" name="advert1" style="hot" /></div> <?php } if($showadvert[2]) { ?> <div class="modulerow<?php echo $uppermodules; ?>"><jdoc:include type="modules" name="advert2" style="hot" /></div> <?php } if($showadvert[3]) { ?> <div class="modulerow<?php echo $uppermodules; ?>"><jdoc:include type="modules" name="advert3" style="hot" /></div> <?php } if($showadvert[4]) { ?> <div class="modulerow<?php echo $uppermodules; ?>"><jdoc:include type="modules" name="advert4" style="hot" /></div> <?php } ?>

Please Log in to join the conversation.

Time to create page: 0.150 seconds
Powered by Kunena Forum