-
AuthorPosts
-
December 2, 2010 at 6:19 pm #156997
Hi,
How do I make the position the logo is in into a place where I can place a module?
I still want to keep the search module at the right side, but want to add a new module on the left side where the logo is.
Don Lee FriendDon Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
December 7, 2010 at 11:09 am #365602Hi,
Please try this:You make new module custom and style module is position you want
you want to add new module search on the left site, you make login administrator => Extensions => Module manager => Add new module => mod_search and choose position </blockquote>
December 8, 2010 at 10:01 am #365792Hi,
I’m sorry, I don’t understand your suggestion…
Please explain further.Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
December 8, 2010 at 10:10 am #365796Hi, waseemhussain
First you need to create new module. This module will contain the image you want as the logo and then you can choose position for this module.
The second you can create module search at the right site by
ogin administrator => Extensions => Module manager => Add new module => mod_search and choose position for module search.
December 14, 2010 at 4:13 pm #366745Hi,
I think I was unclear.
I want to remove the logo, and instead place something like a banner-module in that position.
How do I do that?TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 14, 2010 at 5:03 pm #366751<em>@waseemhussain 208507 wrote:</em><blockquote>Hi,
I think I was unclear.
I want to remove the logo, and instead place something like a banner-module in that position.
How do I do that?</blockquote>Here is a step-by-step tutorial that may help you . . . http://www.joomlart.com/forums/topic/how-to-create-new-position-in-joomla-1-5/
December 15, 2010 at 1:04 pm #366942Thanks for your reply,
But this is what I find in under templates/Ja_rave_new/index.php
<?php
if (class_exists(‘T3Template’)) {
$tmpl = T3Template::getInstance($this);
$tmpl->render();
return;
} else {
//Need to install or enable JAT3 Plugin
echo JText::_(‘Missing jat3 framework plugin’);
}It seems like I need a different file for adding the module code…
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
December 15, 2010 at 1:14 pm #3669461) Go to ::
plugins/system/jat3/base-themes/default/blocks/header.php file and comment this out like::
<!–<?php
$app = & JFactory::getApplication();
$siteName = $app->getCfg(‘sitename’);
if ($this->getParam(‘logoType’, ‘image’)==’image’): ?>
<h1 class=”logo”>
<a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
</h1>
<?php else:
$logoText = (trim($this->getParam(‘logoText’))==”) ? $siteName : JText::_(trim($this->getParam(‘logoText’)));
$sloganText = JText::_(trim($this->getParam(‘sloganText’))); ?>
<div class=”logo-text”>
<h1><a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $logoText; ?></span></a></h1>
<p class=”site-slogan”><?php echo $sloganText;?></p>
</div>
<?php endif; ?>–>2) Then, You can add suggested code below as in other thread along with changes needed
-
AuthorPosts
This topic contains 8 replies, has 5 voices, and was last updated by aman204 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum