Html integration for user end only for moodle [closed] - moodle

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How can I integrate my customized theme to only the user end and not to the admin end for moodle. The admin end should remain the same,but when user logins the theme should change.

There is not a separate 'Admin' area in Moodle - it is all the same, with the 'admin' functions being displayed as part of the block.
It is possible to allow users to configure Moodle so that users see a different theme when they log in, or a per-course or per-category theme ( http://docs.moodle.org/en/Theme_settings ).
Be aware, user themes allow users to choose their own theme to display, without changing core Moodle code, you cannot (as far as I know) specify a theme for users and prevent them from changing it.

Related

I don't want to require login for my app, but how do I keep their data separate? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I don't want to have users login or anything, so how would I capture and sort their data to firebase?
Is there anyway to code and have the app recognize people by their device?
Firebase provides an anonymous login feature. You can read more about it here:
https://firebase.google.com/docs/auth/ios/anonymous-auth
Also, if you choose to include a sign in feature later, you can convert the anonymous account into a permanent account while keeping their data.

Oracle Apex: how to handle SSO Fallback [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am working on an application at work that will currently uses our ldap to allow login. We are looking into adding the ability for Single Sign On. The concern that I am currently trying to figure out is: Does APEX support multiple login types?
If the user's SSO fails we'd like to drop them at the current ldap login page and allow them to log in that way. If anyone has any idea on how to do this, please just point me in the right direction.
I was trying to find an answer on here and google, but I must be blind or using the wrong keywords.
Thanks,
-Z
Check out https://ora-00001.blogspot.com/2018/02/apex-authentication-with-microsoft-account.html and section "20.4.3.9 Social Sign-In" of https://docs.oracle.com/database/apex-18.1/HTMDB/managing-application-attributes.htm#GUID-69485470-823B-4CC0-9E11-1CF144054F53
Basically if you are using the Social Sign-in you can switch between authentication schemes in the same APEX session.
Regards
Stephen

Facebook App ID - Multiple Site URL's [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have a product consisting of hundreds of separate websites - each of which has a unique URL. Unfortunately it is not feasible for me to create a separate Facebook App ID for each website. Is it possible to configure one Facebook App ID that can be shared/used across all websites?
I know it's possible with subdomains but haven't had any luck finding much information about my situation.
Thanks!
There isn't. The only way it so redirect to a login page that is the same for all.

Testing user experience from multiple countries [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm working on an app that displays slightly different behavior based on the country that the user is in. I'm using the signed_request['user']['country'] parameter (which from my research appears to be set by a geographic lookup), and I'd like to find a way to simulate a visitor hitting my app from a different country.
Things I've tried:
Looking for special settings for test users
Changing locale settings
in facebook
Is there anything that can help me short of proxying my access to Facebook through a foreign http proxy?

How do I take over an existing FB App from prior developer? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Does anyone know who I contact to migrate an existing app to a different FB login? Or do I just create new apps under my development pages, use the new api keys and ignore the prior items?
The current admin/developer needs to get to the Developer App and add you as a new admin for the app. Then you can remove the old admin from the administrator list.
There needs at least to be one admin per app, so an admin can't remove himself from the app unless he adds a new admin who accepts the request.
Just add the new person as an administrator in the app settings and have them remove you
Don't try to remove yourself in case you do that before the other person accepts