I've never done template development before, but took over a volunteer project that already had a custom template in place. I've been modifying the template, and for the most part it works. But now we've installed a few extensions (SimpleCalendar and RSForm), and although the modules included work to display lists of entries on the home page, when I click on the link to view one of the entries, it just displays the home page again. (The same thing happens if I use the Preview link in the admin panel for either component.)

Can anyone tell me what I'm doing wrong? The RSForm is accessed via the Contact Us link (menu item type is Internal link->RSForm, and the form ID param is set correctly); the SimpleCalendar entries are accessed via an href link generated by the module.

(And yes, it's been tested in a default template - rhuk_milkyway - and both components display correctly.)

Here's my index.php file; the component include is about 8 lines from the end.

<?php

defined('_JEXEC') or die('Restricted access'); // no direct access

function getSection($iId) {
        $database = &JFactory::getDBO();
        if (JRequest::getVar('view', 0) == "section") {
            return JRequest::getVar('id', 0);
        } else if (Jrequest::getVar('view', 0) == "category") {
            $sql = "SELECT section FROM jos_categories WHERE id = $iId";
            $database->setQuery($sql);
            $row = $database->loadResult();
            return $row;
        } else if(Jrequest::getVar('view', 0) == "article") {
            $temp=explode(":",JRequest::getVar('id',0));
            $sql = "SELECT sectionid FROM jos_content WHERE id=" . $temp[0];
            $database->setQuery($sql);
            $row=$database->loadResult();
            return $row;
        }
    }

    #echo "getvar: ".Jrequest::getVar('id', 0) ."<br />";

    $this->setGenerator('My Company Title');
    if ( substr($this->getTitle(),0,10) != 'The Family' )
    {   $this->setTitle( "Our Site Title - ".$this->getTitle() );   }
    else {  $this->setTitle( $this->getTitle() );   }
    $menu = & JSite::getMenu();

    //remove mootools.js and caption.js
    $headerstuff=$this->getHeadData();
    reset($headerstuff['scripts']);
    foreach($headerstuff['scripts'] as $key=>$value){
        if ( stripos( $key,'mootools.js') || stripos( $key,'caption.js') )
        {   unset($headerstuff['scripts'][$key]);   }
    }       
    $this->setHeadData($headerstuff);

    $intCurrentSection = getSection(JRequest::getVar('id',0));
        #echo "<p>Section: $intCurrentSection</p>";

?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd"
    >
<html lang="en">
<head>

    <link rel="shortcut icon" href="favicon.ico" />
    <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/themes/base/jquery-ui.css">
    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/familyInstitute/css/system.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/familyInstitute/css/global.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/familyInstitute/css/home.css" type="text/css" />
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
    <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js" type="text/javascript"></script>

    <?php
        if($intCurrentSection) {
            echo '<script type="text/javascript" language="javascript" src="<?php echo $this->baseurl ?>/templates/familyInstitute/js/jquery.superfish.js"></script>';
        }
    ?>

    <script type="text/javascript" language="javascript" src="<?php echo $this->baseurl ?>/templates/familyInstitute/js/jquery.hoverIntent.js"></script> 
    <script type="text/javascript" language="javascript" src="<?php echo $this->baseurl ?>/templates/familyInstitute/js/jquery.dimensions.js"></script> 
    <script type="text/javascript" language="javascript" src="<?php echo $this->baseurl ?>/templates/familyInstitute/js/jquery.ifixpng.js"></script>
    <script type="text/javascript" language="javascript" src="<?php echo $this->baseurl ?>/templates/familyInstitute/js/jquery.validate.js"></script> 
    <script type="text/javascript" language="javascript" src="<?php echo $this->baseurl ?>/templates/familyInstitute/js/global.js"></script>

    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/familyInstitute/css/home.css" type="text/css" />
    <link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl ?>/templates/familyInstitute/css/1210_12_10.css" />

    <script type="text/javascript" src="http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.latest.js"></script>
    <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/familyInstitute/js/jquery.easyAccordion.js"></script>



     <script type="text/javascript">
    $(document).ready(function() {      
      $('#accordion-1').easyAccordion({ 
            autoStart: false, 
            slideInterval: 3000,
        slideNum: false
        });

    });
    </script>
    <jdoc:include type="head" />
</head>
<body>
    <div id="container" class="main">
        <div id="header" class="g800">
            <a href="<?php echo $this->baseurl ?>" title="Our Site"> <img src="<?php echo $this->baseurl ?>/templates/familyInstitute/images/tfi_logo.jpg" alt="Header Logo" /></a>
         </div> <!--end header-->

          <div id="search" class="g200">
              <p style="text-align:right">
        <a href="#" target="_blank"><img src="<?php echo $this->baseurl ?>/templates/familyInstitute/images/facebook.gif" alt="Facebook icon" /></a>&nbsp;&nbsp;
        <a href="#" target="_blank"><img src="<?php echo $this->baseurl ?>/templates/familyInstitute/images/twitter.gif" alt="Twitter icon" /></a><br />
        <a href="#">Client Login</a> ></p>
        <p><jdoc:include type="modules" name="search" /></p>
         </div>

        <div id="nav"  class="menu g1000">
            <jdoc:include type="modules" name="headerNavigation" />
        </div>

          <!-- from here on, split based on section - home or not -->
        <?php
        if(! $intCurrentSection || $inCurrentSection > 0) {
            ?>
        <div id="accordion-1" class="g1000">
            <dl>
        <dt class="active">THERAPY + COUNSELING</dt>
                    <dd><img src="<?php echo $this->baseurl ?>/templates/familyInstitute/images/slide1_big.jpg" /></dd>
        <dt>ACADEMICS + ALUMNI</dt>
                    <dd><img src="<?php echo $this->baseurl ?>/templates/familyInstitute/images/slide2_big.jpg" /></dd>
        <dt class="research">RESEARCH</dt>
        <dd><img src="<?php echo $this->baseurl ?>/templates/familyInstitute/images/slide3_big.jpg" /></dd>
            </dl>
    </div>

        <div id="about_us_text" class="g700" style="height:155px;margin-top:10px; background:#898480 url(<?php echo $this->baseurl ?>/templates/familyInstitute/images/tfi_shadow_logo.jpg) no-repeat left top; font-family: serif; font-size:.9em">
            <p style="margin-left:5px;margin-bottom:10px;color:#fff">Relationships are our passion.</p>
            <p style="margin-left:115px; color:#fff">A couple mending a broken relationship. A family caring for aging parents.<br />A young child with emotional and behavioral problems.<br /><br />As an international leader in the fields of mental health treatment, research and education, <br />we transform lives by providing the highest quality care for families, couples and individuals.<br /><br />We are The Family Institute at Northwestern University.</p>
        </div>

        <div id="secondary_nav" class="g300">
        <jdoc:include type="module" name="mainmenu" title="Featured Links" />
        </div>

    <div id="featured_content" class="g700">
            <jdoc:include type="module" name="placehere" title="Place Here" />
    </div>

    <div id="calendar" class="g300">
            <div id="calendar_header">CALENDAR OF EVENTS</div>
            <div id="calendar_list">
        <jdoc:include type="module" name="simplecalendar" title="CALENDAR OF EVENTS" />
            </div>
    </div>

        <?php
        }
        else {
        ?>

        <div id="left_nav" class="g300">
        <?php

        //determine which submenu to use here
        $my_menu_name = "mainmenu";
        $my_menu_title = "";
        switch ($intCurrentSection) {
            case 6: //about us
                $my_menu_title = "About Us";
                break;

            case 1: //therapy
                $my_menu_title = "Therapy & Counseling";
                break;

            case 5: //academics
                $my_menu_title = "Academics & Alumni";
                break;

            case 4: //research
                $my_menu_title = "Research";
                break;

            case 0: //contact-us
                $my_menu_title = "Contact Us";
                break;

            default: //standalone pages
                $my_menu_title = "";
                break;

        }

        ?>

            <jdoc:include type="module" name="<?php echo $my_menu_name ?>" title="<?php echo $my_menu_title ?>" />
       </div> <!-- end left nav -->


        <div id="main_content" class="g600" >
           <jdoc:include type="component" />
        </div>



        <div id="footer" class="g1000">
            <jdoc:include type="modules" name="footer" />
        </div>  <!--end footer-->
    </div><!--end container-->

</body>
</html>
link|improve this question

I figured it out; the getSection function wasn't returning anything for those components; I added a JRequest::setVar('view') to the scripts section of the components and now it works. – EmmyS Dec 9 '11 at 15:01
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.