Giter Club home page Giter Club logo

Comments (8)

sixem avatar sixem commented on May 24, 2024 1

I should also mention that you should probably just remove all of the previous files if you are upgrading as the structure of everything has changed quite a bit since that version.

from ivfi-php.

sixem avatar sixem commented on May 24, 2024 1

No problem.

There is currently no setting to make things more centered. I changed the layout because i wanted to get more usage out of the screen space, but what you could do is just change the stylesheet yourself.

Maybe adding something like this to the bottom of style.css?

@media only screen and (min-width: 640px)
{
  body
  {
    min-width: 640px;
    width: auto;
    max-width: 960px;
    margin: 0 auto;

    border: 1px solid var(--color-border-main);
  }
}

It would probably need a few adjustments though, depending on how you'd want it, but something like that should work.

from ivfi-php.

sixem avatar sixem commented on May 24, 2024

I've removed the configuration file in the newer versions, so that file will no longer have any effect and can be removed if upgrading. Instead, the configuration can now be set by editing the indexer.php directly, there's an array the top of the file which can be customized.

To update i would have a look at the configuration page and attempt to transfer whatever old settings you have to the new format.

from ivfi-php.

soarn avatar soarn commented on May 24, 2024

Excellent! Thank you! I’ll update in a bit and respond back with any more questions I have.

Sent with GitHawk

from ivfi-php.

soarn avatar soarn commented on May 24, 2024

All good, I updated from 1.0.4 to 1.1.5, no problems so far. Just some questions though:
1) Will you bring back the wget download info box? Just found it.
2) How are themes used? (#10 )
3) Can the date be changed? (#11 )
4) I can't seem to get the filter to work:

'filter' => array(
        'file' => false,
        'directory' => 'directory-i-dont-want-to-appear`, `dont-show-this-directory-either`
    ),

Is this setup correctly or am I doing something wrong?
Thanks in advance!

from ivfi-php.

sixem avatar sixem commented on May 24, 2024

The filter uses regular expressions so it can be a little bit confusing 😅

I'm no expert at regex but doing something like this 'directory' => '/^(?:(?!\b(hidethis|andthis|andthisaswell)\b).)*$/' should hide all of those folders. Basically, the name needs to pass the regex, and in this case the regex checks for anything not matching those strings.

from ivfi-php.

soarn avatar soarn commented on May 24, 2024

Ah, thank you!

from ivfi-php.

soarn avatar soarn commented on May 24, 2024

That fixed it! Thank you! One last question, is there a way to make everything more centered in the middle of the screen like the old version was? Other than that, its perfect!

from ivfi-php.

Related Issues (14)

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.