- Posts: 6742
- Thank you received: 715
Advert1/2/3... not working plz help
-
milos
Support Staff - Moderator
Less
More
14 years 9 months ago #757
by milos
Replied by milos on topic Re: Advert1/2/3... not working plz help
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.
-
ionel.albulescu@yahoo.de
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
14 years 9 months ago #758
by ionel.albulescu@yahoo.de
Replied by ionel.albulescu@yahoo.de on topic Re: Advert1/2/3... not working plz help
read Page 1 thank you any way!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
14 years 9 months ago #759
by milos
Replied by milos on topic Re: Advert1/2/3... not working plz help
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.
-
ionel.albulescu@yahoo.de
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
14 years 9 months ago #771
by ionel.albulescu@yahoo.de
Replied by ionel.albulescu@yahoo.de on topic Re: Advert1/2/3... not working plz help
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
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
Less
More
- Posts: 6742
- Thank you received: 715
14 years 9 months ago #774
by milos
Replied by milos on topic Re: Advert1/2/3... not working plz help
I found bug. Please change this part of template's index.php file:
to
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 } ?>
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