Jump to content

krisdan

School User
  • Posts

    7
  • Joined

  • Last visited

Posts posted by krisdan

  1. Hi @ADT,

    Our school recently went to Belgium and used locatemytrip.uk to show their progress - I thought this looked really good. It lets you upload media to it as well.

    I personally have not used this before, nor embedded into FL, but I imagine it is straightforward.

    • Like 1
  2. You need to change the codes at the bottom to the site UUID that you want it to snow on.

    function makeItSnow() {
            $('.dashboard-1, .dashboard-0').snow({
                flakeCount: 50,
                minDiameter: 10,
                maxDiameter: 80

    The part that says; $('.dashboard-1, .dashboard-0').snow({

    should be replaced with; $('[data-site-uuid="<site_UUID>"]').closest('.app-sites').snow({

    and the site UUID inserted where it says "<site_UUID>", above

    • Like 2
  3. Hi Graham, thanks for the reply.

    It is as I thought, however I just wanted to be sure I wasn't compromising the integrity of security features.

    The first picture is the Homepage of the site Business and Computing which shows the colour coded format for each subject area.

    The second picture is what happens when a user clicks on the Business GCSE 2017. They then get taken to all the units within that subject - this picture shows the unit Business Start up & Growth.

    The third shows the different colour used for the Computing section, with the colour being shown in both list and icon view.

     

     

    FrogScreenshot_ICTHome.jpg

    FrogScreenshot_ICTBusiness.jpg

    FrogScreenshot_ICTComputing.jpg

    • Like 3
  4. Is modifying the Network Widget with CSS going to pose any security problems?

    I have created a site that is colour-coded in a three column layout; Teaching Slides, Classwork Resources, Homework Resources. The Network widget as it stands, while providing staff the easiest way to upload to the VLE, does not fit in with the look of the site so I have used the following code on the page;

    <style>
        .resources.view-list {
            background-color: #CBBFE2;
        }
       
         .resources.view-icon {
            background-color: #CBBFE2;
        }
       
        .theme-headerbg {
            display: none;
        }
    </style>

    Is there any problems that people can envisage?

×
×
  • Create New...