I hadn't thought about it before but it is an issue. at #225262: BBCode Formating bar with new icons Jan mentioned that
H1 and H2 should not appear within the node as they are already used for site-name and node-title.
I believe that is correct but wanted to open an issue on it to make the suggestion official.
Can I get a little feedback on this?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | quicktagsplus.module.drop-H1H2.patch | 1.28 KB | tcblack |
Comments
Comment #1
tcblack commentedThis patch simply removes the H1 and H2 tags and inserts an H4 immediately after the H3.
Comment #2
Krummrey commentedDrupal uses H1 for the sitename. H1s are only to be used once on every page
H2 is used for the Node-title.
So from my understanding anything that's within the Node can't be an H1 or H2 - only H3 and beyond.
A H2 within the Node would take anything after that out of the Nodes semantic flow.
A second H2 is possible, say for a second Node on the same Page.
My 2 Cent.
jan
Comment #3
naheemsays commentedI think atleast H2 should be available as an option.
My reasoning - not everyone uses the default theme. People make their own which may or may not use the h2 for block titles.
On my site I have H1 as the main title and would like to (continue) to use H2 within the content.
(I do still use h2 for block titles, but I plan on changing this - the page content is the important bit for search and rankings, not the blocks.)
Comment #4
tcblack commentedI'm not sure how to frame it but I would almost love to see most tags provided and give and admin a setup page for turning tags on or off.
Comment #5
Krummrey commentedThat would be awesome. Would that still work for the quicktagsplus etc. modules?
Comment #6
tcblack commentedJan,
It would have to be coded and I'm only now looking into how to enable/disable functions like this. if someone else with the expertise in place wants to submit I'd love it.
Comment #7
naheemsays commentedI do not have the expertise, but if you have a look at bbcode_wysiwyg, it has recently added just this select feature. It may be a good idea to look how it was done there.