Does anyone access the forum through other readers?

Associate
Joined
5 Mar 2006
Posts
2,353
Location
Shropshire
Had a search around but didn't really find anything that would be good to provide offline reading / extra features to the OCUK web forums. Are there any?

Was looking for something that would show me my subscribed threads and say the number of unread posts posted in them once people replied?

Something along the lines of AMEOL if anyone remembers it :)
 
No, there are some utilities that interface with various forum servers (vBulletin in OCUK's case) to provide offline access. I was after something that gave you more 'reader' type functionality like someone replied to a subscribed thread, new posts, etc.
 
I don't think you can archive a forum as a normal user. You would need access levels equivalent to a Don to extract the database offline. Not sure about vBulletin (the software that this board runs on) but I have seen it happen before elsewhere.
 
What just expecting an API to allow you to select the posts you can read normally. But I can see this could be pretty heavy on the server it it was polled constantly.
 
It's pretty trivial to create a such a simple program in any case.

vBulletin has no APIs to use and little RSS support (This forum has it disabled) - so you'd be creating a web browser as opposed to a forum reader.

The only way to access this forum is through a web browser.
 
Just create a program that requests the urls of subscribed threads from the user cp and then tells the user when another post <div> has been added to a thread. Not exactly difficult...
 
Thought about trying to parse the user subscriptions view page for that kind of thing, that could be viable with some JS http://forums.overclockers.co.uk/subscription.php

But to then check each thread, I'm sure the boards will throw a wobbly if you try and pull 100 subscribed threads together via a script. Could look like a DOS?

Maybe not since I could in theory just create a bunch of bookmarks in a browser folder then open them all at once to the same effect...
 
Back
Top Bottom