From 7ca9b7edaf423862c5c7c72993f4f61ff665849b Mon Sep 17 00:00:00 2001 From: 8chan Date: Tue, 30 Sep 2014 23:06:48 +0000 Subject: [PATCH 1/4] Max links = 40 --- inc/instance-config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/instance-config.php b/inc/instance-config.php index a839c2b2..854728a5 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -84,6 +84,7 @@ $config['mod']['recent_reports'] = 65535; // Board shit + $config['max_links'] = 40; $config['poster_id_length'] = 6; $config['ayah_enabled'] = true; $config['url_banner'] = '/banners.php'; From ff56081a34a45f11d313f4b65ca347b62a9ec892 Mon Sep 17 00:00:00 2001 From: 8chan Date: Tue, 30 Sep 2014 23:08:56 +0000 Subject: [PATCH 2/4] Add board title --- templates/themes/catalog/catalog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html index be02a80e..6ce28036 100644 --- a/templates/themes/catalog/catalog.html +++ b/templates/themes/catalog/catalog.html @@ -7,7 +7,7 @@ active_page = "catalog"; {% include 'header.html' %} - {{ settings.title }} + {{ settings.title }} /{{ board }}/ {{ boardlist.top }} From 15f2545418bb0c9ed723548169d71268ac71d4f6 Mon Sep 17 00:00:00 2001 From: 8chan Date: Tue, 30 Sep 2014 23:09:33 +0000 Subject: [PATCH 3/4] Add disclaimer back --- templates/8chan/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/8chan/index.html b/templates/8chan/index.html index 5b221463..3c80039c 100644 --- a/templates/8chan/index.html +++ b/templates/8chan/index.html @@ -288,6 +288,7 @@

{% trans %}On ∞chan, you can create your own imageboard for free with no experience or programming knowledge needed. As long as the admin logs in once per week and it gets one new post every 72 hours, the board will be hosted forever.{% endtrans %}

+

{% trans %}Warning: Some boards on this site might contain content of an adult or offensive nature. Please cease use of this site if it is illegal for you to view such content. The boards on this site are made entirely by the users and do not represent the opinions of the administration of 8chan.co. In the interest of free speech, only content that directly violates the DMCA or other US laws is deleted.{% endtrans %}

{% trans %}Create your board{% endtrans %} {% trans %}Browse existing boards{% endtrans %} From 2338f461a91eae6f7fafa5f2a97c3670c7b97030 Mon Sep 17 00:00:00 2001 From: 8chan Date: Tue, 30 Sep 2014 23:10:00 +0000 Subject: [PATCH 4/4] Disable this for now. --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.php b/post.php index b8996fac..31b3f9db 100644 --- a/post.php +++ b/post.php @@ -194,7 +194,7 @@ if (isset($_POST['delete'])) { if (!(($post['op'] && $_POST['post'] == $config['button_newtopic']) || (!$post['op'] && $_POST['post'] == $config['button_reply']))) - error($config['error']['bot']); + //error($config['error']['bot']); // Check the referrer if ($config['referer_match'] !== false &&