how to change keycloak template theme [the actual keycloak administration console theme] - themes

I want to know how to change keycloak template theme,
I have to change the actual keycloak administration console theme not the login/admin/account/email theme :
keycloak theme
In the admin console, I can select the theme of the login/admin/account/email pages, but what i want is to change the actual theme for this admin console
i hope i was clear enough this is my first time posting a question.

Related

Mura Setup not shows Mura Admin page

Mura setup is done as per documentation.
From Mura setup page not able to get Mura admin page
Setup gives some page where i can not go for other menu
Mura Setup image
the default button goes to Lucee welcome page
settings.ini has mode=production, indexfileinurls=0,siteidinurls=0 and
recaptchalanguage=en
The system is Windows 7, Apache2.4.18, MySQL5.7, Lucee Tomcat8 and Lucee 4.5.2.018.
Why I did not get Mura Admin Page?
After installation , http://domain.com/admin
gives the admin login.

set a theme for a user in Moodle

Within a Moodle, I've set up, I receive new users via a single sign on, these users should get a specific theme set for them. This theme is not the default theme, other users can sign up for the site (they are not coming in via the SSO) and should not get this theme, so I can't set it as the default theme.
How can I set a theme as the prefered or default theme for a user when he logs in via the SSO?
I would think that this setting is stored in the database but I can't find it there.
I found a column theme in the user table but setting the theme there does nothing.
I've also looked in the table user_preferences but didn't find any record about the theme after I changed it for a specific user.
Does anybody know where in the database this is stored or how I can set a default theme for a specific user?
UPDATE:
Users can change their own theme.
I store the themename in the column in the database (clean, NOT theme_clean).
You probably need to enable user themes - allowuserthemes
Go to site admin -> appearance -> themes -> theme settings
or direct to /admin/settings.php?section=themesettings
UPDATE:
How are you storing the name in the theme column? It should be mytheme rather than theme_mytheme.
If that's correct, then try changing the theme order : in config.php add
$CFG->themeorder = array('user', 'course', 'category', 'session', 'site');
You'll need to log out and log in for the themeorder to be updated.
If none of the above works, then I would either do a var_dump($USER) after a login to see if theme is updated correctly. Or start a debugger and step through function resolve_theme() in /lib/pagelib.php

Magento PayPal Express not showing

I have a pretty standard Magento installation (Magento ver. 1.7.0.2) and I have enabled PayPal Express settings (Including API username. password & Signature all filled in). I have set the default theme to blank so that it doesn't use any of my template files but the button is not showing on any pages (product, basket or checkout - These options are set to show in the admin).
So even with the default Magento theme non of the paypal buttons show up.
Anyone seen this before? Can anyone shed any light on this?
Thanks
edit p.s. Mage_Paypal & Mage_PaypalUk both enabled in Advanced.
its seems like you have enabled paypal with another configuration scope ..Not in Default configuration scope or may be you have disabled paypal exp in your current configuration scope. It will override Default configuration scope even you enabled in Default configuration scope. Make sure about this..
Just go to your database. open core_config_data table enable to view all datas with one page. Here you can see all your paypal configs. If you see any paypal configs with websites or something not like default in scope field then you have configured paypal for your current configuration scope.
Update :
consider your current config scope is website. In your core_config_data table set value to "1" for this payment/paypal_express/active for only the other config scopes (website) not the default. Just have a look at the following image. Then check again..It should be work now..!

Frontend editing in Joomla doesn't work

I have made a site in Joomla 2.5, and can't edit my articles by using the frontend option "edit article".
This function is available when I am running the site in offline mode, but when I switch to online mode, it disappears.
When running the site in online mode, I login to the administrator, and then "view site"
Can some one please help me!
You need to log in on the frontend when your site is in online mode to be able to edit articles. It doesn't matter if you are logged already on the backend, it won't count.
You should either enable log in module on some page, or a menu item pointing to log in page on the frontend. After logging in there, you will be able to edit your articles.
If you don't want users to see your login page/module on the frontend, you can create a hidden menu item for it, for which only you would know the link and it won't be displayed
Just go to your website's /index.php?option=com_users
There you will be able to login to the frontend.

Custom Magento Homepage - Fix Issue

So the previous web developer has customized our Magento v1.4.1 site to use a page called main.php... It bypasses everything else that is set by Magento as far as Magento goes.
I have no way contact the previous developer to ask where this is setup...
We have just installed a new plugin and it has taken over as the homepage.
In Magento Admin > System > Configuration > Web the homepage is set to URL Key "home" ... When I go to that specific page index.php/home, the custom main.php page shows up. Why would a plugin have found it's way to be our homepage?
Thanks! Felt like my previous question didn't give enough details.
"home" is not the normal value, here is what that section should look like:

Resources