Code formatter gone!

Use this forum to ask about non-product related topics (login issues, product registrations, web site questions, etc.) No technical support questions, please.
Forum rules
Do not post any licensing information in this forum.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.
This topic is 6 years and 8 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Code formatter gone!

Post by jvierra »

On the forums - The code format dialog is now missing. Only the basic toolbar is available. Why?

We cannot longer select the code format. Last week the formatter stopped retaining left indents. Today it is totally gone.
User avatar
J A Reif
Posts: 241
Last visit: Fri Mar 22, 2024 8:12 am
Answers: 1
Has voted: 1 time
Been upvoted: 1 time

Re: Code formatter gone!

Post by J A Reif »

Upgrading the forum broke the plugin that allowed for the custom code format. We are working to find a replacement.
June Alane Reif
SAPIEN Technologies, Inc.
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Code formatter gone!

Post by jvierra »

Good luck. I have been trying to find a replacement for Geiji's (spelling) formatter for a couple of years. The source code may still be available.
User avatar
J A Reif
Posts: 241
Last visit: Fri Mar 22, 2024 8:12 am
Answers: 1
Has voted: 1 time
Been upvoted: 1 time

Re: Code formatter gone!

Post by J A Reif »

We have replaced the old style of the forum with a new one so that the CSS no longer interferes with the standard BBcode for code. We are working on finding a syntax highlighter.
June Alane Reif
SAPIEN Technologies, Inc.
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Code formatter gone!

Post by jvierra »

The new style looks much better. It is cleaner and easier to read.

The "code" tag is now retaining formatting but the font is too faded however, it is way better than nothing.

Code: Select all

$splat = @{
	From = 'someone@abc.com'
	To = $recipients
	Subject  = 'MSMQ Issue'
	Body = $body
	BodyAsHtml = $true
	Priority = 'High'
	DeliveryNotificationOption = 'onFailure'
	SmtpServer = 'mail.abc.com'
}

if(Get-WmiObject Win32_PerfRawData_MSMQ_MSMQQueue -computerName $computerName -Filter 'MessagesInQueue > 0'){
	Send-MailMessage @splat
} 
Keep up the good work.
This topic is 6 years and 8 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.