Train GraphicClick on the map to explore geographics
 
I need help
FAQ
Emergency
About .
Travel & transport from BBC stories as at 20:15 02 May 2025
 
- Trump disliked Trudeau. Here's why Carney may fare better
- Activists say ship aiming to sail to Gaza was attacked by drones
Read about the forum [here].
Register [here] - it's free.
What do I gain from registering? [here]
 tomorrow - Walk to Pilning
10/05/25 - BRTA Westbury
10/05/25 - Model Railway Show, Calne
13/05/25 - Melksham TUG / AGM

On this day
2nd May (1999)
Last special train to Weymouth Quay (link)

Train RunningCancelled
17:34 London Paddington to Hereford
19:59 Gatwick Airport to Reading
Short Run
15:50 Penzance to Gloucester
19:12 London Paddington to Bristol Parkway
19:51 Worcester Foregate Street to Bristol Temple Meads
20:06 Westbury to Cheltenham Spa
20:10 Gloucester to Bristol Temple Meads
20:28 Paignton to Exmouth
21:00 Bristol Temple Meads to Worcester Shrub Hill
Delayed
18:18 Carmarthen to London Paddington
19:48 London Paddington to Swansea
20:23 Swansea to London Paddington
An additional train service has been planned to operate as shown 21:16 Bristol Parkway to Bristol Temple Meads
An additional train service has been planned to operate as shown 21:52 Gloucester to Worcester Shrub Hill
Abbreviation pageAcronymns and abbreviations
Stn ComparatorStation Comparator
Rail newsNews Now - live rail news feed
Site Style 1 2 3 4
Next departures • Bristol Temple MeadsBath SpaChippenhamSwindonDidcot ParkwayReadingLondon PaddingtonMelksham
Exeter St DavidsTauntonWestburyTrowbridgeBristol ParkwayCardiff CentralOxfordCheltenham SpaBirmingham New Street
May 02, 2025, 20:25:11 *
Welcome, Guest. Please login or register.

Login with username, password and session length
Forgotten your username or password? - get a reminder
Most recently liked subjects
[116] In memory of the Weymouth Harbour Tramway on the anniversary o...
[54] Steam excursion - except there's much more diesel than steam!
[49] Taplow-Hassocks
[49] 2025 - Service update and amendment log, Swindon <-> Westbury...
[36] Bath Spa station - dealing with future capacity issues - ideas...
[34] Low passenger numbers due to train unreliability
 
News: A forum for passengers ... with input from rail professionals welcomed too
 
   Home   Help Search Calendar Login Register  
Pages: [1]
  Print  
Author Topic: Ignore function  (Read 5638 times)
Richard Fairhurst
Global Moderator
Hero Member
*****
Posts: 1284


View Profile Email
« on: November 22, 2011, 11:47:05 »

Would it be possible to have an 'ignore' button on the forum, so that each user can choose not to read posts by particular authors? We have one on our humble forum for the Charlbury Website and it seems to work well.

This looks like it might do the job.
Logged
JayMac
Data Manager
Hero Member
******
Posts: 19310



View Profile
« Reply #1 on: November 22, 2011, 11:56:38 »

Hmm, I can chose not to read posts from particular authors by er, not reading them.
Logged

"Good news for regular users of Euston Station in London! One day they will die. Then they won't have to go to Euston Station ever again." - David Mitchell
TerminalJunkie
Hero Member
*****
Posts: 919



View Profile
« Reply #2 on: November 22, 2011, 12:07:58 »

You can do it in Firefox with this Greasemonkey script:

Code:
// ==UserScript==
// @name           smf (simple machines forum) - ignore list
// @namespace      http://www.firstgreatwestern.info/coffeeshop/index.php
// @include        http://www.firstgreatwestern.info/coffeeshop/*
// @version        0.1
// @author         reeloo
// ==/UserScript==

//to make this script working you have to edit "Include Pages" in Greasemonkey settings according to your forum
//ie.: "http://www.simplemachines.org/community/index.php?..." transform to "http://www.simplemachines.org/community/*"

//edit 'smf_url' line according to your forum
//it has to start with "http://" and end with "index.php"
var smf_url = 'http://www.firstgreatwestern.info/coffeeshop/index.php';

var banned = new Array();
//to ignore user with id 1, 2 a 3 uncomment the following lines, evtl. add more lines in format "banned.push(uid);"
banned.push(31);   //membername1
banned.push(84);   //membername2
banned.push(95);   //membername3
banned.push(348);  //membername4
for (var i = 0; i < banned.length; i++){
var uid = banned[i];
var url = 'http://www.firstgreatwestern.info/coffeeshop/index.php?action=profile;u=' + uid;
var expression = '//tr[td/table/tbody/tr/td/table/tbody/tr/td/b/a[@href = "' + url + '"]]';

var nodes = document.evaluate(expression, document, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);

for (var j = 0; j < nodes.snapshotLength; j++) {
var node = nodes.snapshotItem(j);
node.style.display = 'none';
}
}

Edited to redact usernames in an attempt to maintain the peace  Lips sealed
« Last Edit: November 22, 2011, 16:20:07 by inspector_blakey » Logged

Daily Mail and Daily Express readers please click here.
6 OF 2 redundant adjunct of unimatrix 01
Hero Member
*****
Posts: 2754



