0
Welcome Guest! Login
0 items Join Now

RokNewsPager not working

    • Wildman's Avatar
    • Wildman
    • Rocketeer
    • Posts: 69
    • Thanks: 0

    RokNewsPager not working

    Posted 15 years 1 month ago
    • I am using Afterburn template with the RokNewsPager module, it is active on my homepage in the left column. I have 5 articles with a cat. and section News / Newsflash link to RokNewsPager. they load into the module but when i click on the numbers at the bottom or the arrow to view the next 2 listings nothing happens.

      I am developing on a local platform so i have no URL for you to view the module settings but attached is a screen shot.

      Can you help please.

      This image is hidden for guests.
      Please log in or register to see it.
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: RokNewsPager not working

    Posted 15 years 1 month ago
    • hi there,

      do you have "count" set to 2? if so, please try a higher number to accomodate your 5 articles.

      it might also be a javascript conflict with another extension. you could disable all 3 party extensions (not core joomla and not rockettheme) and see if it starts working fine.

      are you using the latest joomla version?
      you may also need rokmodules extensions for this to work.

      kat :)
    • Kat05 / QA Lead & Support / Germany
    • Wildman's Avatar
    • Wildman
    • Rocketeer
    • Posts: 69
    • Thanks: 0

    Re: RokNewsPager not working

    Posted 15 years 3 weeks ago
    • I have figured out why RokNewsPager was not working, you have to have Mootools Enabled in the Afterburner Template, i had it switched off, thinking i didnt need it. so this problem is solved.
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: RokNewsPager not working

    Posted 15 years 3 weeks ago
    • nice! :D
    • Kat05 / QA Lead & Support / Germany
  • Re: RokNewsPager not working

    Posted 14 years 8 months ago
    • I am having trouble with this, oops I'm using reaction though. Hi Kat!
      Warning: Invalid argument supplied for foreach() in C:\Xampp\htdocs\jtgoodies\modules\mod_roknewspager\lib\helper.php  on line 296
  • Re: RokNewsPager not working

    Posted 14 years 8 months ago
    • Well Update:

      The /modules/mod_roknewspager/lib/helper.php file has a messed up call to jos_k2_comments in the sql.

      This IS a bug, all users with a prefix other than jos_ will fail here. needs to be fixed in the next update of rok_newspager


      Update2:

      Users: Be sure you are using K2 images from the article image tab in the item edit page, else you won't see any images from rok_newspager.

      Devs: Another bug needs to be addressed in /modules/mod_roknewspager/lib/helper.php on line 312

      this:
                  } else {
                      $lists[$i]->link = JRoute::_(K2HelperRoute::getItemRoute($row->id.':'.$row->alias, $row->catid.':'.$row->categoryalias));
                      $images = modRokNewsPagerHelper::getK2Images($row->id,$image_size,$thumb_size);
                      $lists[$i]->comment_count = $row->commentcount;
                  }
      should be:
                  } else {
                      $lists[$i]->link = JRoute::_(K2HelperRoute::getItemRoute($row->id.':'.$row->alias, $row->catid.':'.$row->categoryalias));
                      $images = modRokNewsPagerHelper::getK2Images($row->id,$image_size,$thumb_size);
                      $lists[$i]->comment_count = $row->commentcount;
                      if ($row->commentcount == NULL) $lists[$i]->comment_count = 0;
                  }


      added:
      if ($row->commentcount == NULL) $lists[$i]->comment_count = 0;
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: RokNewsPager not working

    Posted 14 years 8 months ago
    • hi cliffclof,

      i have asked the developers to take a look at this.

      thanks, kat :)
    • Kat05 / QA Lead & Support / Germany
  • Re: RokNewsPager not working

    Posted 14 years 4 months ago
    • And?
      Did the developers take a look at it?
      I mean the prefix "jos_" bug.
  • Re: RokNewsPager not working

    Posted 14 years 4 months ago
    • Hey be nice to Kat she lives 4000 miles from any ice rink. :)
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: RokNewsPager not working

    Posted 14 years 4 months ago
    • hi again,

      i am not entirely sure about the status on this, but will get back to you shortly.

      kat :)
    • Kat05 / QA Lead & Support / Germany

Time to create page: 0.063 seconds