1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-25 16:00:22 +01:00
Vichan is the most popular and widely used imageboard software in the world. It is a free, light-weight, fast, highly configurable and user-friendly imageboard software package.
Go to file
2015-01-28 23:39:36 -08:00
inc Update 8chan-mod-pages.php 2015-01-28 23:37:33 -08:00
js Merge pull request #367 from marktaiwan/quick-reply 2015-01-29 09:53:48 +08:00
static No file placeholder in catalog 2014-12-31 22:33:10 -08:00
stylesheets Merge pull request #322 from 7185/master 2015-01-01 15:00:34 +08:00
templates Update settings.html 2015-01-28 23:31:50 -08:00
tools Remove links from ban list 2014-12-24 06:14:04 -08:00
.gitignore Merge 2015-01-22 08:04:12 +00:00
.gitmodules include wPaint submodule, references bug vichan-devel#20 2014-01-29 21:05:50 +01:00
404.php Home and Return links in 404.php 2014-12-31 22:28:00 -08:00
banners.php Allow + in board names, add some new config vars (news+) 2014-12-14 03:25:43 -08:00
boards.php Option to not show top boards 2014-12-31 22:28:49 -08:00
claim-old.php Replace '8chan.co's with '8ch.net's 2015-01-14 14:15:33 -06:00
claim.php claim.html wrong account bug fix 2014-12-03 00:12:38 -08:00
create.php 30 chars 2014-11-09 22:18:06 -08:00
expire.php Replace '8chan.co's with '8ch.net's 2015-01-14 14:15:33 -06:00
faq.php Merge branch '8ch-net' of https://github.com/Pashe/infinity into Pashe-8ch-net 2015-01-22 07:59:45 +00:00
index.php Use templates for more pages, i18n 2014-09-26 23:52:02 +00:00
install.php [#184] Added <body> tag classes. Style selector now adds a <body> class. Moved board list under moderator dashboard. 2014-10-18 20:07:04 -05:00
install.sql New boards.html page now with tags 2014-12-03 00:10:28 -08:00
LICENSE.md remove license exception for Tinyboard vanilla, since they moved to a different one 2014-06-21 20:49:13 +02:00
LICENSE.Tinyboard.md move Tinyboard license 2014-04-18 11:13:41 +02:00
mod.php Merge pull request #315 from forklessanon/feature-3 2015-01-22 16:11:25 +08:00
player.php Suppress warnings that might leak information 2014-08-09 12:14:56 +02:00
post.php Update post.php 2015-01-28 23:18:05 -08:00
random.php SECURITY: Move indexed option to table...fixes unindexed boards appearing in search/random 2014-10-07 20:54:00 -07:00
README.md Update README.md 2015-01-28 23:39:36 -08:00
search.php SECURITY: Move indexed option to table...fixes unindexed boards appearing in search/random 2014-10-07 20:54:00 -07:00

This fork adds a new board option to the version of infinity as of Jan. 28th 2015:

The requirement to solve a captcha in order to create a thread, but not in order to post a reply.

Here's a quick rundown of where code edits have been made:

ALL CODE EDITS FOR NEW THREAD CAPTCHA ARE MARKED WITH THE COMMENT "New thread captcha" ONE ADITIONAL EDIT TO SETTINGS.HTML MARKED WITH:

The $config setting for new thread captcha is $config[new_thread_capt]

templates/mod/settings.html Option for new captcha thread creation has been added to the settings template. "Enable CAPTCHA" also clarified with better description.

inc/8chan-mod-pages.php Three lines of code added to 8chan-mod-pages.php

inc/config.php Line added, makes new thread captcha default to off.

/templates/post_form.html Several lines added. Makes the verification box show up in the new thread form when $config[new_thread_capt] is enabled.

/post.php Added two new conditions to if statement.