Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • mattstahl Friend
    #116807

    Is it possible to add a page navigation indicator somewhere on this template so that site visitors know where they have navigated to relative to the homepage. Users will have to do some drilling and jumping on my portal from time to time. Many thanks.

    nathanbohn Friend
    #209644

    most templates have a breadcrumb feature to display the current directory length,

    sriniva Friend
    #209720

    But this template doesn’t have a way to show the page navigation (breadcrum) feature.
    Can some one explain how to add this feature to JA-Procyon template.

    Hieu Nguyen Admin
    #209732

    Hi srniva and nathanbohn, here is the hack to implement breadcrum feature for Procyon. Hope it will be useful for you!

    Please open the ja_procyon/index.php file and find these codes. They should be at line 103:

    <td width="80%" valign="top">

    <table border="0" cellpadding="0" cellspacing="0" width="100%">

    <?php if ( mosCountModules( 'user1' ) || mosCountModules( 'user2' ) || mosCountModules( 'newsflash' ) ) { ?>
    <tr>
    <!-- BEGIN: LATEST-->

    change them with these lines:

    <td width="80%" valign="top">

    <table border="0" cellpadding="0" cellspacing="0" width="100%">

    <!-- BEGIN: PATHWAY-->
    <tr>
    <td<?php echo $colspan; ?>>
    <div class="frameshadow">
    <div class="frame">
    <strong>You are here:</strong>    <?php mosPathway(); ?>
    </div>
    </div>
    </td>
    </tr>
    <!-- END: PATHWAY-->

    <?php if ( mosCountModules( 'user1' ) || mosCountModules( 'user2' ) || mosCountModules( 'newsflash' ) ) { ?>
    <tr>
    <!-- BEGIN: LATEST-->


    1. procyon_pathway
    sriniva Friend
    #209788

    Excellent Hieu. It worked. Thanks for the support.

    Hieu Nguyen Admin
    #209791

    srinivaExcellent Hieu. It worked. Thanks for the support.

    You’re welcome, sriniva :D. Feel free to request a suppost from us and we will do the best we can to help.

    brandon12 Friend
    #210181

    that was a pretty sweet hack, it works

    redlight_traitor Friend
    #211593

    joomlart team is the best! excellent support!

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

This topic contains 8 replies, has 6 voices, and was last updated by  redlight_traitor 17 years, 5 months ago.

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