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
Federico Chiesa.
The Crow
,
Jul 31, 2025 at 10:33 PM
,
Transfer Rumours
...
2
3
Replies:
50
Views:
2,806
Lewis Kerr
Aug 1, 2025 at 9:21 PM
Brendan Rodgers Discussion Thread
Lewis Kerr
,
Jun 19, 2023
,
Celtic Chat
...
756
757
758
Replies:
15,141
Views:
914,846
Mr Shelby
Aug 1, 2025 at 9:20 PM
Marco Tilio
Mr Shelby
,
Jun 30, 2023
,
Celtic Chat
...
40
41
42
Replies:
823
Views:
71,517
Blochairnbhoy
Aug 1, 2025 at 9:17 PM
Sticky
Celtic Colts
Idioteque
,
Jun 10, 2017
,
Celtic Chat
...
135
136
137
Replies:
2,730
Views:
182,772
The Crow
Aug 1, 2025 at 9:15 PM
The Rankdown Returneth... Time to Bring the Drama!
Taz
,
Jun 29, 2025
,
TalkCeltic Pub
...
9
10
11
Replies:
213
Views:
4,644
Dalbeth3
Aug 1, 2025 at 9:08 PM
Trivial Things That Annoy You Thread
Dáibhí
,
Jul 13, 2014
,
TalkCeltic Pub
...
1029
1030
1031
Replies:
20,618
Views:
1,119,096
Buster
Aug 1, 2025 at 9:03 PM
Celtic and Ayr United enter Cooperation Agreement
The Crow
,
Jun 3, 2025
,
Celtic Chat
...
2
3
Replies:
47
Views:
3,305
RabS
Aug 1, 2025 at 9:02 PM
The board
Cumbernauld Bhoy67
,
Nov 29, 2023
,
Celtic Chat
...
44
45
46
Replies:
906
Views:
62,983
Blochairnbhoy
Aug 1, 2025 at 8:58 PM
Hayato Inamura
The Crow
,
Jul 4, 2025
,
Celtic Chat
...
15
16
17
Replies:
326
Views:
19,499
eire4
Aug 1, 2025 at 8:53 PM
Jahmai Simpson-Pusey Confirmed by Rodgers
The Crow
,
Jul 30, 2025 at 11:53 AM
,
Celtic Chat
...
2
Replies:
25
Views:
1,169
dbhoy72
Aug 1, 2025 at 8:21 PM
Mitchell Robertson
The Crow
,
Jan 20, 2025
,
Celtic Chat
Replies:
9
Views:
1,310
The Crow
Aug 1, 2025 at 8:07 PM
**NSFW**
The New Random Image Thread
Dáibhí
,
Jul 13, 2014
,
TalkCeltic Pub
...
1290
1291
1292
Replies:
25,833
Views:
2,022,645
Sloth McCausland
Aug 1, 2025 at 8:01 PM
Celtic Supporters Thread (contains GB chat)
Paul67
,
Dec 17, 2010
,
Celtic Chat
...
1865
1866
1867
Replies:
37,322
Views:
3,074,895
The Crow
Aug 1, 2025 at 7:47 PM
Arne Engels
Callum McGregor
,
Aug 29, 2024
,
Celtic Chat
...
132
133
134
Replies:
2,666
Views:
182,579
NomDePlum
Aug 1, 2025 at 7:35 PM
Celtic In Europe 2025/26
Luis1967
,
Mar 15, 2025
,
Celtic Chat
...
8
9
10
Replies:
196
Views:
14,584
The Crow
Aug 1, 2025 at 7:34 PM
Jude Bonnar..
McChiellini..
,
Feb 25, 2025
,
Celtic Chat
...
3
4
5
Replies:
87
Views:
8,029
The Crow
Aug 1, 2025 at 7:32 PM
Matt O'Riley
The Crow
,
Jan 20, 2022
,
Ex Players
...
325
326
327
Replies:
6,530
Views:
463,914
RalstonFanClubPresident
Aug 1, 2025 at 7:11 PM
Shin Yamada
The Crow
,
Jul 16, 2025
,
Celtic Chat
...
17
18
19
Replies:
361
Views:
23,818
NomDePlum
Aug 1, 2025 at 7:08 PM
Sticky
Player Suggestions
CheGuevara
,
Jul 19, 2021
,
Transfer Rumours
...
205
206
207
Replies:
4,123
Views:
415,253
Hammy89
Aug 1, 2025 at 7:00 PM
Dane Murray
Valhalla
,
Jul 17, 2021
,
Celtic Chat
...
14
15
16
Replies:
303
Views:
31,159
NomDePlum
Aug 1, 2025 at 6:51 PM
Showing results 1 to 20 of 180
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 );