View Profile Email
« Reply #3 on: November 22, 2011, 15:54:10 »

oh cheers haha
Logged
6 OF 2 redundant adjunct of unimatrix 01
Hero Member
*****
Posts: 2754



View Profile Email
« Reply #4 on: November 22, 2011, 15:56:55 »

removed as per mods
« Last Edit: November 22, 2011, 17:43:25 by relex109 » Logged
grahame
Administrator
Hero Member
*****
Posts: 43970



View Profile WWW Email
« Reply #5 on: November 22, 2011, 17:44:43 »

Richard, in answer to your original question, I am inclined not to add that "mod" to the board.  Feedback from a couple of the moderators rather confirms my personal view that you can choose to read what you want, and other answers in this thread have helped convince me that it's really not a good idea to block people.  Not only can it cause offence if revealled, but it can also mean that threads would appear damaged where the people you have banned are posting.  Perhaps it's useful for the Charlbury Village Idiot, but our team here keeps the spam and flack down pretty well.

There's another reason against too.  It comes down to time that's available, and the keeping of the forum running.   In stable state, it's fine - but something of a labour of love too (like certain others  Wink who put in huge time to rail sites). But there has to be a limit, and I don't want to go down routes which would probably work but may not, leaving me with issues that I was frantically trying to resolve while doing my day job.
Logged

Coffee Shop Admin, Chair of Melksham Rail User Group, TravelWatch SouthWest Board Member
6 OF 2 redundant adjunct of unimatrix 01
Hero Member
*****
Posts: 2754



View Profile Email
« Reply #6 on: November 22, 2011, 18:01:01 »

End of the day if anything offensive is posted its removed, we are all human we will never all agree on things, however it would be nice if this scenario didn't come up......

http://www.youtube.com/watch?v=fqs9DYisSsg


as for what happened previously in the thread, is my poor spelling and grammar really that difficult to deal with  Roll Eyes

Logged
Phil
Global Moderator
Hero Member
*****
Posts: 2062



View Profile
« Reply #7 on: November 22, 2011, 19:34:31 »

Sorry, who was it posted that last comment on this thread?   Tongue
Logged
Richard Fairhurst
Global Moderator
Hero Member
*****
Posts: 1284


View Profile Email
« Reply #8 on: November 23, 2011, 13:46:36 »

Grahame - entirely your decision, of course, and thank you for considering it.

I would say that the Coffee Shop is a terrific forum and one of the best (and most civil) I've encountered, but arguably it has more village idiots than the Charlbury one!

Like all railway web forums, it has the... challenge of some very enthusiastic young posters. Their joie de vivre and optimism that all things can be fixed with More Super Fast Trains To Where I Live is commendable but, well, can get a little wearing at times for the old cynics amongst us. (uk.railway is about the only place that doesn't suffer from this, largely because no-one under the age of 35 has heard of Usenet Wink ).

An 'ignore' function allows those who don't want to read this to do so, while not placing any additional burden on the mods to rule one way or another. Everyone wins. (I'm actually slightly surprised that SMF (Simple Machines Forum - The software we use on this site) doesn't offer it as a standard function - much forum software does.)

As I mentioned in a PM to bignosemac, the Coffee Shop has lost one of its most knowledgeable and helpful contributors in exactly these circumstances (I won't name names in public, but given that I principally read the Cotswold Line board, you may know what I'm talking about). TerminalJunkie's clever Greasemonkey script demonstrates that others find it an issue, too. Absolutely your choice as to what you do - it is, after all, your website - but I do think it would be a worthwhile improvement.
Logged
6 OF 2 redundant adjunct of unimatrix 01
Hero Member
*****
Posts: 2754



View Profile Email
« Reply #9 on: November 23, 2011, 13:55:14 »

I wish I could ignore everyone in my life that tells me something that I don't want to hear
Logged
tramway
Hero Member
*****
Posts: 617



View Profile
« Reply #10 on: November 26, 2011, 00:26:49 »

Thank you RW for your advice never to visit the Charlbury web site.
Logged
Do you have something you would like to add to this thread, or would you like to raise a new question at the Coffee Shop? Please [register] (it is free) if you have not done so before, or login (at the top of this page) if you already have an account - we would love to read what you have to say!

You can find out more about how this forum works [here] - that will link you to a copy of the forum agreement that you can read before you join, and tell you very much more about how we operate. We are an independent forum, provided and run by customers of Great Western Railway, for customers of Great Western Railway and we welcome railway professionals as members too, in either a personal or official capacity. Views expressed in posts are not necessarily the views of the operators of the forum.

As well as posting messages onto existing threads, and starting new subjects, members can communicate with each other through personal messages if they wish. And once members have made a certain number of posts, they will automatically be admitted to the "frequent posters club", where subjects not-for-public-domain are discussed; anything from the occasional rant to meetups we may be having ...

 
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
This forum is provided by customers of Great Western Railway (formerly First Great Western), and the views expressed are those of the individual posters concerned. Visit www.gwr.com for the official Great Western Railway website. Please contact the administrators of this site if you feel that the content provided by one of our posters contravenes our posting rules via admin@railcustomer.info. Full legal statement (here).

Jump to top of pageJump to Forum Home Page