Code Monkey home page Code Monkey logo

Comments (11)

Fiddlekins avatar Fiddlekins commented on August 18, 2024

I don't know much about that I'm afraid but my understanding is that the FoolFuuka control panel has an option to add JavaScript that will be included when serving users the site.

You should be able to use any version of SpookyX in this way, though since the metadata at the top will be ignored there's a couple of caveats:

  • it will not check for updates automatically, that's a grease/tampermonkey feature
  • there are a couple of external JS files that SpookyX retrieves and inserts into the page before it runs. These will also need to be added
  • this may be a non-issue, but SpookyX will need to be loaded after jQuery is else it will fail

If you do get this working please let me know how the process works, as I've had someone else ask me about this before.

from spookyx.

Lolnada avatar Lolnada commented on August 18, 2024

I added all the necessary .JS, but not worked. Just appeared the "Settings" link but nothing works.

Any ideas?

from spookyx.

Fiddlekins avatar Fiddlekins commented on August 18, 2024

Give me a link to the site and I'll have a poke around to see if I can work out what's wrong.

from spookyx.

Lolnada avatar Lolnada commented on August 18, 2024

Besides SpookyX, i inserted:
jquery.selection.js
query.mousewheel.min.js
colz.class.min.js

from spookyx.

Fiddlekins avatar Fiddlekins commented on August 18, 2024

Okay, give the new v32.34 a spin.
The issue was being caused by the settings menu relying on a variable that tamper/greasemonkey provides that I was using to automatically get the version number, rather than having to manually update it each time.

from spookyx.

Fiddlekins avatar Fiddlekins commented on August 18, 2024

Okay, that's fixed one thing, revealed another that's broken. Gimme a coupla mins.

from spookyx.

Fiddlekins avatar Fiddlekins commented on August 18, 2024

Rather than make a load of incremental versions to sort through this I figure it's best I just give you a pastebin until I get it working. Here's something that should fix an issue with image hover: http://pastebin.com/t5jDzu1s

Edit: The settings menu is suffering from a semi-transparent background, but that's perhaps better solved by you overriding its background colour in the stylesheet you supply.

Edit2: Okay, I looked more closely into the problem I 'fixed' with the pastebin. The root of the issue is that your site doesn't have the '.letters' element which typically lists the available boards along the top, which in turn means it can't be cloned and all sorts of things that rely on the assumption that it can fall apart. I'll need to think up a way to gracefully handle this but for now I need to get to sleep. It's possible I won't have time until the weekend.

from spookyx.

Lolnada avatar Lolnada commented on August 18, 2024

Thanks! almost everything seems to be working now

Edit: What is failing because .letters?

from spookyx.

Fiddlekins avatar Fiddlekins commented on August 18, 2024

If you head to a foolfuuka board that is being used as an archive you'll find a strip along the top that contains the links to all the boards - the '.letters' element. It's this element that I hook into when adding things like post/image count, it's this element that has its height checked when working out how to display hovered images, etc

The simplest solution might just be to add it back in, but I'll give this some more thought when I get some time.

from spookyx.

Fiddlekins avatar Fiddlekins commented on August 18, 2024

Okay, give this a shot: http://pastebin.com/tCWPn9NQ

from spookyx.

Fiddlekins avatar Fiddlekins commented on August 18, 2024

Welp, by virtue of the site no longer being up I'm going to close this. From what I could see it also worked.

from spookyx.

Related Issues (20)

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.