2). Before log in, the only tabs we should see in the menu bar are
-CanHealth
-Committees
-Log in
remove education, research healthcare
C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\_templates\cesei_nav0.tmpl.php
line 57, remove
<li><a href="/member_directory/index.php"> Existing Members </a></li>
line 57, remove
<li><a href="/member_directory/index.php"> Existing Members </a></li>
line 27 change
<li id="nav-cesei" class="tier0"><a href="/launch.php"><?php echo(INSTITUTION_SHORT_NAME); ?></a>
to
<li id="nav-cesei" class="tier0"><a href="/"><?php echo(INSTITUTION_SHORT_NAME); ?></a>
line 519 change
<?php endif;?>
to
to
<?php endif;?>
<?php if (isset($_SESSION['portal_status']) &&
$_SESSION['portal_status']['research'] > STATUS_UNCONFIRMED
&& $_SESSION['member_id'] != GUEST_USER_ID): ?>
line 289 change
<li id="nav-education" class="tier0"><a href="/education/">Education</a>
<li id="nav-education" class="tier0"><a href="/education/">Education</a>
to
<?php if(isset($_SESSION['login'])): /* EDUCATIONAL PORTAL LINKS */ ?>
<li id="nav-education" class="tier0"><a href="/education/">Education</a>
<?php if(isset($_SESSION['login'])): /* EDUCATIONAL PORTAL LINKS */ ?>
<li id="nav-education" class="tier0"><a href="/education/">Education</a>
line 64 remove
<li><a href="/advisory_board.php"> Advisory Board</a></li>
C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\_templates\cesei_nav_lang.tmpl.php, line 301, add
<?php if(isset($_SESSION['login'])): /* EDUCATIONAL PORTAL LINKS */ ?>
line 575 add
<?php endif; ?>
line 195 remove
echo '<li><a href="/help.php?pid=3">Help</a></li>';
line 203, comment
// echo '<li><a href="/help.php?pid=3">'.$map['Help'].'</a></li>';
line 140 remove
<li><a href="/advisory_board.php?edit=1&content_id=6"> Advisory Board</a></li>
line 28 change
<li id="nav-cesei" class="tier0"><a href="/launch.php"><?php echo(INSTITUTION_SHORT_NAME); ?></a>
to
<li id="nav-cesei" class="tier0"><a href="/"><?php echo(INSTITUTION_SHORT_NAME); ?></a>
line 58, remove
<li><a href="/member_directory/index.php"> <?php echo $map['Existing Members']; ?> </a></li>
3) In the Committees tab in the menu bar, please delete the MEMBERSHIP tab
<li><a href="/member_directory/index.php"> <?php echo $map['Existing Members']; ?> </a></li>
3) In the Committees tab in the menu bar, please delete the MEMBERSHIP tab
Delete FROM cnsh_lms.cesei_committee where committee_id=2;
4)
If you go CanHealth / Membership / Apply for Membership, the title
currently reads INDIVIDUAL MEMBERSHIP REGISTRATION. This should be
changed to read INSTITUTION MEMBERSHIP REGISTRATION.
http://localhost:8083/registration.php?type=2
C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\registration.php, line 57
change
$pType = 'Individual Membership Registration';
to
$pType = 'Institution Membership Registration';
C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\registration.php, line 57
change
$pType = 'Individual Membership Registration';
to
$pType = 'Institution Membership Registration';
5) After login, the Welcome to CanHealth page should appear next to the menu again.
6) In CanHealth tab / Governance - please delete the Advisory Board tab
No comments:
Post a Comment