Implement or configure categorization of course search results in open edx - openedx

I have an installation of edx fullstack, eucalyptus release but cant seem to get around configuring multiple filter for the course search page. I am only able to get the defaults as shown below
the default configuration that I have:
But my requirement is for something advanced e.g as in the edx site see below
What I am trying to achieve:
Any pointers to some doc or is this not supported in edx?
Thanks in advance.

This can be done by activating the search capability. Here is the doc

Related

enable Open edX custom theme bitnami

I am trying to customize the default UI of open edX. But I am not getting far enough. I am new to this. I am getting confused reading the docs. In the documentation it is telling me to place my theme in the '/opt/bitnami/edx/var/themes/edx-platform' directory. But there is not any such directory. So should I make my own directory in the default location of my remote server? Again I found a directory that has path like this '/opt/bitnami/edx/app/edxapp/edx-platform/themes'. So do I put my custom theme here or create my own directory? Also can anyone provide me clear steps which I can follow. Thanks in advance!
I think Open edX documentation is very clear, relevant, and concise. Of course, we can argue but that's how I feel.
Its not a good idea to make changes in '/opt/bitnami/edx/app/edxapp/edx-platform/themes'.
Use the comprehensive theming method for custom themeing, you can find more here.
First, you need to develop your own theme, theme development guide here.
Thene make these changes to your 'lms.yml' and 'studio.yml' in '/opt/bitnami/edx/etc/'.
COMPREHENSIVE_THEME_DIRS:
- /path/to/edx-platform/themes
ENABLE_COMPREHENSIVE_THEMING: true,
DEFAULT_SITE_THEME: 'your theme name'
And restart the LMS, CMS service, and compile assets.
You can use open edX native installations also. More info here.

How to create custom AR button

Does someone have any examples how to generate AR URL?
Reading Web SDK documentation, seems that there is no functionality to do that.
Found https://github.com/Roomle/roomle-button but not sure that`s still way to go since it has not been updated for 2 years.
If you are using the Roomle SDK you can use saveCurrentConfiguration to get the configuration id (hash) of the current configuration. Not sure what you used at the moment to obtain a configuration id but you need to call this in order to save it on the Roomle server and open it in another place.
Also make sure to set the configuratorId URL param when linking to the AR site.

Is there a way to export the enabled Conversion Variables, Traffic Variables and Success events to excel in Adobe Analytics?

I wanted to export the list of variables defined in Adobe Analytics, to create a document. But then other than copy paste i don't see any other way to do the same. I have to do the same for more than 70 Report suits. I feel its too much manual work.
I have tried copy paste. Which i don't want to do, as its too much manual work.
Is there a way which i am missing in Adobe Analytics which does this easily in one click or something? As in Google Analytics Google Tag Manager we have an option to export the container which i don't see in Adobe Analytics.
Thank you #CrayonViolent. But i found one more way to get the list of variables defined.
The admin Report Suite Manager lets you to do the same.
Analytics > Admin > Report Suites
Select Report Suite
Click on Download:
This will Generates an Excel spreadsheet of all settings for the currently selected report suites.
I hope this helps.
Both the API and export options are great.
Another option is to use ObservePoint's free Google Sheets add-on to pull all props, eVars, listVars, processing rules, etc. into a spreadsheet. I believe it's limited to one report suite at a time, but I use it regularly to generate sharable and editable SDRs. (The add-on supports making updates in the spreadsheet and pushing them back up to Adobe Analytics.)
https://chrome.google.com/webstore/detail/observepoint-labs/ohpgoaikjjdkfjalakolccdibikodoeo?hl=en

Spree commerce Google analytics update

I need to update Spree Commerce web-shop's Google Analytics code to be able to track demographics.
https://support.google.com/analytics/answer/2819948
I have the full source code of website downloaded.
When I do a text search over the whole code I am unable to find anything Google related, or even a string "ga.js". Obviously I am missing something, but how do I go about even to start figuring this out?
Any help much appreciated.
Search over a local clone of spree. https://github.com/spree/spree.git
Grep for ga.js
You will find this file: core/app/views/spree/shared/_google_analytics.html.erb
Copy it to your own code base at: app/views/spree/shared/_google_analytics.html.erb
Change what you need to change.

How use html context sensitive help with Delphi 2007 - the basics

I use Help & Manual to create web help (HTML) files. I would like to link this to my Delphi 2007 application so that it pops up when users press the F1 key, and ideally, to pop up to a context sensitive spot.
This is what I've tried:
Adding the HTMLHelpViewer unit to the uses clause of the main form.
Setting the HelpFile property to the name of the index.htm file.
Setting the OnHelp event (this event doesn't get fired on F1, btw).
I also have searched Stack Overflow and other web links to try to find the steps to accomplish this, and while I find clues, I cannot seem to find a step by step way of accomplishing this.
Thanks for any help.
It seems that you forgot to set HelpContex or HelpKeyword properties. The help is only invoked if there is control with HelpContex <> 0 or HelpKeyword <> ''.
I don't know the details of Help & Manual, but as a commercial application with a dedicated support forum you may find help there if we don't come up with what you need. Here are some links that may help:
Their online help system has general info on context-sensitive help and specific info on application calls to webhelp.
See "All about help files in Borland Delphi" on this page.
There are H&M-specific Delphi components available here for free download.
Hope this is a start for you.

Resources