UKBouldering.com

Bubba you've done something haven't you... (Read 7467 times)

Fiend

Offline
  • *
  • _
  • forum hero
  • Abominable sex magick practitioner and climbing heathen
  • Posts: 13453
  • Karma: +679/-67
  • Whut
...increasing posts per page managed to confuse me for....oooh....at least 5 minutes.

Good idea tho I think.

slackline

Offline
  • *****
  • forum hero
  • Posts: 18863
  • Karma: +633/-26
    • Sheffield Boulder
...increasing posts per page managed to confuse me for....oooh....at least 5 minutes.

Good idea tho I think.

You can also install the greasemonkey script that Unpaginates SMF threads so you need never click on "Next"/"Previous" page again  :thumbsup:

Bubba

Offline
  • *****
  • Global Moderator
  • forum hero
  • Posts: 15367
  • Karma: +286/-6
I have indeed :)

I found a new (to me) article on optimizing SMF forums and increasing the posts per page was one tip for forums where a lot of topics become multi-page. I've also increased the number of topics shown on a forum page by 5.

But the main change was to change the way that avatars are handled. There should now be a *lot* less database calls thus hopefully generally speeding up the forums and stopping them slowing down as much when busy.

There are some more tweaks to be done but that's all for right now.

You can also install the greasemonkey script that Unpaginates SMF threads so you need never click on "Next"/"Previous" page again  :thumbsup:
These scripts are excellent. I use unpagination on Google results and there's a similar thing for Flickr galleries too.


slackline

Offline
  • *****
  • forum hero
  • Posts: 18863
  • Karma: +633/-26
    • Sheffield Boulder

You can also install the greasemonkey script that Unpaginates SMF threads so you need never click on "Next"/"Previous" page again  :thumbsup:
These scripts are excellent. I use unpagination on Google results and there's a similar thing for Flickr galleries too.




magpie

Offline
  • *****
  • Trusted Users
  • forum hero
  • Posts: 2931
  • Karma: +127/-0
So some of the threads are pages shorter today then, I'm not mad.   :thumbsup:

Bubba

Offline
  • *****
  • Global Moderator
  • forum hero
  • Posts: 15367
  • Karma: +286/-6

Yes, topics will show as several pages shorter accordingly.

I've also cleaned out a crap load of users who'd registered but never visited/posted.

Plattsy

Offline
  • *****
  • forum hero
  • Posts: 1332
  • Karma: +58/-2
...increasing posts per page managed to confuse me for....oooh....at least 5 minutes.

Good idea tho I think.

You can also install the greasemonkey script that Unpaginates SMF threads so you need never click on "Next"/"Previous" page again  :thumbsup:

Had a go at this and I think I'm missing something. Installed both the above and then figured I needed to include pages I wished to use the script but it would appear that isn't it. What am I missing?

Bubba

Offline
  • *****
  • Global Moderator
  • forum hero
  • Posts: 15367
  • Karma: +286/-6
** Edit - these are not complete - see below for correct ones... **

In the "Included Pages" box add the following entries:

For the Unpaginate SMF Threads script you need:
Code: [Select]
http://www.ukbouldering.com/board/index.php/topic,*
For the Unpaginate SMF Topics script you need:
Code: [Select]
http://www.ukbouldering.com/board/index.php/board,*and
Code: [Select]
http://www.ukbouldering.com/board/index.php?*&board=*

« Last Edit: June 09, 2009, 10:42:38 pm by Bubba »

Plattsy

Offline
  • *****
  • forum hero
  • Posts: 1332
  • Karma: +58/-2
Ah. So the default entry is an example. Done that, thanks, and also installed Unpaginate pagination microformated web pages script from the below post by Mr Slacker. However thread pages are still not auto loading. I guess I thought this was going to be easier than it is.

Getting into this greasmonkey lark and found the following two plugins that work with Simple Machines Forums (the PHP-based forum software that sits behind UKB).  They basically autoload subsequent pages into your current when you get half-way through scrolling through the current page, which is pretty handy for very long threads.  :thumbsup:

Unpaginate SMF threads
Unpaginate pagination microformated web pages (dependency required by the above).

