Recent Topics

1 Sep 11, 2016 22:32    

In a members-only collection most user groups are not allowed to attach files, neither to posts nor to comments. However, there is an in-built comment at the bottom of the edit screen for posts which says "If you need to attach additional files, please add a comment right after you edit this." How can I get rid of this line?

2 Sep 12, 2016 22:20

That looks like a bug. We'll fix that.

(In the meantime you can search the source code for that sentence and remove it)

3 Sep 22, 2016 21:15

I don't have access to all the files on the server. So I couldn't find the actual source. However, after quite a bit of trial and error, I went into the skin's style sheet (bootstrap_blog_skin/style.css) and eliminated the display like this:
.well{
display: none;
}

I hope that this doesn't hide info that is actually useful elsewhere.

4 Sep 22, 2016 21:17

That will definitely hide important stuff elsewhere. very bad idea.


Form is loading...