GithubHelp home page GithubHelp logo

ctrlcctrlv / infinity Goto Github PK

View Code? Open in Web Editor NEW
317.0 54.0 151.0 30.3 MB

A vichan fork permitting users to create their own boards

License: Other

PHP 75.30% C 0.69% Makefile 0.02% HTML 10.88% CSS 4.60% XSLT 0.22% JavaScript 7.62% Shell 0.01% Java 0.34% TSQL 0.28% Ruby 0.02%

infinity's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

infinity's Issues

Favorited boards that are deleted can't be removed from favorites.

If you have a board favorited (starred) it appears in your menu at the top of the page. But if that board gets deleted you have no way to remove it so the link to a 404 remains up there.

My suggestion would be to have a favorite management page that lists all your favorite boards. I personally prefer this over the simple solution of just removing any board that is 404. But I'm a faggot.

custom board assets

boards should possibly be able to set their own custom:

  • favicon.ico
  • spoiler.png (or multiples)
  • flags/*
  • deleted.png
  • file.png
  • d10.svg

perhaps the banner edit page could be used for all of these

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Failed opening required 'htmlpurifier-4.5.0/library/HTMLPurifier.auto.php'

When running:

$ php faq.php > faq.html

I receive the following error:

php faq.php > faq.html
PHP Warning:  require_once(htmlpurifier-4.5.0/library/HTMLPurifier.auto.php): failed to open stream: No such file or directory in ~/dev/8chan/inc/instance-config.php on line 10
PHP Fatal error:  require_once(): Failed opening required 'htmlpurifier-4.5.0/library/HTMLPurifier.auto.php' (include_path='.:/usr/share/pear') in ~/dev/8chan/inc/instance-config.php on line 10

Public bans page

One problem with this is showing the content the user was banned for...if it's CP we can't retain that. Not sure how to handle this, that's why it's not done yet.

Page will be:
sortable by board or all boards
updated instantly

Update button & Auto-update

As halfchan has, auto updates etc would be cool.
I know some javascript but I'm not sure if I can do it on my own though.

Thumbnails to SWF files

Was planning on doing this, and need a bit of help. How does halfchan handle getting the 1st frame of an swf? Couldn't find a good way in PHP without getting a library.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Theme Persistence

I can manage to change the theme while being on the first page of a board, but doing so don't change it on the other pages (2..10). Trying to change it on the said problematic pages is just ephemeral, it reverts back to Yotsuba B when refreshing.
The Catalog and the board page also seem unaffected by the themes.

Thread watcher?

Should 8chan have thread watcher? If anyone thinks so, I could whip one up.

/boards.html is not responsive to mobile devices

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/4700651-boards-html-is-not-responsive-to-mobile-devices?utm_campaign=plugin&utm_content=tracker%2F6417251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F6417251&utm_medium=issues&utm_source=github).

Failed opening required '8chan-functions.php'

When running:

$ php faq.php > faq.html

I receive the following error:

php faq.php > faq.html 
PHP Warning:  require_once(8chan-functions.php): failed to open stream: No such file or directory in ~/dev/8chan/inc/instance-config.php on line 11
PHP Fatal error:  require_once(): Failed opening required '8chan-functions.php' (include_path='/home/caio/dev/8chan/inc/htmlpurifier-4.5.0/library:.:/usr/share/pear') in ~/dev/8chan/inc/instance-config.php on line 11

Posting an image won't work if $config['image_reject_repost'] is false

Maybe it's because I don't have imagemagik on my xampp or whatever, but it says that the file is already posted when it isn't.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/4734373-posting-an-image-won-t-work-if-config-image_reject_repost-is-false?utm_campaign=plugin&utm_content=tracker%2F6417251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F6417251&utm_medium=issues&utm_source=github).

Allow board owners to create positions under them

They would be able to do everything except edit the board settings.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/4701438-allow-board-owners-to-create-positions-under-them?utm_campaign=plugin&utm_content=tracker%2F6417251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F6417251&utm_medium=issues&utm_source=github).

attempt to reduce amount of boards created

some ideas:

  • before creating a board, run a search in existing board URIs and titles, try to give user suggestions for boards that already exist
  • stress that users should check if a board for their topic already exists
  • limit amount of boards that can be created (per day/ever?)
  • on that note, I don't think board creation is restricted if you're banned globally
  • remind users that their board will be deleted if inactive
  • let users set the board to unlisted at time of creation


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Inline post/reply expansion

Basically, when you click a reply link, it expands the post in that post.
I know Mayhem's 4chan X allowed this, but I don't know if there's any legal issue from pulling code from there.
14c73369c1

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.