Bubba

Offline
  • *****
  • Global Moderator
  • forum hero
  • Posts: 15367
  • Karma: +286/-6

The script will only auto load the next page when you get near the bottom of the existing page - hit "end" or scroll all the way to near the bottom...is it doing it now?

Plattsy

Offline
  • *****
  • forum hero
  • Posts: 1332
  • Karma: +58/-2
Tried scrolling to the end and hitting end. Neither are auto loading.

Gonna spend some time tomorrow reading up on this stuff. Got me interested.

Bubba

Offline
  • *****
  • Global Moderator
  • forum hero
  • Posts: 15367
  • Karma: +286/-6

Hang on, mine's not working now either!


Bubba

Offline
  • *****
  • Global Moderator
  • forum hero
  • Posts: 15367
  • Karma: +286/-6
Got it - you need the following:

In the "Included Pages" box add the following entries:

For the Unpaginate SMF Threads script you need:
Code: [Select]
http://*ukbouldering.com/board/index.php/topic,*
For the Unpaginate SMF Topics script you need:
Code: [Select]
http://*ukbouldering.com/board/index.php/board,*and
Code: [Select]
http://*ukbouldering.com/board/index.php?*&board=*
Note the "*" instead of "www." - the original ones I posted above were catching "http://www.ukbouldering..." but not "http://ukbouldering..."



Drew

Offline
  • *****
  • forum hero
  • Am I really a
  • Posts: 1739
  • Karma: +36/-4
I've also cleaned out a crap load of users who'd registered but never visited/posted.

Won't this affect your income from Google Ads?

Plattsy

Offline
  • *****
  • forum hero
  • Posts: 1332
  • Karma: +58/-2
Thanks Bubba I'll try it when I get home.

slackline

Offline
  • *****
  • forum hero
  • Posts: 18863
  • Karma: +633/-26
    • Sheffield Boulder
I've also cleaned out a crap load of users who'd registered but never visited/posted.

Won't this affect your income from Google Ads?

Only if they came to UKB to read the adds and click-through on them (which is the business model employed, pay-per-click).  Same people could still read and click-through the forum adverts without being registered on the site.

Reading through the posts I was going to say that I have...

Code: [Select]
[url]http://ukbouldering.com/[/url]*
[url]http://www.ukbouldering.com/[/url]*

For my Unpaginate SMF threads, but I guess the '*' after 'http://' that you've posted covers the same thing Bubba, although this would probably do everything...

Code: [Select]
http://*ukbouldering.com/*

butters

Offline
  • *****
  • forum hero
  • Natural Born Punter
  • Posts: 1590
  • Karma: +56/-2
  • Everything's a grade harder hauling these 'burns!!
    • blog of butters
Got it - you need the following:

In the "Included Pages" box add the following entries:

For the Unpaginate SMF Threads script you need:
Code: [Select]
http://*ukbouldering.com/board/index.php/topic,*
For the Unpaginate SMF Topics script you need:
Code: [Select]
http://*ukbouldering.com/board/index.php/board,*and
Code: [Select]
http://*ukbouldering.com/board/index.php?*&board=*
Note the "*" instead of "www." - the original ones I posted above were catching "http://www.ukbouldering..." but not "http://ukbouldering..."


Can confirm that these work on my PC.

bluebrad

Bubba

Offline
  • *****
  • Global Moderator
  • forum hero
  • Posts: 15367
  • Karma: +286/-6
Won't this affect your income from Google Ads?
I don't think so - i'd still rather have a faster forum to keep active users busy.

Bubba

Offline
  • *****
  • Global Moderator
  • forum hero
  • Posts: 15367
  • Karma: +286/-6
Thanks Bubba I'll try it when I get home.

Did you get this to work?

Plattsy

Offline
  • *****
  • forum hero
  • Posts: 1332
  • Karma: +58/-2
Thanks Bubba I'll try it when I get home.

Did you get this to work?

Yes. Thank you very much. Took me a while to work out that the next page is appended to the bottom of the existing one rather than loading up the next page only. Now I've wrapped my little brain round that one it is very good.

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal