Christoph Jüngling
Forum Replies Created
-
Done. Both show up, but those 2 lines are the only ones of the article to be seen.
I removed those lines again, but can’t upload the screenshot.
- This reply was modified 1 year, 7 months ago by Christoph Jüngling.
Unfortunately I can’t provide those details anymore – it’s too long ago. All I can offer is to make another try.
I already installed the newest version again (v1.4.3, WP 6.2, PHP 7.4.33), which is activated right now. You may check the article https://www.juengling-edv.de/messagebox-deluxe/, which shall contain some “VB” code under the topic “Hilfsfunktion”. This code is declared as
<pre lang="VB">
. Instead of the highlighted code, the web site shows “1799831118644fbcadbb174_000000”.You may see the result online:
Public Function MsgBox2( _ Prompt As String, _ Optional Buttons As VbMsgBoxStyle = vbOKOnly + vbInformation, _ Optional Title As String = "", _ Optional HelpFile As String = "Message", _ Optional HelpContext As Long = 0, _ Optional Prompt2 As String = "", _ Optional Prompt3 As String = "") As Long Dim result As Long WizHook.Key = 51488399 result = WizHook.WizMsgBox(Prompt & "@" & Prompt2 & "@" & Prompt3 & "@", Title, Buttons, HelpContext, HelpFile) MsgBox2 = result End Function
- This reply was modified 1 year, 7 months ago by Christoph Jüngling.
Well, the problem is as specific as I already told you: “It just shows a hexadecimal number instead of the code.” After I deactivated the addon, the “pre” tags (even with the lang parameter) are displayed as usual.