Golf League category & course display bug

Products Forums Support Joomla 3.x Golf League for Joomla 3.x Golf League category & course display bug

Viewing 1 reply thread
  • Author
    Posts
    • #126
      admin
      Keymaster

      I’ve found a bug in the Joomla 3.x version of Golf League. The issue is that the category and course fields display no information in the front end tournament view.

      Here’s how to fix for now until I can update the application.

      FILE: components>views>tournament>tmpl>default.php

      [code]

      FIND:
      <?php //golfLeagueShowCategory($categoryObject;) ?>
      REPLACE WITH:
      <?php echo $this->item->category; ?>
      
      FIND:
      <?php //golfLeagueShowCourse($courseObject); ?>
      REPLACE WITH:
      <?php echo $this->item->course; ?>

      [/code]

    • #244
      admin
      Keymaster

      Resolved

Viewing 1 reply thread
  • The topic ‘Golf League category & course display bug’ is closed to new replies.