-
AuthorPosts
-
guap Friend
guap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
July 27, 2009 at 9:56 pm #143038Hi,
I wanted to replace the date, search and text size with a banner rotation.
Please advise thanks! I attached the image of my header.
wiery Friendwiery
- Join date:
- July 2009
- Posts:
- 185
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 36 times in 30 posts
July 28, 2009 at 2:15 am #312423You could try disabling the login and search and enabling the banner module in the module position that the search is in. I think it is user 4. That might work for you. Give it a try.
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
July 28, 2009 at 5:24 am #312437Thanks for a quick reply.
The login is disabled. If I disabled the “SEARCH” module, the user tool and the date will still be visible. How can I disable the user tool and remove the date so I can replace it with a banner.
I check the module manager and I dont see user tool. Any advise! Thanks
wiery Friendwiery
- Join date:
- July 2009
- Posts:
- 185
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 36 times in 30 posts
July 28, 2009 at 5:50 am #312439Okay. The headtools are coded into the index.php file so you will have to edit them out of there.
Open index.php and go to line 118. You will see the following:<div id="ja-headtools" class="ja-headtool">
<div class="ja-innerpad clearfix"><div class="ja-day">
<?php
echo "<span>".date ('l')."</span>";
echo " <div>".date ('M')." ".date ('d').date ('S')."</div>";
?>
</div><ul>
<jdoc:include type="modules" name="ja-login" />
<!--module search-->
<?php if($this->countModules('user4')) : ?>
<jdoc:include type="modules" name="user4" />
<?php endif; ?>
</ul><?php if ($tmpTools->getParam(JA_TOOL_USER)) { ?>
<div id="ja-usertools">
<strong>Text size</strong><?php $tmpTools->genToolMenu($tmpTools->getParam(JA_TOOL_USER)); ?>
</div>
<?php } ?></div>
</div></div>
</div>
<!-- END: HEADER -->Delete what is above and replace it with what is below:
<div id="ja-headtools" class="ja-headtool">
<div class="ja-innerpad clearfix">
<?php if($this->countModules('user4')) : ?>
<jdoc:include type="modules" name="user4" />
<?php endif; ?>
</div>
</div>
</div>
<!-- END: HEADER -->Now you should be able to use the banners module in user 4 and disable the search.
1 user says Thank You to wiery for this useful post
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
July 29, 2009 at 5:14 am #312508Thanks A LOT!!!!
:D:)
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by guap 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Date, search and text
Viewing 5 posts - 1 through 5 (of 5 total)