-
AuthorPosts
-
minas69 Friend
minas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
March 1, 2011 at 2:06 pm #160866Hi all,
I need a new modul position placed in Logo position (top left)….
What I have to do ?…
Thanks for your comments…
mina
khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 1, 2011 at 3:12 pm #379093Hi mina,
You do following steps:
– Open <joomla url>templatesja_sulfurindex.php file, add this code
<?php if ($this->countModules('user11')) { ?>
<div id="ja-search" style="float:left">
<jdoc:include type="modules" name="user11" style="raw" />
</div>
<?php } ?>
before
<?php if ($this->countModules('user4')) { ?>
<div id="ja-search">
<jdoc:include type="modules" name="user4" style="raw" />
</div>
<?php } ?>
—–> you use user11 position for new module. You can see my attached image.
– If you want to remove logo (text/image), you remove this code
<?php
$siteName = $tmpTools->sitename();if ($tmpTools->getParam('logoType')=='image') { ?>
<h1 class="logo">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>
<?php } else {
$logoText = (trim($tmpTools->getParam('logoText'))=='') ? $config->sitename : $tmpTools->getParam('logoText');
$sloganText = (trim($tmpTools->getParam('sloganText'))=='') ? JText::_('SITE SLOGAN') : $tmpTools->getParam('sloganText'); ?>
<h1 class="logo-text">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a>
<span class="site-slogan"><?php echo $sloganText;?></span>
</h1>
<?php } ?>-
1 user says Thank You to khoand for this useful post
minas69 Friend
minas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
March 3, 2011 at 9:50 am #379455it runs…:laugh:
thanks
khoandAuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by
minas69 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
new modul position at logo position
Viewing 3 posts - 1 through 3 (of 3 total)
