Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • michael6 Friend
    #132586

    Here us our site: http://www.wwpi.com/

    I want to make a module for another banner to the RIGHT of the current leaderboard banner

    Thanks

    Sherlock Friend
    #267314

    Hi michael6 !
    “current leaderboard banner” ? please send screenshot for me.

    michael6 Friend
    #267317

    Thanks. I am attaching an image. I want to move the black backbone to the left and create a module position to the right of it.


    1. wwpi
    Sherlock Friend
    #267335

    Hi michael6 !
    I have checked html code of your site . and see “ja-leaderboard” div , did you add it in index.php file im templates/ja_teline_ii folder ?

    michael6 Friend
    #267411

    Yes, here is the index.php reference.

    <!– END: HEADER –>

    <!– BEGIN: leaderboard–>

    <div id=”ja-leaderboard”>

    <?php if($this->countModules(‘leaderboard’)) : ?>

    <jdoc:include type=”modules” name=”leaderboard” />

    <?php endif; ?>

    </div>

    <!– END: leaderboard–>

    <!– BEGIN: MAIN NAVIGATION –>

    Menalto Friend
    #267416

    Index.php:

    <!-- BEGIN: leaderboard-->
    <?php if($this->countModules('leaderboard1 or leaderboard2')) : ?>
    <div id="ja-leaderboard">
    <?php if($this->countModules('leaderboard1')) : ?>
    <div id="leaderboardleft">
    <jdoc:include type="modules" name="leaderboard1" />
    </div>
    <?php endif; ?>
    <?php if($this->countModules('leaderboard2')) : ?>
    <div id="leaderboardright">
    <jdoc:include type="modules" name="leaderboard2" />
    </div>
    <?php endif; ?>
    </div>
    <!-- END: leaderboard-->

    CSS:

    #ja-leaderboard {
    width: 100%;
    }
    #leaderboardleft {
    width: 70%;
    float: left;
    }
    #leaderboardright {
    width: 30%;
    float: left;
    }

    Untested, but it should work

    fresco Friend
    #268126

    Menalto, how would you modify that script to display three modules instead of two?
    I would like to set three modules in the header, using modules like
    Flexheader2 or fluxheader
    to dinamically change logo and other modules to left and right
    I would happily get ride of that date and text size
    thanks in advance

    fresco Friend
    #268779

    please, I don’t think it should be difficult for seasoned developers like you!
    I have been trying for days, creating only a mess of code…

    ithacaindy Friend
    #378303

    <em>@Menalto 76023 wrote:</em><blockquote>Index.php:
    CSS:
    </blockquote>

    Should this give me a leaderboard above my header?

    hainn Friend
    #378346

    <em>@ithacaindy 223629 wrote:</em><blockquote>Should this give me a leaderboard above my header?</blockquote>

    Sure, you just need to move the leaderboard block to the above of the header

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

This topic contains 10 replies, has 6 voices, and was last updated by  hainn 13 years, 3 months ago.

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