Deprecated tags in documents Topic is solved
Moderator: Documentation
-
- Joomla! Enthusiast
- Posts: 109
- Joined: Thu Oct 29, 2009 8:28 am
- Location: UK
Deprecated tags in documents
I'm editing a document page and I notice it is tagged with a "pages using deprecated source tags" tag.
I'd love to remove deprecated tags, but how do I find which tags it's talking about?
"Amusingly", I notice that the "Documentation Best Practices" page is also tagged with this tag.
I'd love to remove deprecated tags, but how do I find which tags it's talking about?
"Amusingly", I notice that the "Documentation Best Practices" page is also tagged with this tag.
It's a community, the more we all contribute, the better it will be.
- cmbay
- Joomla! Enthusiast
- Posts: 167
- Joined: Thu Dec 31, 2009 11:53 pm
- Location: Oregon, USA
Re: Deprecated tags in documents
I note that the Category block, pages using deprecated source tags appears at the bottom of numerous pages but with a red background. The mouseover reads, in part, page does not exist.
Charles
-
- Joomla! Enthusiast
- Posts: 109
- Joined: Thu Oct 29, 2009 8:28 am
- Location: UK
Re: Deprecated tags in documents
Yes.
However, clicking the tag takes me to an actual page, with a big list of documents, and a message saying there's no page. I'd guess the page is generated rather than having any content. It also says I can't create it.
Is this a document website bug?
However, clicking the tag takes me to an actual page, with a big list of documents, and a message saying there's no page. I'd guess the page is generated rather than having any content. It also says I can't create it.
Is this a document website bug?
It's a community, the more we all contribute, the better it will be.
- toivo
- Joomla! Master
- Posts: 14773
- Joined: Thu Feb 15, 2007 5:48 am
- Location: Sydney, Australia
Re: Deprecated tags in documents
URLs of the pages with the issue?
Please report issues with examples to https://github.com/joomla/joomla-websit ... ur%20issue
Toivo Talikka, Global Moderator
-
- Joomla! Enthusiast
- Posts: 109
- Joined: Thu Oct 29, 2009 8:28 am
- Location: UK
Re: Deprecated tags in documents
Just about every page I've looked at :-) Ah, no, following the tag on the page I'm working on (https://docs.joomla.org/J4.x:Adding_an_ ... _Component) it says there are only 200 pages like that. It gives the list.
Thanks, I've filed a report on the page you've referenced.
Thanks, I've filed a report on the page you've referenced.
It's a community, the more we all contribute, the better it will be.
- ceford
- Joomla! Guru
- Posts: 971
- Joined: Mon Feb 24, 2014 10:38 pm
- Location: Edinburgh, Scotland
- Contact:
Re: Deprecated tags in documents
Side issue: I added a link to that tutorial from the Joomla 4 Tutorials page. Premature?MarkRS wrote: ↑Thu May 26, 2022 11:14 amThe page I'm working on (https://docs.joomla.org/J4.x:Adding_an_ ... _Component)
-
- Joomla! Enthusiast
- Posts: 109
- Joined: Thu Oct 29, 2009 8:28 am
- Location: UK
Re: Deprecated tags in documents
It's probably not finished, but it's fairly useful as it stands I hope, so no, not premature, imnvho 

It's a community, the more we all contribute, the better it will be.
-
- Joomla! Apprentice
- Posts: 11
- Joined: Tue Sep 27, 2016 7:34 am
Re: Deprecated tags in documents
The problem with the red category link at the bottom of many pages is affecting currently 6,317 pages.
According to my research, it is probably related to the MediaWiki extension "Syntax Highlighting". This extension is obsolete and has been replaced by "SyntaxHighlight".
As far as I can see, this requires a syntax modification in the source code of the JDoc pages.
However, the error does not change the information given on the affected pages. Only the coloured representation of code examples is not the best.
It would be easy to remove the red warning marking by creating the missing category page. But that doesn't solve the real problem, it just makes the warning less visible.
According to my research, it is probably related to the MediaWiki extension "Syntax Highlighting". This extension is obsolete and has been replaced by "SyntaxHighlight".
As far as I can see, this requires a syntax modification in the source code of the JDoc pages.
However, the error does not change the information given on the affected pages. Only the coloured representation of code examples is not the best.
It would be easy to remove the red warning marking by creating the missing category page. But that doesn't solve the real problem, it just makes the warning less visible.
- cmbay
- Joomla! Enthusiast
- Posts: 167
- Joined: Thu Dec 31, 2009 11:53 pm
- Location: Oregon, USA
Re: Deprecated tags in documents
MarkRS (the original poster) has kindly opened an issue at the Joomla GitHub repository.
Charles