Is it a problem that topics show duplicates of the extensions?

Discussion forum for Extension Writers regarding Extension Development.
SQLnovice
Registered User
Posts: 159
Joined: Thu Oct 10, 2019 5:03 am

Is it a problem that topics show duplicates of the extensions?

Post by SQLnovice »

I ran across this when viewing a topic's page source [Ctrl]-U. This would represent page content from the <head> </head> section of overall_header.html, I think? :?:

Is this normal? Or is there something causing these duplicates and this can be easily corrected? When I disable one of them, like MagicOGP, both are eliminated. When I enable one of them again, they come back in duplicate. Lightbox is the only extension not duplicating. Weird!

Code: Select all

<link href="./ext/ger/magicogp/styles/prosilver/theme/magicogp.css?assets_version=1391" rel="stylesheet" media="screen">
<link href="./ext/hifikabin/googlesearch/styles/prosilver/theme/googlesearch.css?assets_version=1391" rel="stylesheet" media="screen">
<link href="./ext/rmcgirr83/elonw/styles/all/theme/elonw.css?assets_version=1391" rel="stylesheet" media="screen">
<link href="./ext/rmcgirr83/sfpo/styles/prosilver/theme/sfpo.css?assets_version=1391" rel="stylesheet" media="screen">
<link href="./ext/rmcgirr83/topfive/styles/prosilver/theme/topfive.css?assets_version=1391" rel="stylesheet" media="screen">
<link href="./ext/vinny/shareon/styles/prosilver/theme/shareon.css?assets_version=1391" rel="stylesheet" media="screen">
<link href="./ext/vse/abbc3/styles/all/theme/abbc3_common.css?assets_version=1391" rel="stylesheet" media="screen">
<link href="./ext/ger/magicogp/styles/prosilver/theme/magicogp.css?assets_version=1391" rel="stylesheet" media="screen">
<link href="./ext/hifikabin/googlesearch/styles/prosilver/theme/googlesearch.css?assets_version=1391" rel="stylesheet" media="screen">
<link href="./ext/rmcgirr83/elonw/styles/all/theme/elonw.css?assets_version=1391" rel="stylesheet" media="screen">
<link href="./ext/rmcgirr83/sfpo/styles/prosilver/theme/sfpo.css?assets_version=1391" rel="stylesheet" media="screen">
<link href="./ext/rmcgirr83/topfive/styles/prosilver/theme/topfive.css?assets_version=1391" rel="stylesheet" media="screen">
<link href="./ext/vinny/shareon/styles/prosilver/theme/shareon.css?assets_version=1391" rel="stylesheet" media="screen">
<link href="./ext/vse/abbc3/styles/all/theme/abbc3_common.css?assets_version=1391" rel="stylesheet" media="screen">
<link href="./ext/vse/lightbox/styles/all/template/lightbox/css/lightbox.min.css?assets_version=1391" rel="stylesheet" media="screen">
User avatar
cabot
Jr. Style Validator
Posts: 990
Joined: Sat Jan 07, 2012 4:16 pm

Re: Is it a problem that topics show duplicates of the extensions?

Post by cabot »

Hello,

Check that you don't have this line duplicated in overall_header.html:

Code: Select all

<!-- EVENT overall_header_head_append -->
SQLnovice
Registered User
Posts: 159
Joined: Thu Oct 10, 2019 5:03 am

Re: Is it a problem that topics show duplicates of the extensions?

Post by SQLnovice »

:ugeek:

that was it exactly! Thank you again, cabot.

Return to “Extension Writers Discussion”