Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • mayke Friend
    #135679

    Hi Experties,

    Mind to help?
    I need to insert my flash module (W=900px, H=250px), between Main Navigation and JaNews Frontpage without the left and right modules covering half of flash file?
    Any advice? Thank you Guys.

    Anonymous Moderator
    #280341

    Dear mayke,

    Please open file: templates/ja_uvite/index.php.
    At about lint 141, you could define a new position:

    [PHP]<?php if($this->countModules(‘new_module’)) : ?>
    <!– BEGIN: NEW MODULE –>
    <div id=”ja-new_module”>
    <jdoc:include type=”modules” name=”new_module” />
    </div>
    <!– END: NEW MODULE –>
    <?php endif; ?>[/PHP]

    and then login to administrator, go to Extensions -> Module Manager to create a new module for this position. At the new module page, enter text new_module in the dropdown position.

    Hope it helps.

    Sarah Catcher Friend
    #280402

    I can’t seem to figure out how to post a new post for this topic, but its been the worse day of my life and such a long 30 days that I just need to find some answers to such a simple problem!!! SOMEONE PLEASE!!!

    I am running PHP 5 , XAMPP on Leopard OS X and using Joomla 1.5 and using Uvite template.

    I am completely stumped why I can’t import an SQL file that I just exported from my local server.

    I’ve installed XAMPP and been working on a localhost website for 30 days now. Every time I make significant changes, I back up by exporting the sql database in all formated possible and saving the corresponding files on the server.

    Today…. I screwed up bad and I went to restore to the previous version of my website…. I can’t import…. I get a maxium size exceeded error and the file is only 30k….. so I tried Big Dump and it won’t accept the file either….

    I’ve tried everything… I’m not lacking technical knowledge or skill either….
    I work as an IT Technician but I don’t work with SQL or PHP often… I left this behind a year ago…..

    What can I do to reimport the files??? I can’t keep starting from scratch after months of working on a joomla site !!!

    THANKS!!!
    soooo tired and hoping tomorrow will be a better day

    Sarah Catcher Friend
    #280403

    That’s what I’ve done and it works great!
    Setting new positions is easier than I originally thought.

    mayke Friend
    #280414

    <em>@JA Developer 92296 wrote:</em><blockquote>Dear mayke,

    Please open file: templates/ja_uvite/index.php.
    At about lint 141, you could define a new position:

    [PHP]<?php if($this->countModules(‘new_module’)) : ?>
    <!– BEGIN: NEW MODULE –>
    <div id=”ja-new_module”>
    <jdoc:include type=”modules” name=”new_module” />
    </div>
    <!– END: NEW MODULE –>
    <?php endif; ?>[/PHP]

    and then login to administrator, go to Extensions -> Module Manager to create a new module for this position. At the new module page, enter text new_module in the dropdown position.

    Hope it helps.</blockquote>

    Thank you JA Developer,

    I’m using the Blue style of Ja Uvite,
    I tried, but the module position is not appear?
    I put in the line 141 (is an empty line) under line 140, as shown below;

    139 <div id=”ja-containerwrap<?php echo $divid; ?>” class=”clearfix”>
    140 <div id=”ja-container” class=”clearfix”>

    141 <?php if($this->countModules(‘new_module’)) : ?>
    <!– BEGIN: NEW MODULE –>
    <div id=”ja-new_module”>
    <jdoc:include type=”modules” name=”new_module” />
    </div>
    <!– END: NEW MODULE –>
    <?php endif; ?>

    Thank you JAD.
    Keep waiting….

    mayke Friend
    #281382

    Hi JA,

    The new inserted modules still won’t show up?
    Any advice please….

    Anonymous Moderator
    #281715

    Dear mayke,

    Please open index file, find following script:

    [PHP]<!– BEGIN: MAIN NAVIGATION –>
    <?php if ($tmpTools->getParam(‘ja_menu’) != ‘none’) : ?>
    <div id=”ja-mainnavwrap”>
    <div id=”ja-mainnav” class=”clearfix”>
    <?php if ($jamenu) $jamenu->genMenu (0); ?>
    </div>
    </div>
    <?php endif; ?>
    <!– END: MAIN NAVIGATION –>[/PHP]

    and change to:

    [PHP]<!– BEGIN: MAIN NAVIGATION –>
    <?php if ($tmpTools->getParam(‘ja_menu’) != ‘none’) : ?>
    <div id=”ja-mainnavwrap”>
    <div id=”ja-mainnav” class=”clearfix”>
    <?php if ($jamenu) $jamenu->genMenu (0); ?>
    </div>
    </div>
    <?php endif; ?>
    <!– END: MAIN NAVIGATION –>

    <?php if($this->countModules(‘new_module’)) : ?>
    <!– BEGIN: NEW MODULE –>
    <div id=”ja-new_module”>
    <jdoc:include type=”modules” name=”new_module” />
    </div>
    <!– END: NEW MODULE –>
    <?php endif; ?>[/PHP]

    and then login to administrator, go to Extensions -> Module Manager to create a new module for this position. At the new module page, enter text new_module in the dropdown position.

    If you have not configed this issue yet, please send me your url, admin account via PM so that i could check again.

    mayke Friend
    #282026

    Thank you JD. Is worked just fine now.
    Is just the dropdown menu blinking over/above my flash file.

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

This topic contains 8 replies, has 3 voices, and was last updated by  mayke 15 years, 9 months ago.

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