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
Bobby Clark
Notorious
,
Oct 16, 2025 at 11:44 AM
,
Transfer Rumours
...
2
Replies:
21
Views:
326
jambo_cfc
Oct 16, 2025 at 2:10 PM
Sticky
TC Jukebox: What are you listening to now?
Sideshow Bob
,
Jun 27, 2008
,
TC Media
...
1831
1832
1833
Replies:
36,649
Views:
1,266,440
Bad Ambassador
Oct 16, 2025 at 2:07 PM
Sticky
[Official TC Thread]
General Fan Action & Sack the Board Thread - TalkCeltic Signed letter
Notorious
,
Sep 3, 2025
,
Celtic Chat
...
36
37
38
Replies:
741
Views:
36,096
Peej
Oct 16, 2025 at 1:58 PM
Brendan Rodgers Discussion Thread
Lewis Kerr
,
Jun 19, 2023
,
Celtic Chat
...
906
907
908
Replies:
18,147
Views:
1,069,858
JML67
Oct 16, 2025 at 1:45 PM
Ricky Hatton dead
Hydrobhoy
,
Sep 14, 2025
,
TalkCeltic Pub
...
2
Replies:
25
Views:
1,482
albashamrock
Oct 16, 2025 at 1:38 PM
**NSFW**
The New Random Image Thread
Dáibhí
,
Jul 13, 2014
,
TalkCeltic Pub
...
1326
1327
1328
Replies:
26,550
Views:
2,056,209
JML67
Oct 16, 2025 at 12:40 PM
Trivial Things That Annoy You Thread
Dáibhí
,
Jul 13, 2014
,
TalkCeltic Pub
...
1034
1035
1036
Replies:
20,718
Views:
1,199,765
KRS-1888
Oct 16, 2025 at 11:28 AM
Neil Lennon
romeo9535
,
Apr 17, 2016
,
Ex Players
...
1878
1879
1880
Replies:
37,595
Views:
2,246,270
jambo_cfc
Oct 16, 2025 at 10:46 AM
Lindsell Train Limited reduce Celtic shareholding
Notorious
,
Oct 14, 2025 at 9:09 PM
,
Celtic Chat
Replies:
7
Views:
813
Agathe17
Oct 16, 2025 at 9:09 AM
Sticky
Netflix & Amazon Prime
PaddyBhoy
,
Jan 7, 2015
,
TC Media
...
134
135
136
Replies:
2,710
Views:
189,910
NomDePlum
Oct 16, 2025 at 7:23 AM
Locked
Celtics largest 2nd shareholder
chiefo
,
Oct 16, 2025 at 1:43 AM
,
Celtic Chat
Replies:
1
Views:
175
Rydᴏ1888
Oct 16, 2025 at 1:55 AM
Paul Elliott
Notorious
,
Oct 13, 2025 at 7:01 PM
,
Ex Players
Replies:
7
Views:
403
JC Anton
Oct 15, 2025 at 11:40 PM
Colby Donovan
Mr. Slippyfist
,
Jul 24, 2024
,
Celtic Chat
...
13
14
15
Replies:
296
Views:
17,452
JC Anton
Oct 15, 2025 at 10:10 PM
Benjamin Nygren
Notorious
,
Jun 21, 2025
,
Celtic Chat
...
32
33
34
Replies:
671
Views:
37,724
PaulM1888
Oct 15, 2025 at 9:56 PM
Premier sports cup 2025/26
Notorious
,
Jul 27, 2025
,
Celtic Chat
...
2
3
4
Replies:
67
Views:
3,370
Sween
Oct 15, 2025 at 7:53 PM
Major League Baseball Thread
T.D.
,
Mar 27, 2007
,
Other Sports
...
127
128
129
Replies:
2,571
Views:
158,159
eire4
Oct 15, 2025 at 7:45 PM
Alistair Johnston
The Thumb
,
Dec 3, 2022
,
Celtic Chat
...
162
163
164
Replies:
3,267
Views:
244,988
Guchi Gucci
Oct 15, 2025 at 7:34 PM
Sticky
SPFL
Dundee v Celtic Sunday 19th October kick off 12PM Sky Sports Football
Notorious
,
Oct 10, 2025 at 5:34 AM
,
Celtic Chat
Replies:
16
Views:
1,149
eire4
Oct 15, 2025 at 7:24 PM
Sticky
[Spoiler Alert]
Film reviews and ratings
Fancy Pants
,
Apr 1, 2009
,
TC Media
...
872
873
874
Replies:
17,470
Views:
911,872
ColinC1888
Oct 15, 2025 at 2:14 PM
Trivial things that make you happy.
KhingLarsson
,
Mar 21, 2011
,
TalkCeltic Pub
...
586
587
588
Replies:
11,753
Views:
729,531
Drakhan
Oct 15, 2025 at 2:08 PM
Showing results 1 to 20 of 174
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 );