Sergey
Total posts: 13,748
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.


Sergey
Total posts: 13,748
04 Mar 2014 14:30

Sackgesicht I created several topics under Cobalt 8 forum, but it seems there is a problem with category assignment .. they dont show up

I have replied. Also all topic that was created without categories now accesible in forum root. I'll slowly work then out and reassign category.


pepperstreet VIP
Total posts: 3,837
04 Mar 2014 16:36

Getting better and better each day :)

Quotes: The light mint colors are much better now.

Editor: Still have a "personal problem" with the dark scheme. Almost black. o.k. for real code display, but for commenting?

Editor: Most important! Still issues with line-break and/or new lines. How to get AND keep regular linebreaks or simple paragraphs?!? The removal and re-formatting drives me crazy.

Avatars: On right side. Much better and easier to assign the comment to the actual author. This also solves the visual flow that was mentioned by Jeff! No more "endless post", the author info creates a subtle distinction between posts.

Private: Thanks for the icon and color... but it seems the private option checkbox does not work 100%. I can set a comment to "private" once and forever... but can't toggle back to a normal post?! Just checked it again with this post. Not working!

Rock-on! ;-)


pepperstreet VIP
Total posts: 3,837
04 Mar 2014 16:53

Feature request

Voting and Weighting: I am really missing the "voting points" from AngelDesk. A great feature and sorting criteria, IMHO.

I know, Cobalt core comments has +/- but I think about a voting number for the initial parent topic. Or simply utilize "Favorite" feature and its count for it?

Editor: Typo and heading. Does it make sense to offer "H1" as format? I think, you can get rid of it in th toolbar. The article and page header is already H1... everything else should have a lower Heading#.


Sergey
Total posts: 13,748
04 Mar 2014 16:54

pepperstreet The removal and re-formatting drives me crazy.

We have an issue with that. When you edit comment new lines are striped. Actualy to eneter paragraph you have to enter 2 lines. In markdown one line break is still a paragraph. It is done that you could enter text for text files limited width.

This is limited
test that will be
one line anyway.

I think you sow files like this where text is limited with usualy 80 simbols.

But you can also create new line without paragraph. For that you have to add to spaces at the end of the line

123
123

These are 2 lines one under the other.

pepperstreet Just checked it again with this post. Not working!

I see that post as none private. But I'll check.


pepperstreet VIP
Total posts: 3,837
04 Mar 2014 17:03

Sergey But you can also create new line without paragraph. For that you have to add to spaces at the end of the line

2 SPACES ? I see, but that is so special and hidden, no average user will know or understand it.

