1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-28 09:20:58 +01:00
vichan/README.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

2015-01-29 08:39:36 +01:00
This fork adds a new board option to the version of infinity as of Jan. 28th 2015:
2015-01-29 08:16:08 +01:00
The requirement to solve a captcha in order to create a thread, but not in order to post a reply.
2015-01-29 08:16:08 +01:00
Here's a quick rundown of where code edits have been made:
2013-08-21 03:58:44 +02:00
2015-01-29 08:16:08 +01:00
ALL CODE EDITS FOR NEW THREAD CAPTCHA ARE MARKED WITH THE COMMENT "New thread captcha"
ONE ADITIONAL EDIT TO SETTINGS.HTML MARKED WITH:
2015-01-29 08:46:50 +01:00
"Added explanation to clarify purpose of "Enable CAPTCHA" now that "Enable CAPTCHA for new thread creation only" also exists"
2015-01-29 08:16:08 +01:00
The $config setting for new thread captcha is $config[new_thread_capt]
2014-04-29 20:59:17 +02:00
2015-01-29 08:16:08 +01:00
templates/mod/settings.html
Option for new captcha thread creation has been added to the settings template.
"Enable CAPTCHA" also clarified with better description.
2014-04-29 20:59:17 +02:00
2015-01-29 08:16:08 +01:00
inc/8chan-mod-pages.php
2015-01-29 08:39:36 +01:00
Three lines of code added to 8chan-mod-pages.php
2014-04-29 21:01:34 +02:00
2015-01-29 08:16:08 +01:00
inc/config.php
Line added, makes new thread captcha default to off.
2015-01-29 08:16:08 +01:00
/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.