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
RIP Celebrities Thread
Waiting For An Alibi
,
Nov 9, 2024
,
TalkCeltic Pub
...
6
7
8
Replies:
145
Views:
10,091
Hydrobhoy
Oct 31, 2025 at 5:25 PM
Celtic park- is it time to increase capacity and refurb stadium.
Drakhan
,
Aug 16, 2023
,
Celtic Chat
...
8
9
10
Replies:
187
Views:
21,569
StainseyBhoy
Oct 31, 2025 at 5:23 PM
Sticky
New manager
SkyeCelt
,
Oct 26, 2025 at 2:01 PM
,
Celtic Chat
...
47
48
49
Replies:
972
Views:
32,451
limezer
Oct 31, 2025 at 5:23 PM
Michel Ange Balikwisha
Callum McGregor
,
Aug 23, 2025
,
Celtic Chat
...
45
46
47
Replies:
924
Views:
40,739
Notorious
Oct 31, 2025 at 5:19 PM
Martin O’Neill returns to Celtic as interim manager alongside Shaun Maloney
Notorious
,
Oct 27, 2025 at 10:15 PM
,
Celtic Chat
...
26
27
28
Replies:
543
Views:
17,802
JC Anton
Oct 31, 2025 at 5:17 PM
Brendan Rodgers Discussion Thread
Lewis Kerr
,
Jun 19, 2023
,
Ex Players
...
993
994
995
Replies:
19,891
Views:
1,139,370
Skelleto
Oct 31, 2025 at 5:07 PM
John Kennedy
LectersLuncheon
,
May 15, 2016
,
Ex Players
...
151
152
153
Replies:
3,042
Views:
213,007
Callum McGregor
Oct 31, 2025 at 5:07 PM
Johnny Kenny
Notorious
,
Jan 5, 2022
,
Celtic Chat
...
58
59
60
Replies:
1,197
Views:
84,031
ddub11
Oct 31, 2025 at 4:56 PM
Sticky
League Cup
Celtic V the Dirty Orange Bastards Sunday November 2nd kick off 2PM premier sports 1
Notorious
,
Oct 29, 2025 at 9:35 PM
,
Celtic Chat
...
6
7
8
Replies:
144
Views:
3,837
dbhoy72
Oct 31, 2025 at 4:45 PM
Sticky
Player Suggestions
CheGuevara
,
Jul 19, 2021
,
Transfer Rumours
...
223
224
225
Replies:
4,491
Views:
454,308
Agathe17
Oct 31, 2025 at 4:35 PM
Joe Friday Pub Quiz Facebook
cidermaster
,
Jun 28, 2019
,
TalkCeltic Pub
...
262
263
264
Replies:
5,268
Views:
282,785
JC Anton
Oct 31, 2025 at 4:30 PM
Celtic release Fan Survey results
Notorious
,
Oct 31, 2025 at 11:34 AM
,
Celtic Chat
Replies:
5
Views:
257
James
Oct 31, 2025 at 4:23 PM
Michael Nicholson
Prawn Sandwich Brigade
,
Dec 23, 2021
,
Celtic Chat
...
53
54
55
Replies:
1,086
Views:
76,423
JC Anton
Oct 31, 2025 at 4:07 PM
Marcelo Saracchi
Notorious
,
Aug 28, 2025
,
Celtic Chat
...
12
13
14
Replies:
274
Views:
13,049
Crilly
Oct 31, 2025 at 3:53 PM
Shaun Maloney
Notorious
,
Jun 24, 2025
,
Celtic Chat
...
2
3
4
Replies:
77
Views:
6,519
greengrocer
Oct 31, 2025 at 3:49 PM
Daizen Maeda
Callum McGregor
,
Dec 31, 2021
,
Celtic Chat
...
461
462
463
Replies:
9,259
Views:
615,824
Notorious
Oct 31, 2025 at 3:13 PM
Sebastian Tounekti
The Thumb
,
Sep 1, 2025
,
Celtic Chat
...
27
28
29
Replies:
566
Views:
27,362
eire4
Oct 31, 2025 at 3:02 PM
Kieran Tierney
Mr. Slippyfist
,
Aug 1, 2015
,
Celtic Chat
...
891
892
893
Replies:
17,849
Views:
1,395,483
eire4
Oct 31, 2025 at 2:57 PM
Anthony Ralston
CalgaryBhoy
,
May 12, 2016
,
Celtic Chat
...
281
282
283
Replies:
5,657
Views:
396,285
eire4
Oct 31, 2025 at 2:54 PM
Kasper Schmeichel
Notorious
,
Jul 17, 2024
,
Celtic Chat
...
74
75
76
Replies:
1,512
Views:
101,934
Notorious
Oct 31, 2025 at 2:53 PM
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 );