2 RETURNS / ADDITIONAL EMPTY LINE: It does only work once. If you edit your comment, even this extra line is stripped off. Especially a big problem with quotes. After Edit comment... it merges your comment into the quote :(


pepperstreet VIP
Total posts: 3,837
04 Mar 2014 17:16

Test for image & file

Here is an image named "Bildschirmfoto 2014-03-03 um 00.07.01.png"
![01]( https://adwsfiles.s3.amazonaws.com/test/2014-03/1393953337_Bildschirmfoto 2014-03-03 um 00.07.01.png)

And here is a file named "pkg_cobalt.j3.v.8.496.zip":

496

Conclusion: * Image upload o.k., Display not working? Filename issue? I see an "!" exclamation mark in front of the line?
* File upload works, but filename generation is really strange and "geeky". I would have to edit the shortened name in square brackets?! :(


Sergey
Total posts: 13,748
04 Mar 2014 18:36

pepperstreet 2 SPACES ? I see, but that is so special and hidden, no average user will know or understand it.

Most probably no user will need that. Usualy user need a paragraph.

pepperstreet 2 RETURNS / ADDITIONAL EMPTY LINE: It does only work once. If you edit your comment, even this extra line is stripped off. Especially a big problem with quotes. After Edit comment... it merges your comment into the quote :(

As I have already mentioned, right now we have a problem with comments edit. If you edit topic it is ok. We cannot find out why it happens, but we will solve it eventualy.

pepperstreet Conclusion: * Image upload o.k., Display not working? Filename issue?

Yes I am aware. That is because spaces in the name. I have fixed that. You can try to upload it again.

pepperstreet * File upload works, but filename generation is really strange and "geeky". I would have to edit the shortened name in square brackets?! :(

Also fixed that. That was because of . in the name.


pepperstreet VIP
Total posts: 3,837
06 Mar 2014 09:27

Sergey That is because spaces in the name. I have fixed that. You can try to upload it again.

Bildschirmfoto 2014-03-06 um 10.20.12

Image upload test with spaces. Also noticed a little but important UI bug. The Status change popup menu expands to the left side. On an average-sized screen it is out of site. Clipped, and the options are not clickable.


pepperstreet VIP
Total posts: 3,837
06 Mar 2014 09:32

pepperstreet Hello Sergey, 1. WHY can anybody change the status fields? It MUST BE RESTRICTED to author and admin/moderator!!!?!! 2. Private comment does work

  • Status changes allowed for everyone on everything?

  • Private comment toggle/checkbox has no effect. Only once. Comment stays "private".

  • Comment edit: Upload button is very small and black. Looks like a text footnote, but not like a button/action.


pepperstreet VIP
Total posts: 3,837
06 Mar 2014 09:41

Please, can you fix that annoying User1 warning ;-)

Bildschirmfoto 2014-03-06 um 10.42.45


Sergey
Total posts: 13,748
06 Mar 2014 10:24

Should be fixed.


pepperstreet VIP
Total posts: 3,837
06 Mar 2014 16:16

Sergey Should be fixed.

  • Now, there is UserID# 75 warning ;)

  • Private comment toggle does not work.


Sergey
Total posts: 13,748
07 Mar 2014 06:57

pepperstreet The Status change popup menu expands to the left

Fixed

pepperstreet Status changes allowed for everyone on everything?

It allow only to registerd users and not all statuses.

pepperstreet Private comment toggle/checkbox has no effect. Only once. Comment stays "private".

Fixed in next update.

pepperstreet Comment edit: Upload button is very small and black. Looks like a text footnote, but not like a button/action.

Fixed

pepperstreet Now, there is UserID# 75 warning ;)

Fixed.

PS. Maik please create new topics. It is hard to work with topic like this. And I cannot mark it solved.


Sackgesicht VIP
Total posts: 1,636
07 Mar 2014 10:10

Now the performance is nice.. much better than on angeldesk. ;-)


pepperstreet VIP
Total posts: 3,837
08 Mar 2014 00:34

Sergey PS. Maik please create new topics. It is hard to work with topic like this. And I cannot mark it solved.

Really? Did not want to flood the new forum with topics about forum cosmetics and critiques. Since this topic is specific for the new forum launch, i thought this is a nice place to keep every thought about the new forum (all in one place). But if you want new topics... no problem ;-)


pepperstreet VIP
Total posts: 3,837
09 Mar 2014 01:20

Sergey It allow only to registerd users and not all statuses.

Nope. I still can see and change any status. In list and full view !?

screenshot 1

screenshot 2


Sergey
Total posts: 13,748
09 Mar 2014 13:05

To me screenshots looks ok.

You can chose any topic type and I do not see where there should be a reason to limit bublic users with first dropdown.

And second is limited in fact here is what I see.

2014-03-09_19-04-56

Much more statuses. You see only those that I think anyone can change.


pepperstreet VIP
Total posts: 3,837
09 Mar 2014 19:08

Sergey Much more statuses. You see only those that I think anyone can change.

??? But the screenshot is not my own topic! Why should someone else change anything on another user's topic?!? Except he is an admin/moderator ?!? Makes no sense, and if even GUEST VISITERS can do this... imagine what happens to the forum in the near future.


Guest
21 Jan 2015 06:00

pepperstreet

Sergey Much more statuses. You see only those that I think anyone can change.

??? But the screenshot is not my own topic! Why should someone else change anything on another user's topic?!? Except he is an admin/moderator ?!? Makes no sense, and if even GUEST VISITERS can do this... imagine what happens to the forum in the near future.

Still not sure about the access for GUESTs. Isn't it a risc to give access to the Status fields in list/full view?

Since you allow guest submissions, I agree on access on new submissions and edit form.
But access to "AJAX" status feels strange and insecure to me.

(written by pepperstreet as GUEST)


Sergey
Total posts: 13,748
21 Jan 2015 08:15

There are only options that are save.

Powered by Cobalt