1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-28 17:31:00 +01:00

/meta/ -> /operate

This commit is contained in:
8chan 2015-02-16 16:26:20 -08:00
parent 9c1a90aa26
commit fb800497f1
2 changed files with 9 additions and 4 deletions

View File

@ -156,7 +156,7 @@
$config['markup'][] = array("/__(.+?)__/", "<u>\$1</u>");
$config['markup'][] = array("/###([^\s']+)###/", "<a href='/boards.html#\$1'>###\$1###</a>");
$config['boards'] = array(array('<i class="fa fa-home" title="Home"></i>' => '/', '<i class="fa fa-tags" title="Boards"></i>' => '/boards.html', '<i class="fa fa-question" title="FAQ"></i>' => '/faq.html', '<i class="fa fa-random" title="Random"></i>' => '/random.php', '<i class="fa fa-plus" title="New board"></i>' => '/create.php', '<i class="fa fa-ban" title="Public ban list"></i>' => '/bans.html', '<i class="fa fa-search" title="Search"></i>' => '/search.php', '<i class="fa fa-cog" title="Manage board"></i>' => '/mod.php', '<i class="fa fa-quote-right" title="Chat"></i>' => 'https://qchat.rizon.net/?channels=#8chan'), array('b', 'meta', 'news+'), array('<i class="fa fa-twitter" title="Twitter"></i>'=>'https://twitter.com/infinitechan'));
$config['boards'] = array(array('<i class="fa fa-home" title="Home"></i>' => '/', '<i class="fa fa-tags" title="Boards"></i>' => '/boards.html', '<i class="fa fa-question" title="FAQ"></i>' => '/faq.html', '<i class="fa fa-random" title="Random"></i>' => '/random.php', '<i class="fa fa-plus" title="New board"></i>' => '/create.php', '<i class="fa fa-ban" title="Public ban list"></i>' => '/bans.html', '<i class="fa fa-search" title="Search"></i>' => '/search.php', '<i class="fa fa-cog" title="Manage board"></i>' => '/mod.php', '<i class="fa fa-quote-right" title="Chat"></i>' => 'https://qchat.rizon.net/?channels=#8chan'), array('b', 'operate', 'news+', 'boards'), array('<i class="fa fa-twitter" title="Twitter"></i>'=>'https://twitter.com/infinitechan'));
//$config['boards'] = array(array('<i class="fa fa-home" title="Home"></i>' => '/', '<i class="fa fa-tags" title="Boards"></i>' => '/boards.html', '<i class="fa fa-question" title="FAQ"></i>' => '/faq.html', '<i class="fa fa-random" title="Random"></i>' => '/random.php', '<i class="fa fa-plus" title="New board"></i>' => '/create.php', '<i class="fa fa-search" title="Search"></i>' => '/search.php', '<i class="fa fa-cog" title="Manage board"></i>' => '/mod.php', '<i class="fa fa-quote-right" title="Chat"></i>' => 'https://qchat.rizon.net/?channels=#8chan'), array('b', 'meta', 'int'), array('v', 'a', 'tg', 'fit', 'pol', 'tech', 'mu', 'co', 'sp', 'boards'), array('<i class="fa fa-twitter" title="Twitter"></i>'=>'https://twitter.com/infinitechan'));
$config['footer'][] = 'All posts on 8chan are the responsibility of the individual poster and not the administration of 8chan, pursuant to 47 U.S.C. &sect; 230.';

View File

@ -235,7 +235,7 @@
<div class="col col-9 header_text">
<em>{% trans %}Welcome to 8chan, the infinitely expanding imageboard.{% endtrans %}</em>
<br>
<span>[ <a href="/b/">/b/ - Random</a> | <a href="/meta/">/meta/ - Help &amp; Support</a> | <a href="/news+/">/news+/ - News</a> ]</span>
<span>[ <a href="/b/">/b/ - Random</a> | <a href="/news+/">/news+/ - News</a> | <a href="/boards/">/boards/ - Boards</a>]</span>
<br>
<strong>{% trans %}Top 25 boards:{% endtrans %}</strong>
<span class="sub" data-description="2"></span>
@ -261,7 +261,7 @@
<div class="content_menu">
<ul class="content_menu_head">
<li><em><a href="https://kiwiirc.com/client/irc.rizon.net/#8chan" target="_blank">IRC:#8chan @ irc.rizon.net</a></em></li>
<li><em><a href="https://qchat2.rizon.net/?channels=8chan&amp;uio=OT0xMTE05" target="_blank">IRC:#8chan @ irc.rizon.net</a></em></li>
<li><a href="/faq.html">{% trans %}Frequently Asked Questions{% endtrans %}</a></li>
<li><a href="/random.php">{% trans %}View random board{% endtrans %}</a></li>
<li><a href="/mod.php" >{% trans %}Manage your board{% endtrans %}</a></li>
@ -305,8 +305,13 @@
</div>
<br>
<!-- START RIZON PASTE / NEWS SCRIPT CODE HERE -->
<iframe src="https://kiwiirc.com/client/irc.rizon.net/#8chan"></iframe>
<iframe src="https://qchat2.rizon.net/?channels=8chan&amp;uio=OT0xMTE05" height="400" width="793"></iframe>
<!--END PASTE CODE -->
<!-- Start spooks.me code
<div style="height:400px;width:793px;border:1px solid black" onclick="this.innerHTML='<iframe src=&quot;https://8chan.spooks.me&quot; width=&quot;793&quot; height=&quot;400&quot; style=&quot;margin-top:0px&quot;></iframe>';">
<h1>Click inside this box to load chat</h1>
</div>
End spooks.me code -->
</div>
</div>