Jump to content
The forums have been upgraded and will be undergoing changes within the next 48 hours.

I haven't experienced many problems with Ignition however one thing is bothering me, if I'm going to utilize it I'm going to group artists, it's great to not have to scroll through the 100 or so Metallica sets to get to Mudvane. Long story short, there's a bug in a pagination. If I'm on page 3 of "R" and switch to "S" it will load page 1 but still think I'm on the 3rd listing, so if I click next, it will not load page 2, it will load page 4.

 

Please set

assets/js/search/browse_functions2.js

[somewhere in the function call at Line: 893]

page = 0; #or page = 1;
Please K Thx; This will reset the page placement on index navigations.

Featured Replies

  • Author

EDIT: Okay apparently you have the page placement in some hidden happy place and merely declare the page global for nothing. I'm not really sure but it seems this number does not affect the page placement from within the actual page function. I really want to see this fixed and I'm going to dig around but a little help from the actual developer would be nice.

 

I did find it, your pagination is actually poorly programmed because it does not base off the "page" index.

 

It's located in the object

 

"page_settings"

 

Since some how it gets based on

 

"page_settings.skip" to decide what it's loading on the next page load.

 

I was able to clear this bug by instead changing what I originally had posted, untested to:

 

page_setting.skip = 0;

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.


Important Information

By using this site, you agree to our Guidelines. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. - Privacy Policy

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.