Sergey
Total posts: 13,688
06 Feb 2014 13:00

Hello,

This is a new mintJoomla forum based on Cobalt CCK. While you will use it you will find it awesome. It is pleasure to use.

We have now Markdown editor instead of HTML editor. This is very neat way to format your text. It is used on sites like Github or Stackoverflow. And our editor supports GFM.

Code Highlights

It supports code highlights. When yuo insert code, add language name.

```html
<html>
    <title>This is title</title>
</html>
```

And you will get something like this.

<html>
   <title>This is title</title>
</html>

Or this

body,
.class-name {
    border-width: 1px;
    margin: 0;
}

You can use css, html, xml, javascript, php and others.

Files upload

You can upload any picture file or zip archive. It will automaticaly get inserted into editor as markdown.

![2014-02-10_11-38-42]( https://adwsfiles.s3.amazonaws.com/forum/2014-02/1392185350_2014-02-10_11-38-42.png )

And you will get something like this

2014-02-10_11-38-42

Last Modified: 19 Mar 2024

Official Answer

Staff can attach official answer. It is simply another field that is accesible only for admins if you are interested how it is done.


pepperstreet VIP
Total posts: 3,832
21 Jan 2015 20:04

Sergey There are only options that are save.

Maybe it is save, but doesn't it allow Guests to mess up all status values? Maybe even possible for "bots"?
Recently, I see more and more spam submissions in the forum.


Sergey
Total posts: 13,688
22 Jan 2015 02:35

pepperstreet Maybe even possible for "bots"?

Defenetely not possible for bots.


Guest
22 Jan 2015 08:23

pepperstreet writing as GUEST ;)

Sergey Defenetely not possible for bots.

o.k. good to know.

But as you can see, I could go through the whole forum and change EVERY Status. Which would result in a big mess and lost of (possibly) important information.

Any idea how to prevent that AJAX changes, but allow it on new/edit form for Guest's?


Sergey
Total posts: 13,688
22 Jan 2015 14:55

Fixing....


Guest
29 Jan 2015 12:42

Сергей, здравствуйте, здесь мой форум. Как можно видеть, в категории "Программа "Быстрый старт" нет ни одной темы. В то же время есть тема в подкатегории, входящей в эту категорию. И, если войти внутрь, то там тема уже видна. Вопрос: как сделать, чтобы в строке категорий проставлялись темы, входящие в подкатегории этой категории? Благодарю.


Sergey
Total posts: 13,688
30 Jan 2015 01:56

В настроках раздела, есть параметер режим отображения. Там можно поставить категори и ее подкатегория. Тогда топики вложеных категорий будут отображаться.

Но это не то как это работает на класических форумах. Так что это будет немного не интуитивно.

Powered by Cobalt