I'm using one installation with all products and each app uses its evaluation message.
Posts by Aethior
-
-
The names of the individual apps should at least be included in each message.
Yes, absolutely agree. In this case is better use a custom message for every app.
-
Is it really necessary to use the same message four times?
-
Use this code:
CSS
Display More/* new posts */ .wbbBoardList li > .wbbBoard > .icon.icon-folder-close::before, .wbbSubBoards li > .icon.icon-folder-close::before { content: url(/wcf/images/smart/node_icon.png); } /* no new posts */ .wbbBoardList li > .wbbBoard > .icon.icon-folder-close-alt::before, .wbbSubBoards li > .icon.icon-folder-close-alt::before { content: url(/wcf/images/smart/node_icon.png); }
-
1. Can I use a .svg file ?
Yes, you can.
2. What should be the image size ?
The current icon size is 28x28, but you can use other size.
3. What if I want to use all the same image on all boards.
With this code you can use the same image on all boards:
Code
Display More/* new posts */ .wbbBoardList li > .wbbBoard > .icon.icon-folder-close::before, .wbbSubBoards li > .icon.icon-folder-close::before { content: "\f0e6"; } /* no new posts */ .wbbBoardList li > .wbbBoard > .icon.icon-folder-close-alt::before, .wbbSubBoards li > .icon.icon-folder-close-alt::before { content: "\f0e6"; }
-
@Dilip You don't need any plugin to do this. It's more easy using code.
ACP > Appearance > Styles > Your Style > Advanced Settings > Individual CSS and LESS
Code
Display More/* new posts */ .wbbBoardContainer[data-board-id="1"] .wbbBoard > .icon-folder-close:before { content: "\f0e6"; } /* no new posts */ .wbbBoardContainer[data-board-id="1"] > .wbbBoard > .icon-folder-close-alt:before { content: "\f0e6"; }
You only have to change the Board ID and the content. If you want to use custom images use content: url(www.domain.com/uploads/image.jpg);.
-
Imagine that you are a visitor and when you try to do a legit action this message appears: "You’re not authorized to execute this action.". But you are only trying to view the likes of one post... this message is not friendly for the guest... You don't prefer disable the link (only show the text) if the user doesn't have permissions to view the likes list?
-
Community Software (DE) Vs Powered by (ENG). The German version uses the old phrase.
-
-
Am I the only one who thinks that the current design is a little bored? Cover photo for user profile, thread header image... I need colours and images... XD
Disclaimer: I usually like simple designs, but this is too simple.
-
Quote from TimWollaHi
duplicate of this German thread: https://beta.woltlab.com/forum…sortierung-durcheinander/In this case delete this thread please, duplicate threads are unnecessary. -
-
Quote from MysteryCode?❤?????????✌
Colored icons (twemoji, for example) and code support (http://www.webpagefx.com/tools/emoji-cheat-sheet/)... Create a new smile pack is a laborious work, there are multiple free alternatives...
-
All these icons are possible using emojis... why not use emojis by default? (related: https://community.woltlab.com/…emoji-as-emoticon-smiley/)
-
Won’t be implemented Seriously? If you are viewing the Staff Pick section, for example, and you push "Share" the URL contain the channel name. Why not make things easier for users?
-
-
I don't know if the Follow @woltlab_de button is going to be available in the final release. In my humble opinion this button breaks the style of the ACP. I propose the following change, based in the new ACP style. With two buttons you can change the twitter timeline between English and German accounts.
-
Sometimes I have problems with 'automatic' new lines, but I don't know how to reproduce it to create a report. XD
-
I can to reproduce this issue in Chrome (51.0.2704.84 m) and Firefox (47.0), but not in Microsoft Edge.
External Content youtu.beContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy. -