Is there a strapi plugin for admin UI customization? - strapi

I need to change some stuff about the styles such as the primary color and the project logo. All solutions known to me are just through writing a code or adding an image in project directory. Is there a Strapi plugin that can do these features ?

To my knowledge, there is not.

You don't need to, what you will need is to customize the backend as explained on the following document:
https://strapi.io/documentation/developer-docs/latest/development/admin-customization.html
From that point, you can "override admin files and functions" and do all the customization you need.

Related

can you please tell the name of theme used in laravel official website?

i just want to know that theme name used in laravel official website.
i just fell in love with this theme
It is also opensource:
here is the repository for it
It is probably using TailwindCSS
If you are asking for code theme then check tourchlight here
It is Torchlight if you are asking the code thing.
If you use a MATERIAL THEME UI, in addition to having the theme you uploaded the photo to, you will have many different themes that you can use.

How to customize interface of Rocket Chat

I need to make some changes to the front-end of RocketChat. I've done a manual install on Ubuntu 16.04 and am new to the JS ecosystem. Simply editing files (such as programs/server/packages/rocketchat_lib.js) and redoing npm install doesn't seem to work.
How can this be done?
If you need some heavier changes like changing JS, menus and doing full customization you will have to build your own custom rocket.chat. It uses Meteor framework. You can find some guides here and talk to people on the rocket.chat demo server channel learn
To change your logo, background, and other settings related to UI, we need to log in as administrator and go to Administration area then Settings and Assets section and upload the relevant images there. And we can also make other UI related settings from the layout section, which can include content, colors, fonts, and more.
To customize the Rocket.Chat UI you can either modify the rocketchat-theme or rocketchat-ui packages directly, but if you’re keeping in sync with active development it would be easier to avoid conflicts by creating your own theme package.
You can add theme customisations to Rocket.Chat by just creating a Meteor package with your code, then adding it to the packages file.
Well Rocket Chat allows us to change the logo. It also allows us to add custom CSS rules and change basic colors.
To change the colors and CSS go to administration and then under settings go to layout.
To change the logo go to administration and then under settings go to assets
Most* use of color in Rocket.Chat can be customised by changing color settings under Administration > Layout > Colors
Also you can use own CSS styles and so on in under Administration > Layout
Editing Rocket.chat files directly is bad way how to do it.
Some reference a HOW-TO are here https://rocket.chat/docs/developer-guides/ui-and-theming

I wish to add a button on the admin dashboard in Joomla 3.5, where in code do I need to make changes?

This button would be 'share' and placed at the article editor just like we have buttons like 'save','edit' etc
I facing a problem understanding joomla code structure and which file I need to make changes so as to add this button. Should it be administrator/layout/editor/ ?
There is a free plugin that can help you share your contents in social network. have a look http://extensions.joomla.org/extensions/extension/social-web/social-comments/social-comments-and-sharing-for-joomla .
Also there are several other plugins that may suit your requirements then to hack the core files http://extensions.joomla.org/extensions/extension?searchall=share+button
if you want to develop your custom editor button then you can check this link
Add Custom Button to Joomla's Article Editor (TinyMCE)

Custom Theme for NWBC creating issue in Fiori

I've created a custom theme for NWBC (just with a different background image) and it turns out that this is connected to Fiori too. The theme was created just like the tutorial on this link: How to create and assign custom theme to NWBC
When I try to run Fiori, I get the following error:
GET http://<machine_name>/sap/public/bc/themes/~client-200/~cac…p1hMouOcijKd4xZRPUAZhLJ3E/UI5/sap/m/themes/zsap_goldreflection/library.css 404 (Not found)
The name of my new custom theme is zsap_goldreflection and, as it appears, the file library.css (and also library-parameters.json) is not being found.
Any idea why?
Thank you.
Regards, Eva
Custom themes support various clients and frameworks (depending on which SAP theme they are based on).
Your custom theme seems to be based on SAP Gold Reflection: (zsap_goldreflection/library.css).
However, custom themes based on SAP Gold Reflection are not supported by SAPUI5 mobile libraries, which is why there is no css file and the request fails.
One possible solution would be to try to use SAP Blue Crystal as a basis for your custom theme since it supports SAP Fiori (if this is your main use case).
For an overview, please see the following link: SAP Standard Themes.

How to show the plugins in the page in joomla

I have installed the plugin simple image gallery module in joomla. But i cannot figure out how to show the plugin in the site page, as menu item. Anyone could help me?
Thank you.
Try this,
If that is module then:
create an article,
also create a menu and assign that article to the menu system,
then inside your article content load the module with their position like this:
{loadposition your_mod_psoition}
where "your_mod_position" is the module position. Make sure you have content load plugin enabled.
For more information check last section of this article.
If it's Plugin it may have short code for embedding to the page, so you can use that inside your article.
Hope its helps..
First of all, what Plugin are you exactly using? There are a view called simple image gallery. Please add a link.
To show the gallery I suppose the plugin has some kind of syntax to do that. In most cases you can find the syntax you have to use in the plugin manager. Backend: Extensions > Plugin Manager.
Then pick a article that you can see in the frontend and put the syntax in there according to the syntax of the plugin.

Resources