Code tags not working properly
Code tags not working properly
Author
Discussion

Origin Unknown

Original Poster:

2,454 posts

191 months

Thursday 31st March 2022
quotequote all
{{{C:\Windows\system32>bcdedit /enum active

Windows Boot Manager


identifier {bootmgr}
device partition=\Device\HarddiskVolume3
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale en-GB
inherit {globalsettings}
default {current}
resumeobject {7875c775-2f49-11ec-ab0e-af2cffe3ad2d}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30

Windows Boot Loader


identifier {current}
device partition=C:
path \Windows\system32\winload.efi
description Windows 11
locale en-GB
inherit {bootloadersettings}
recoverysequence {7875c777-2f49-11ec-ab0e-af2cffe3ad2d}
displaymessageoverride Recovery
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \Windows
resumeobject {7875c775-2f49-11ec-ab0e-af2cffe3ad2d}
nx OptIn
bootmenupolicy Standard

C:\Windows\system32>}}}

Nor does

[code]C:\Windows\system32>bcdedit /enum active

Windows Boot Manager


identifier {bootmgr}
device partition=\Device\HarddiskVolume3
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale en-GB
inherit {globalsettings}
default {current}
resumeobject {7875c775-2f49-11ec-ab0e-af2cffe3ad2d}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30

Windows Boot Loader


identifier {current}
device partition=C:
path \Windows\system32\winload.efi
description Windows 11
locale en-GB
inherit {bootloadersettings}
recoverysequence {7875c777-2f49-11ec-ab0e-af2cffe3ad2d}
displaymessageoverride Recovery
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \Windows
resumeobject {7875c775-2f49-11ec-ab0e-af2cffe3ad2d}
nx OptIn
bootmenupolicy Standard

C:\Windows\system32>[/code]

Ben Lowden

7,206 posts

199 months

PH Marketing Bloke

PH TEAM

Thursday 31st March 2022
quotequote all
Can you elaborate on this is a non-technical way please?

Origin Unknown

Original Poster:

2,454 posts

191 months

Thursday 31st March 2022
quotequote all
As I understand it, there are [code] tags that format the encapsulated text as code. For example, my thread here: https://www.pistonheads.com/gassing/topic.asp?h=0&... in green.

But [code] doesn't work, other posts suggest {{{ and the reverse to close but that seems to work once per page, see thread above.

B'stard Child

30,736 posts

268 months

Thursday 31st March 2022
quotequote all
Code

From here
https://www.pistonheads.com/gassing/formatting.htm


https://www.pistonheads.com/gassing/formatting.htm

B'stard Child

30,736 posts

268 months

Thursday 31st March 2022
quotequote all
Origin Unknown]But [code said:
doesn't work, other posts suggest
 and the reverse to close 
but that seems to work once per page, see thread above.
I don't ever remember [ C o d e ] ever being an option but then I don't use it very often - only to explain how to post images or how formatting actually works

Origin Unknown]But [code said:
doesn't work, other posts suggest [NOWIKI]but that seems to work once per page, see thread above.
Indeed it is only working once per page as indicated by the NOWIKI entry above when I try and duplicate the same quote

B'stard Child

30,736 posts

268 months

Thursday 31st March 2022
quotequote all
Lots of PH formatting doesn't work if you have line breaks example below I changed the "code" to "Bold" in the first quote

Origin Unknown][b said:
C:\Windows\system32>bcdedit /enum active

Windows Boot Manager


identifier {bootmgr}
device partition=\Device\HarddiskVolume3
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale en-GB
inherit {globalsettings}
default {current}
resumeobject {7875c775-2f49-11ec-ab0e-af2cffe3ad2d}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30

Windows Boot Loader


identifier {current}
device partition=C:
path \Windows\system32\winload.efi
description Windows 11
locale en-GB
inherit {bootloadersettings}
recoverysequence {7875c777-2f49-11ec-ab0e-af2cffe3ad2d}
displaymessageoverride Recovery
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \Windows
resumeobject {7875c775-2f49-11ec-ab0e-af2cffe3ad2d}
nx OptIn
bootmenupolicy Standard

C:\Windows\system32>[/b]
it just ends up broken - so the point being made about only being able to use { { { once on a page is valid if you want to code out multiple entries in a post

If you want to bold stuff you have to repeat the coding on every line

ie

Origin Unknown said:
C:\Windows\system32>bcdedit /enum active

Windows Boot Manager


identifier {bootmgr}
device partition=\Device\HarddiskVolume3
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale en-GB
inherit {globalsettings}
default {current}
resumeobject {7875c775-2f49-11ec-ab0e-af2cffe3ad2d}
displayorder {current}

Etc Etc

Origin Unknown

Original Poster:

2,454 posts

191 months

Thursday 31st March 2022
quotequote all
T a BC. I wonder if the curly braces in the bcedit output are screwing with the tags being recognised/rendered?

B'stard Child

30,736 posts

268 months

Thursday 31st March 2022
quotequote all
Origin Unknown said:
T a BC. I wonder if the curly braces in the bcedit output are screwing with the tags being recognised/rendered?
I did wonder that too but a quick edit (removal of curlies) didn't fix it for me on preview so I scratched that post