VGMaps

Site Boards => Message Board Help => Topic started by: Maxim on January 26, 2009, 09:55:49 am

Title: "Auto Pager" settings for VGMaps
Post by: Maxim on January 26, 2009, 09:55:49 am
Auto Pager (https://addons.mozilla.org/en-US/firefox/addon/4925) is a Firefox extension that auto-loads the next page on lots of websites, turning them into "infinite pages" (the next page loads at the bottom as you scroll down). You can import this to make it work on this site:
Code: [Select]
<autopager>
<site><urlPattern>https://www.vgmaps.com/forums/*</urlPattern>
<guid>F24C4D6E-2E74-65FD-A503-21BA-0D19-9C71</guid>
<margin>1</margin>
<owner>Maxim</owner>
<quickLoad>true</quickLoad>
<published>true</published>
<contentXPath>//div[@id='content']</contentXPath>
<testLink>https://www.vgmaps.com/forums/index.php?page=1&amp;topic=687</testLink>
<linkXPath>//a[@class='menu' and (contains(text(),'Next Page') or contains(text(), 'Last Page'))]</linkXPath>
<desc>VGMaps.com forums (GF++)</desc>
</site>
</autopager>

Edit: out of date, see below.
Title: RE: &quot;Auto Pager&quot; settings for VGMaps
Post by: Raccoon Sam on January 26, 2009, 11:24:26 am
Looks very handy. I support!
Title: New forums
Post by: Maxim on September 19, 2009, 03:38:30 pm
Here's one for the new forums:

Code: [Select]
<autopager>
<site><urlPattern>https://www.vgmaps.com/forums/index.php?topic=*</urlPattern>
<guid>1CFB4F91-6063-7357-6E1A-35BF-6036-9C09</guid>
<margin>1</margin>
<owner>Maxim</owner>
<quickLoad>true</quickLoad>
<contentXPath>//form[@id='quickModForm']/table[@class='bordercolor']</contentXPath>
<testLink>https://www.vgmaps.com/forums/index.php?topic=521.30</testLink>
<linkXPath>//b[not(contains(text(),'...'))]/following-sibling::a[@class='navPages'][1]</linkXPath>
<desc>SMF forums</desc>
</site>
</autopager>