-
AuthorPosts
-
June 26, 2006 at 8:55 pm #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 Friendnathanbohn
- Join date:
- March 2006
- Posts:
- 230
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 9 times in 1 posts
June 28, 2006 at 8:24 pm #209644most templates have a breadcrumb feature to display the current directory length,
July 10, 2006 at 6:08 pm #209720But 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 AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
July 11, 2006 at 4:17 am #209732Hi 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-->
July 14, 2006 at 7:17 am #209788Excellent Hieu. It worked. Thanks for the support.
Hieu Nguyen AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
July 14, 2006 at 10:51 am #209791srinivaExcellent 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.
August 15, 2006 at 10:36 pm #210181that was a pretty sweet hack, it works
redlight_traitor Friendredlight_traitor
- Join date:
- October 2006
- Posts:
- 211
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 32
- Thanked:
- 8 times in 1 posts
November 12, 2006 at 12:18 am #211593joomlart team is the best! excellent support!
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 6 voices, and was last updated by redlight_traitor 18 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Page Navigation on Procyon Template
Viewing 8 posts - 1 through 8 (of 8 total)