1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 12:23:48 +01:00
2015-01-28 23:23:50 -08:00
2015-01-28 23:23:50 -08:00
2014-12-31 22:33:10 -08:00
2015-01-28 23:20:54 -08:00
2014-12-24 06:14:04 -08:00
2015-01-22 08:04:12 +00:00
2014-12-31 22:28:00 -08:00
2014-12-31 22:28:49 -08:00
2014-12-03 00:12:38 -08:00
2014-11-09 22:18:06 -08:00
2015-01-14 14:15:33 -06:00
2014-09-26 23:52:02 +00:00
2014-12-03 00:10:28 -08:00
2014-04-18 11:13:41 +02:00
2015-01-28 23:18:05 -08:00
2015-01-28 23:16:08 -08:00

This fork adds a new board option to infinity:

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 Two 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.

Description
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.
Readme 72 MiB
Languages
PHP 52.2%
JavaScript 22.5%
CSS 12.6%
HTML 12.3%
Shell 0.2%
Other 0.2%