Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • waseemhussain Friend
    #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 Friend
    #365602

    Hi,
    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>

    waseemhussain Friend
    #365792

    Hi,

    I’m sorry, I don’t understand your suggestion…
    Please explain further.

    Hayden A Friend
    #365796

    Hi, 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.

    waseemhussain Friend
    #366745

    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?

    TomC Moderator
    #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/

    waseemhussain Friend
    #366942

    Thanks 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 Friend
    #366946

    1) 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

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 5 voices, and was last updated by  aman204 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum