FAQ

There is a newer version of this page. You can find it here.

Content

Can I upload Videos?

You can't upload them on CODESYS Forge. But you can embed videos, which you uploaded to Youtube.
To embed a video, you have to upload it to youtube first. The youtube link can then be embedded into your blog post.
E.g.:

...
I managed to get an amazon echo connected to my BBQ smoker. Check this out to see it in action:

[[embed url=http://www.youtube.com/watch?v=XYZ]]

Can I embed images in my comments / posts?

To embed images, which are hosted on other websites, you can simply use the following markdown syntax to embed it:

Syntax:
![Name](URL)

Example:
![Schematic](http://fritzing.org/static/img/fritzing-preview-bb.png)

If you want to upload an image, and embed it into your post, you have to create your post first. This might sound a bit strange, but you can only attach files to existing posts.

  1. Create your textual post
  2. Edit your post
  3. Attach your images
  4. Embed the image like this...
[[img src=attached-image.jpg alt=foobar]]

How to layout a good tutorial?

You can layout your tutorial with everything that markdown provides you. But a good practice is, to follow similar rules as when you write a normal Wiki-Page:

  1. Add [TOC] at the top of the page
    This will provide the user an overview over all steps
  2. Use topics for every step and give them a short and pregnant name
    This will improve the [TOC], which you insereted at the top
  3. Use sub-topics to give the tutorial a structure
  4. Use "preformated text (starting and ending with ~~~) to highlight commands and code

An example...

[TOC]

# Prerequisits
...
# Prepare the hardware
## Wirering of the sensors
...
## Attaching the peripherals
...
# Install Linux
## Download the Image
...
## Copy the Image to your SD Card
...

How do I get rid of the left navigation bar in my Wikis?

In the Admin Options of your Wiki, you can disable the setting "Show left bar".

Show Discussion: [x]
Show left bar: [ ]
Show meta data: [x]
Allow replies via email: [x]

How can I get back the navigation bar after disabling it?

After the navigation bar is gone, you can't reach the Options menu anymore to reenable it. To get this options menu, just click on the "locker icon" on the right of the menu.
Then, press on the gears, which will appear infront of the wiki menu entry. By clicking on the gear, you will get the admin menu as a drop down menu.

You can select "Options", and reenable it in the same way as you disabled it.

Moderation

Can I mark posts in my Forum as sticky?

Yes. Just navigate to the post. Open it, and click on the "hand symbol" above it.
This is your moderator menu. There you can mark it as sticky.

How to ban users?

Community

This is a bit different for CODESYS projects and libraries, as for other code, that is committed in your repositories.
CODESYS libraries are exported as markdown. Therefore you can't refer a specific line in a link, but only sections. So, when you click on a link at the top of you source code page, you can copy and send this link to others.
Every other code, which you can browse in the source browser, can be referenced by specific lines. Just click on a specific line, and copy the URL from your browsers location bar. For example:

https://forge.codesys.com/drv/io-drivers/code/HEAD/tree/trunk/I2C_Template.devdesc.xml#l21