Log in or Sign up
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
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
Sticky
New manager
SkyeCelt
,
Oct 26, 2025
,
Celtic Chat
...
109
110
111
Replies:
2,200
Views:
84,124
Notorious
Nov 13, 2025 at 2:57 PM
Neil Lennon
romeo9535
,
Apr 17, 2016
,
Ex Players
...
1885
1886
1887
Replies:
37,739
Views:
2,271,298
Pogues
Nov 13, 2025 at 2:05 PM
Anwar El Ghazi
Notorious
,
Jul 31, 2024
,
World Football
Replies:
6
Views:
1,246
Notorious
Nov 13, 2025 at 2:00 PM
Hossam Essadak
Notorious
,
Nov 9, 2025 at 12:15 PM
,
Transfer Rumours
Replies:
4
Views:
649
constant
Nov 13, 2025 at 1:59 PM
Sebastian Tounekti
The Thumb
,
Sep 1, 2025
,
Celtic Chat
...
31
32
33
Replies:
646
Views:
31,834
Ziggy
Nov 13, 2025 at 1:35 PM
January transfer window
Skelleto
,
Sep 15, 2022
,
Celtic Chat
...
65
66
67
Replies:
1,324
Views:
99,989
themouth1888
Nov 13, 2025 at 12:55 PM
Scott Brown
hkbhoy
,
May 15, 2007
,
Ex Players
...
1043
1044
1045
Replies:
20,887
Views:
1,330,156
Notorious
Nov 13, 2025 at 12:06 PM
Luis Palma
Notorious
,
Aug 28, 2023
,
Celtic Chat
...
135
136
137
Replies:
2,727
Views:
193,651
Notorious
Nov 13, 2025 at 12:05 PM
Holiday Plans 2025
Callum McGregor
,
Nov 28, 2024
,
TalkCeltic Pub
...
10
11
12
Replies:
234
Views:
13,749
Jackie Daytona
Nov 13, 2025 at 11:29 AM
Sticky
TC Jukebox: What are you listening to now?
Sideshow Bob
,
Jun 27, 2008
,
TC Media
...
1834
1835
1836
Replies:
36,711
Views:
1,306,192
Wee Baldy
Nov 13, 2025 at 10:48 AM
Daizen Maeda
Callum McGregor
,
Dec 31, 2021
,
Celtic Chat
...
464
465
466
Replies:
9,317
Views:
622,580
honda
Nov 13, 2025 at 10:38 AM
'Honest' mistakes 25/26
Callum McGregor
,
Aug 20, 2023
,
Celtic Chat
...
115
116
117
Replies:
2,334
Views:
138,052
JC Anton
Nov 13, 2025 at 10:37 AM
Celtic plc annual results for year ended June 30, 2025
Notorious
,
Sep 19, 2025
,
Celtic Chat
...
4
5
6
Replies:
115
Views:
5,432
Blochairnbhoy
Nov 13, 2025 at 9:21 AM
Sticky
The Boxing Thread
Liam Scales
,
Jul 1, 2011
,
Other Sports
...
1027
1028
1029
Replies:
20,560
Views:
836,736
celtic warrior
Nov 13, 2025 at 7:45 AM
Sticky
[Official TC Thread]
General Fan Action & Sack the Board Thread - TalkCeltic Signed letter
Notorious
,
Sep 3, 2025
,
Celtic Chat
...
49
50
51
Replies:
1,004
Views:
51,992
Ballymote
Nov 13, 2025 at 6:04 AM
**NSFW**
The New Random Image Thread
Dáibhí
,
Jul 13, 2014
,
TalkCeltic Pub
...
1335
1336
1337
Replies:
26,729
Views:
2,066,183
Buster
Nov 12, 2025 at 11:42 PM
How much would the Seville 2003 Celtic team be worth today?
TIART
,
Oct 31, 2025
,
TalkCeltic Pub
Replies:
12
Views:
489
belfastcelt
Nov 12, 2025 at 9:22 PM
Sticky
StPauli 1916 Telly thread, what are you watching right now ?
Sonny Crockett
,
Mar 6, 2014
,
TC Media
...
637
638
639
Replies:
12,779
Views:
352,497
HoopSprings
Nov 12, 2025 at 9:15 PM
Sticky
Player Suggestions
CheGuevara
,
Jul 19, 2021
,
Transfer Rumours
...
224
225
226
Replies:
4,503
Views:
459,868
Foley1888
Nov 12, 2025 at 8:42 PM
Sticky
Your Wildlife Sightings!
cidermaster
,
May 22, 2014
,
TalkCeltic Pub
...
776
777
778
Replies:
15,545
Views:
715,811
Johniebhoy.
Nov 12, 2025 at 8:30 PM
Showing results 1 to 20 of 169
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
', { 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 );