Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • josuehm Friend
    #167946

    Hi,
    We are trying to change the number of items to display on the feed from 5 to 15. However, at the time we either Apply or Save, the number of items to display goes back to 5.

    Please advise.

    Thanks!

    Duong Trieu Friend
    #409773

    <em>@josuehm 263669 wrote:</em><blockquote>Hi,
    We are trying to change the number of items to display on the feed from 5 to 15. However, at the time we either Apply or Save, the number of items to display goes back to 5.
    Please advise.

    Thanks!</blockquote>

    Solutions for this problem is edit line 71 -> 76 in ” /ja_jobboard/administrator/compone-nts/com_jajobboard/views/jafeeds/tmpl/form.php ” file.

    <option value=”5″ <?php echo $this->count==5?’selected’:”; ?>>5</option>
    <option value=”5″ <?php echo $this->count==10?’selected’:”; ?>>10</option>
    <option value=”5″ <?php echo $this->count==15?’selected’:”; ?>>15</option>
    <option value=”5″ <?php echo $this->count==20?’selected’:”; ?>>20</option>
    <option value=”5″ <?php echo $this->count==30?’selected’:”; ?>>30</option>
    <option value=”5″ <?php echo $this->count==50?’selected’:”; ?>>50</option>

    <option value=”5″ <?php echo $this->count==5?’selected’:”; ?>>5</option>
    <option value=”10″ <?php echo $this->count==10?’selected’:”; ?>>10</option>
    <option value=”15″ <?php echo $this->count==15?’selected’:”; ?>>15</option>
    <option value=”20″ <?php echo $this->count==20?’selected’:”; ?>>20</option>
    <option value=”30″ <?php echo $this->count==30?’selected’:”; ?>>30</option>
    <option value=”50″ <?php echo $this->count==50?’selected’:”; ?>>50</option>

    Thanks you.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Duong Trieu 13 years, 2 months ago.

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