Originally posted by sasguru
View Post
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
Posts by those on one's ignore list
Collapse
X
-
-
Originally posted by Robinho View PostIs that why i am constantly right about things?Coffee's for closersComment
-
Originally posted by Spacecadet View PostYou owe me a new keyboardComment
-
Originally posted by Robinho View PostDoodab has put me on ignore because i continually outwit him.
Bless.What happens in General, stays in General.You know what they say about assumptions!Comment
-
Originally posted by OwlHoot View PostWhy must posts by people on one's ignore list be so damned prominent, in great big bold type?
Each time somebody posts who I'd rather not be reminded exists, it actually stands out more, apart from the tantalizingly concealed contents, than a normal post by someone else!
Can't we have a "completely ignore posts by this user", which don't show up at all in one's thread view?
Sorry if this has been discussed before (and sorry about this post if I'm on your ignore list)
Comment
-
Still no solution to this.
Also, it would be nice to be able to ignore any thread tagged with Brexit.Comment
-
Originally posted by BrilloPad View PostAlso, it would be nice to be able to ignore any thread tagged with Brexit.
...but that would take an awful lot of time since most threads in General seem to gravitate to that subject, whether directly due to the topic, or indirectly due to the divisiveness of it and how it makes some posters react to others.{emotionless greeting}
Three Word SloganComment
-
would that not mean this thread is deleted also? Yeah yeah delete Brexit.
"Never argue with stupid people, they will drag you down to their level and beat you with experience". Mark TwainComment
-
Sorted
Click on the xog version of CUK General:
General
Go to this thread or any with Owlhoot post and it should be blank. The first Owlhoot post anyway, can't be arsed to loop through then all.bloggoth
If everything isn't black and white, I say, 'Why the hell not?'
John Wayne (My guru, not to be confused with my beloved prophet Jeremy Clarkson)Comment
-
Immensely complex PHP code if anyone wants to improve it. Just find the name and the post is in following blockquote element.
$main = "http://forums.contractoruk.com/general/";
//get link page or main page if not link
$link = $_GET['link'];
if ($link=="")
{
$link = $main;
}
$crap = file_get_contents($link);
//standard changes all pages
$pos0 = strpos($crap,"Owlhoot");
$pos1 = strpos($crap,"<blockquote",$pos0+10);
$pos2 = strpos($crap,"</blockquote>",$pos1+12) ;
$crap = substr($crap,0,$pos1).substr($crap,$pos2+13);
//Change links
$crap = str_replace($main,"http://www.xoggoth.org/pages/xogcuk5.php?link=$main",$crap);
//show page
echo $crap;bloggoth
If everything isn't black and white, I say, 'Why the hell not?'
John Wayne (My guru, not to be confused with my beloved prophet Jeremy Clarkson)Comment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- Top accountant asks contractors to share their CEST experiences, good and bad Yesterday 09:10
- Contractors' Questions: Is a US green card required to supply American companies? Yesterday 08:38
- Five top tips for attracting IT contractor talent Aug 12 07:24
- What the BoE's 1.75% interest rate means for contractor homeowners Aug 11 15:52
- How to get paid on time as a contractor business owner Aug 11 15:44
- New umbrella company initiatives go live to help protect contractors, and get them holiday pay Aug 9 22:51
- Contractors' Questions: Does being paid in foreign currency affect my tax residency status? Aug 8 23:06
- Liz Truss, Rishi Sunak and Nadim Zahawi continue to ignore Loan Charge appeals Aug 8 22:50
- Growth in IT contractor demand cools to its lowest level in 18 months Aug 8 17:30
- Securing work after RTW goes digital on October 1st will be quite a job without an in-date passport Aug 8 17:00
Comment