inherit
155757
0
Sept 12, 2024 13:56:00 GMT -8
Rat Boy
252
June 2010
ratboygl
|
Post by Rat Boy on Sept 11, 2024 6:21:45 GMT -8
Forum URL: cpnd.proboards.comGreetings, I am wondering if there is a way that when one member quotes another member, we can have the forum auto remove any embedded links to X (Twitter) or YouTube, etc?? Is this possible?
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,527
August 2015
socalso
|
Post by Scott on Sept 11, 2024 7:01:57 GMT -8
Rat Boy - I'm not aware of how to do this (if it is possible). I would recommend asking on the Request a Plugin board.
|
|
inherit
155757
0
Sept 12, 2024 13:56:00 GMT -8
Rat Boy
252
June 2010
ratboygl
|
Post by Rat Boy on Sept 11, 2024 7:38:55 GMT -8
Thank you sir!
|
|
inherit
267801
0
Apr 3, 2023 15:20:25 GMT -8
jcarter
7
April 2023
jcarter
|
Post by jcarter on Sept 11, 2024 11:49:58 GMT -8
Forum URL: cpnd.proboards.comGreetings, I am wondering if there is a way that when one member quotes another member, we can have the forum auto remove any embedded links to X (Twitter) or YouTube, etc?? Is this possible? Try adding this to your global header: <style type="text/css">
.message .quote iframe { display: none !important; } .message .quote video { display: none !important; }
</style>
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,527
August 2015
socalso
|
Post by Scott on Sept 11, 2024 12:11:37 GMT -8
Try adding this to your global header: <style type="text/css">
.message .quote iframe { display: none !important; } .message .quote video { display: none !important; }
</style> I blame lack of caffeine. Thanks jcarter !
|
|
inherit
155757
0
Sept 12, 2024 13:56:00 GMT -8
Rat Boy
252
June 2010
ratboygl
|
Post by Rat Boy on Sept 12, 2024 7:20:47 GMT -8
Forum URL: cpnd.proboards.comGreetings, I am wondering if there is a way that when one member quotes another member, we can have the forum auto remove any embedded links to X (Twitter) or YouTube, etc?? Is this possible? Try adding this to your global header: <style type="text/css">
.message .quote iframe { display: none !important; } .message .quote video { display: none !important; }
</style> I will test this shortly as soon as I find the Global Header! Thank you!!
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,527
August 2015
socalso
|
Post by Scott on Sept 12, 2024 7:22:54 GMT -8
Rat Boy - Admin > Structure > Headers & Footers > Global Header & Footer > Header
|
|
inherit
155757
0
Sept 12, 2024 13:56:00 GMT -8
Rat Boy
252
June 2010
ratboygl
|
Post by Rat Boy on Sept 12, 2024 7:25:16 GMT -8
Forum URL: cpnd.proboards.comGreetings, I am wondering if there is a way that when one member quotes another member, we can have the forum auto remove any embedded links to X (Twitter) or YouTube, etc?? Is this possible? Try adding this to your global header: <style type="text/css">
.message .quote iframe { display: none !important; } .message .quote video { display: none !important; }
</style> jcarter, you are my hero!!! Is there any way to have it display just some text like "Video Removed" or something? If thats too big of an ask, I am good with that. LOL.
|
|
inherit
155757
0
Sept 12, 2024 13:56:00 GMT -8
Rat Boy
252
June 2010
ratboygl
|
Post by Rat Boy on Sept 12, 2024 7:31:59 GMT -8
Rat Boy - Admin > Structure > Headers & Footers > Global Header & Footer > Header Thank you sir! So glad it was that easy!
|
|