#Developer Community FAQ

3 Followers · 38 Posts

Frequently Asked Questions on Developer Community.

Article Evgeny Shvarov · Feb 15, 2016 2m read

Hi, Community!

We've updated Developer Community (DC) portal and here are some good news.

Now you can insert in your post highlighted parts of code. It works with help of highlight.js library.

To illustrate it I took some code snippets from Fabian's article.  

 
Method OnPreServer() As %Status
{
 set .SharedConnection=1
 set room=$GET(%request.Data("room",1),"default")
 set:room="" room="default"
 if (.WebSocketID'="")
  {
   set ^CacheTemp.Chat.WebSockets(.WebSocketID)=""
   set ^CacheTemp.Chat.Room(.WebSocketID)=room }
 else
  {
   set ^CacheTemp.Chat.
13
0 1299
Article Anastasia Dyubaylo · Oct 2, 2022 4m read

Hey Community,

Do you want to get help, discuss an interesting feature, make an announcement or share your knowledge? In this post, we will tell you how to do it all.

To make it easier to navigate this "how to" just follow the contents:

General guidelines

To begin, you need to click on the "New post" button in the top menu of the Developer Community site:

After that, you will see the editor that will give you the choice of creating a Question, an Announcement, an Article, or a Discussion. Different types of posts have their own sets of mandatory and optional fields. 

12
0 1231
Article Evgeny Shvarov · Jul 25, 2016 2m read

Hi, Community!

Today there are two main settings for your email notification subscriptions.

1. Subscribe to all new posts, all comments, all answers

You can do it in your subscription settings in the Content Types. Click on My Account, go to Subscriptions and click on Content types tab:

 

In this case, you'll get only one notification for every new article or question posted on DC and every answer and comment if you checked this option.

Here are some recipes with this option.

1. Receive all the new posts notifications (without answers and comments in it):

Turn on Post checkbox.

2.

15
1 1018
Question Kurro Lopez · Jun 14, 2017

Hi all,

I wonder how to change the login email that I've in Comunity.

According to My acount - Account setting, I can change it using the http://login.intersystems.com portal, however there is not any link or option to change it.

Is there other way to change the email? Currently I'm using the work email and I want to change to personal email.

Best regards


P.S. The email that I have associated in Global Master I have already modified it, so if I modify the one in the Community, both accounts will be linked, isn't it?

10
0 662
Article Anastasia Dyubaylo · Jun 28, 2022 1m read

You know several languages and wish to share your knowledge with users in different parts of the world who don't speak English?

Now it's your time to shine! 🤩

With our Developer Community, it is easy to link your original article and its translation in a different language (or even ask for a translation).

So let's talk about creating your own translation:

2
3 651
Article Evgeny Shvarov · Jun 8, 2016 1m read

Hi, Community!

If you prepare your longread for DC in Microsoft Word or Google Docs there is one very easy way how to add your formatted text and images in DC post at once.

To make it do the following:

1.Click Create Post on Developer Community.

2. Copy all the text in Word o GDocs to the buffer.

3. Click the button Paste from word (see the shot):

4. Paste the text to the opened window an press OK.

5. See the formatted text with images in your post. Save it as a draft or post it.

7
0 621
Article Evgeny Shvarov · Jan 5, 2017 1m read

Hi!

Today DC supports the notifications for the posts' updates. It means if someone changes the post text, title, group or tag you can be notified about that.

But this notifications just inform that there were updates, but do not show what exactly was changed in the post.

So through this, you can get the notifications for the posts from previous years without any reason what's happened.

I would suggest to turn off this types of notifications until we'll implement the details in notifications, what exactly was changed in the post and why did you get it.

15
0 588
Article Evgeny Shvarov · Oct 19, 2018 1m read

Hi!

You can insert an image in a post with via three ways:

1. Upload it from disk

Drag-n-drop image from your disk to a post and adjust the width after that.

2. Copy and paste from clipboard

Copy the image to a clipboard (Ctrl+C) e.g. from another web page or from any text editor and paste it into the post.

See how it works:

0
0 571
Article John Murray · Jun 29, 2017 1m read

When posts are displayed on the DC homepage they only show the first part of each post. This part is known as the teaser, or the trimmed version. The DC software does its best, but without being given any hint by you it can sometimes produce teasers that are of limited value, e.g. "Hi!"

When composing your post, the Preview button lets you see what the teaser will look like.

0
0 506
Article Anastasia Dyubaylo · Jan 26, 2023 1m read

Hello Community,

Some of you have passed the InterSystems Official Certification and would like to get a nifty green tick on your profile avatar  

and all your certificates in your DC profile so that others know that you know... you know what we mean wink

So, to add certification to your DC profile, you need to take 3 easy steps:

1️⃣ Go to your DC profile 

2️⃣ Go to the InterSystems Certification section

3️⃣ Click on the Load my certification(s) button 

and that's it!  

5
0 486
Article Evgeny Shvarov · Oct 19, 2018 1m read

Hi!

Sometimes you need to put formatted ObjectScript in a post.

To do that put the code into the editor, select it and click on ObjectScript button.

Once you save/preview the post the code will be highlighted as ObjectScript.

See the gif:

If you use Markdown editor, you can highlight ObjectScript if you place the code inside two tags: <pre><code> .... your code... </code></pre>

1
0 484
Article Iryna Mologa · Dec 14, 2021 1m read

>> Udated guide <<


Hey everyone,

Need to change your PRIMARY email address (login email) and not lose all your activity on the Developer Ecosystem resources: Community, Global Masters, and Open Exchange?

It's easy! We will take care! 

1️⃣ We will correctly transfer all your information from the old DC account to the new one.

All your posts, comments, mentions, likes, etc. will be saved on the new account.

2️⃣ If you are a member of Global Masters, your level, badges, points, etc. will also be transferred to your new account.

2
3 466
Article Bob Binstock · Sep 9, 2016 2m read

as described in How to post an article from Word or Google Docs, you can use the Paste from Word button to paste content you have copied from a Word or Google Docs document into a Developer Community post.

this worked well for me pasting from Word 10 documents, and retained most (though not all) of my Word formatting. i did have one problem, however, and wanted to pass on my workaround.

if there are external links in the Word document, they sometimes don’t work when pasted in until you manually add http:// or https://, which can get stripped (don't know if this applies to Google Docs).

0
0 409
Article Anastasia Dyubaylo · Aug 20, 2023 3m read

Hey Developers,

You may have already seen the article about creating a post on the Developer Community where you can find general info about creating posts. Still, we've decided that adding a post that focuses solely on the questions can be beneficial. So let's concentrate on how to pose questions.

First of all, let's talk about giving a post a good title. Choosing a good title for a question is essential to attract the right audience and increase the likelihood of getting helpful answers. Here are some tips to help you craft an effective title:

0
0 367
Article Anastasia Dyubaylo · Apr 14, 2023 2m read

Hey Community!

There are occasions when you really need to get in touch with a member of our Community a.k.a. author of a post or developer of a particular project, to discuss something, catch up, or whatever. And exactly for this reason, we have Direct Messages where you can send a message directly to a specific person or even have a group chat!

0
0 352
Article Anastasia Dyubaylo · Mar 30, 2023 1m read

Hi Community,

Some of you would like to share an event (online or offline) with others on our Community and here is a how-to on how to actually create an Event to invite your fellow members.

The main challenge when creating an event is to fill in all the necessary pieces of information in the right places. So let's look at what needs to be done.

0
0 320
Article Anastasia Dyubaylo · Jul 15, 2025 3m read

Our goal on the Developer Community is to foster a high-quality, trustworthy, and original body of technical content created by and for developers. While AI tools like ChatGPT can be helpful in the writing process, we expect all published content to reflect authentic expertise and personal understanding. If you have any questions or wish to discuss your coding problem with an AI, consider using our Developer Community AI chat.

Acceptable Use of AI

We recognize that AI tools can assist with editing and clarity. You may use them in the following ways:

  • To fix grammar, spelling, and punctuation.
4
1 313
Article Anastasia Dyubaylo · Jul 20, 2023 1m read

Hey Developers,

If you wish to know how you're doing in the Community and see your stats, you don't need to scroll through all your posts in your profile (though it is also possible). You can use the Online Analytics Dashboard. In it you can see your own detailed statistics for the current week, month, and all time, including:

  • number of views, likes, comments, followers
  • timeline graphics of views, likes, actions with your posts, comments
  • a table containing info about views, comments, and likes for your every post

0
0 283