Giter Site home page Giter Site logo

Comments (12)

Hipjea avatar Hipjea commented on July 18, 2024 1

I don't know if you are able to check the plugin files on your server, but you could inspect the styles.css file in order to know if it has the CSS fix 0598dbc

from moodle-block_studentstracker.

Hipjea avatar Hipjea commented on July 18, 2024

Thanks for your feedback ! This commit should fix the problem 0598dbc.

I'm pushing a new release with the fix in the Moodle repository.

from moodle-block_studentstracker.

Richardvi avatar Richardvi commented on July 18, 2024

Has the new version been pushed? I can't see it yet...
Or.... it did not solve the problem yet?

from moodle-block_studentstracker.

Hipjea avatar Hipjea commented on July 18, 2024

@Richardvi yes, it's embedded in the 1.7.1 release on the official repository https://moodle.org/plugins/pluginversion.php?id=23597

from moodle-block_studentstracker.

Richardvi avatar Richardvi commented on July 18, 2024

That is weird. It's nog being pushed from moodle.org as an update. I have this version, just ran a 'check for updates' on the plugin page - but student tracker is not popping up. Do you perhaps have a wrong date or version number somewhere?
image

I will manually install this update then...

from moodle-block_studentstracker.

Richardvi avatar Richardvi commented on July 18, 2024

I can confirm: something is definitely wrong with the version numbers. I manually downloaded the latest version, but it won't install. It thinks I have a newer version (or the same version) already installed.

from moodle-block_studentstracker.

Richardvi avatar Richardvi commented on July 18, 2024

If you download the latest version from moodle.org, you still get this version.php:

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2021022601;
$plugin->requires = 2016052300;
$plugin->release = '1.6.2';
$plugin->component = 'block_studentstracker';
$plugin->maturity = MATURITY_STABLE;

from moodle-block_studentstracker.

Richardvi avatar Richardvi commented on July 18, 2024

I can't get it to work. I've cut and paste this code: https://github.com/Hipjea/studentstracker/blob/main/styles.css into my styles.css on the student tracker. No changes at all.

from moodle-block_studentstracker.

Hipjea avatar Hipjea commented on July 18, 2024

You may have to rebuild your theme's CSS cache through the cli : php admin/cli/build_theme_css.php (see https://docs.moodle.org/310/en/Administration_via_command_line#Build_theme_CSS_cache)
Or by turning on and off the theme Designer Mode in Moodle's admin.

from moodle-block_studentstracker.

Richardvi avatar Richardvi commented on July 18, 2024

I have already done this. Makes no difference. I'm still pretty sure your download-links are not correct.
I've decided to fix it myself by adding this to my CSS:
li.studentstracker-critical>span.text-right {
white-space: nowrap;
}

from moodle-block_studentstracker.

Hipjea avatar Hipjea commented on July 18, 2024

@Richardvi the zip I download from the official repository contains the CSS fix actually. Your issue could come from the theme of your platform, as this CSS relies on Bootstrap.
I'll try to add a fix including the float utilities directly in the plugin's stylesheet.

from moodle-block_studentstracker.

Richardvi avatar Richardvi commented on July 18, 2024

That might be it then 👍 I use Fordson, based upon Boost

from moodle-block_studentstracker.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.