Log in or Sign up
TalkCeltic - The Ultimate Celtic FC Forum
Home
Forums
>
Having trouble logging in by clicking the link at the top right of the page?
Click here
to be taken to the log in page.
Dismiss Notice
Recent Posts
New Posts
New Sportsbook Events
Page 1 of 9
1
←
2
3
4
5
6
→
9
Next >
Title
Replies
Views
Last Message
Peter Lawwell
eddiebhoy0109
,
Jan 13, 2015
,
Celtic Chat
...
260
261
262
Replies:
5,225
Views:
352,415
Notorious
Oct 6, 2025 at 3:05 PM
Sticky
[Official TC Thread]
General Fan Action & Sack the Board Thread - TalkCeltic Signed letter
Notorious
,
Sep 3, 2025
,
Celtic Chat
...
33
34
35
Replies:
687
Views:
31,567
Blochairnbhoy
Oct 6, 2025 at 2:52 PM
Kelechi Iheanacho
Notorious
,
Sep 2, 2025
,
Celtic Chat
...
43
44
45
Replies:
899
Views:
41,991
ILoveTheCeltic
Oct 6, 2025 at 2:42 PM
Sticky
SPFL
Celtic V Motherwell Sunday October 5th Kick off 3PM Celtic tv
Notorious
,
Oct 2, 2025 at 8:27 PM
,
Celtic Chat
...
46
47
48
Replies:
955
Views:
20,898
Agathe17
Oct 6, 2025 at 2:25 PM
**NSFW**
The New Random Image Thread
Dáibhí
,
Jul 13, 2014
,
TalkCeltic Pub
...
1322
1323
1324
Replies:
26,466
Views:
2,052,398
Gabriel
Oct 6, 2025 at 2:23 PM
Brendan Rodgers Discussion Thread
Lewis Kerr
,
Jun 19, 2023
,
Celtic Chat
...
905
906
907
Replies:
18,132
Views:
1,061,247
Skelleto
Oct 6, 2025 at 2:14 PM
Celtic 25/26 Summer transfer window: Stage: Nicholson firing up the Fax Machine
Sgt Neppers*
,
Mar 16, 2025
,
Celtic Chat
...
310
311
312
Replies:
6,235
Views:
366,013
themouth1888
Oct 6, 2025 at 1:51 PM
Colby Donovan
Mr. Slippyfist
,
Jul 24, 2024
,
Celtic Chat
...
13
14
15
Replies:
293
Views:
16,633
PaulM1888
Oct 6, 2025 at 1:38 PM
'Honest' mistakes 25/26
Callum McGregor
,
Aug 20, 2023
,
Celtic Chat
...
104
105
106
Replies:
2,106
Views:
128,737
ILoveTheCeltic
Oct 6, 2025 at 1:36 PM
Mondays Meeting
truedub1916
,
Oct 3, 2025 at 7:42 PM
,
Celtic Chat
...
2
Replies:
30
Views:
1,213
Skiv7
Oct 6, 2025 at 1:36 PM
Arne Engels
Callum McGregor
,
Aug 29, 2024
,
Celtic Chat
...
154
155
156
Replies:
3,106
Views:
208,984
GazF1888
Oct 6, 2025 at 1:18 PM
Ange Postecoglou
Mr. Slippyfist
,
May 29, 2021
,
Ex Players
...
1657
1658
1659
Replies:
33,169
Views:
2,923,221
Fear Dearg
Oct 6, 2025 at 12:53 PM
Pro cycling
Belgian_lad
,
Sep 21, 2021
,
Other Sports
...
2
Replies:
23
Views:
1,821
Ľubomír1
Oct 6, 2025 at 12:43 PM
The Tennis Thread
Markybhoy
,
May 16, 2014
,
Other Sports
...
402
403
404
Replies:
8,066
Views:
297,208
ArthursGotSoul
Oct 6, 2025 at 12:22 PM
Anthony Ralston
CalgaryBhoy
,
May 12, 2016
,
Celtic Chat
...
277
278
279
Replies:
5,565
Views:
391,078
Champions67
Oct 6, 2025 at 10:14 AM
Michel Ange Balikwisha
Callum McGregor
,
Aug 23, 2025
,
Celtic Chat
...
40
41
42
Replies:
821
Views:
33,899
cammy07
Oct 6, 2025 at 9:52 AM
Sebastian Tounekti
The Thumb
,
Sep 1, 2025
,
Celtic Chat
...
21
22
23
Replies:
458
Views:
21,255
cammy07
Oct 6, 2025 at 9:50 AM
Daizen Maeda
Callum McGregor
,
Dec 31, 2021
,
Celtic Chat
...
459
460
461
Replies:
9,211
Views:
607,693
henriks tongue
Oct 6, 2025 at 9:43 AM
John Hartson
Callum McGregor
,
Nov 6, 2016
,
Ex Players
...
6
7
8
Replies:
155
Views:
22,094
Notorious
Oct 6, 2025 at 9:19 AM
Benjamin Nygren
Notorious
,
Jun 21, 2025
,
Celtic Chat
...
32
33
34
Replies:
669
Views:
37,080
Skelleto
Oct 6, 2025 at 8:02 AM
Showing results 1 to 20 of 173
Loading...
Show Ignored Content
Page 1 of 9
1
←
2
3
4
5
6
→
9
Next >
change consent
Your name or email address:
Do you already have an account?
No, create an account now.
Yes, my password is:
Forgot your password?
Stay logged in
Enable Javascript
Javascript is disabled on your Browser. To use
this website turn on Javascript in the browser settings.
Home
Home
Quick Links
Recent Posts
Recent Activity
Authors
Forums
Forums
Quick Links
Recent Posts
Forum Rules
Donate
Menu
', { async: 'async', src: url }) .load(function(){ if(loadFn){ loadFn(); loadFn = null; } }) .error(function(jqXHR, textStatus){ /* When script is blocked, textStatus is undefined. */ if(typeof textStatus !== 'undefined'){ return; } if(errorFn){ errorFn(jqXHR, textStatus); errorFn = null; } }); (document.body || document.getElementsByTagName('body')[0]).appendChild(script[0]); } }; var AdBlockDetectorWorkaround = function(){ /* This is just in case the handler script is blocked by the adblocker */ if(!XenForo.rellect.AdBlockDetector){ console.log('AdBlock detector failed. Trying workaround.'); XenForo.ajax('index.php', {dataType: 'html', AdblockDetector: 1}, function(ajaxData){ if(XenForo.hasTemplateHtml(ajaxData)){ try{ jQuery.globalEval(ajaxData.templateHtml); } catch(e){} } }, { error: function(){ console.log('AdBlock detector workaround failed.'); } }); } }; XenForo.rellect.AdBlockDetectorParams.loadScript( 'js/rellect/AdblockDetector/handler.min.js?rev=33', false, AdBlockDetectorWorkaround );