diff --git a/_sakura/templates/yuuno/elements/indexPanel.tpl b/_sakura/templates/yuuno/elements/indexPanel.tpl
index d63a59c..8d2fa3c 100644
--- a/_sakura/templates/yuuno/elements/indexPanel.tpl
+++ b/_sakura/templates/yuuno/elements/indexPanel.tpl
@@ -1,8 +1,8 @@
{% if user.checklogin %}
Hi, {{ user.data.username }}!
-
- - 0
+
diff --git a/_sakura/templates/yuuno/main/profile.tpl b/_sakura/templates/yuuno/main/profile.tpl
index dafefc9..756f8e4 100644
--- a/_sakura/templates/yuuno/main/profile.tpl
+++ b/_sakura/templates/yuuno/main/profile.tpl
@@ -27,7 +27,7 @@
{% else %}
{% if profile.friend != 0 %}{% endif %}
-
+
{% endif %}
{% endif %}
diff --git a/content/data/yuuno/css/yuuno.css b/content/data/yuuno/css/yuuno.css
index a470737..4e26f5b 100644
--- a/content/data/yuuno/css/yuuno.css
+++ b/content/data/yuuno/css/yuuno.css
@@ -499,18 +499,39 @@ a.gotop.exit {
line-height: 1.3em;
}
-.indexSidePanelLinks > a {
+.panelQuickLinks {
+ font-size: 2.5em;
+ list-style: none;
+ line-height: 2.2em;
+ margin: 0 !important;
+ padding: 6px 0 0 8px
+}
+
+.panelQuickLinks > li {
+ float: left;
+ margin: 0 10px;
+}
+
+.panelQuickLinks > li > a > .count {
+ font: 100 1em "SegoeUI", "Segoe UI", sans-serif;
+ margin-left: 6px;
+}
+
+.indexSidePanelLinks > a,
+.panelQuickLinks a {
color: #8364A1;
text-decoration: none;
text-shadow: 0 0 2px #9475B2;
transition: all .2s;
}
-.indexSidePanelLinks > a:hover {
+.indexSidePanelLinks > a:hover,
+.panelQuickLinks a:hover {
text-shadow: 0 0 6px #9475B2;
}
-.indexSidePanelLinks > a:active {
+.indexSidePanelLinks > a:active,
+.panelQuickLinks a:active {
color: #725390;
text-shadow: 0 0 8px #8364A1;
}
diff --git a/main/.htaccess b/main/.htaccess
index 7b1a2ed..b500ebc 100644
--- a/main/.htaccess
+++ b/main/.htaccess
@@ -59,6 +59,7 @@ RewriteRule ^u/([A-Za-z0-9_-\s\.]+)/groups/?$ profile.php?u=$1&view=groups [L,QS
RewriteRule ^u/([A-Za-z0-9_-\s\.]+)/friends/?$ profile.php?u=$1$view=friends [L,QSA]
RewriteRule ^u/([A-Za-z0-9_-\s\.]+)/threads/?$ profile.php?u=$1$view=threads [L,QSA]
RewriteRule ^u/([A-Za-z0-9_-\s\.]+)/posts/?$ profile.php?u=$1$view=posts [L,QSA]
+RewriteRule ^u/([A-Za-z0-9_-\s\.]+)/report/?$ report.php?mode=user&id=$1 [L,QSA]
## Groups
RewriteRule ^g/?$ group.php [L,QSA]
diff --git a/main/credits.php b/main/credits.php
index a8593b3..a4f0a22 100644
--- a/main/credits.php
+++ b/main/credits.php
@@ -16,15 +16,17 @@ $renderData['page'] = [
$renderData['contributors'] = [
'Flashwave' => ['Main developer.', 'http://flash.moe'],
'Kurasha244' => ['Writing the base for the old backend.', 'http://saibateku.net'],
- 'nookls' => ['Code guidance and debug help.', 'http://nookls.org'],
- 'MallocNull' => ['Sock Chat and debug help.', 'http://aroltd.com']
+ 'nookls' => ['Being nookls.', 'http://nookls.org'],
+ 'MallocNull' => ['Sock Chat and debug help.', 'http://aroltd.com'],
+ 'kamil' => ['Pointing out mistakes and fixing them.', 'http://krakow.pw']
];
$renderData['thirdParty'] = [
'ReCAPTCHA' => ['Providing the Captcha system we use.', 'http://recaptcha.net'],
'Twig' => ['The templating engine used by Sakura.', 'http://twig.sensiolabs.org/'],
'Parsedown' => ['A PHP markdown parser.', 'http://parsedown.org/'],
'Defuse' => ['Making the PBKDF2 implementation for PHP', 'http://defuse.ca/'],
- 'PHPMailer' => ['Writing PHPMailer and making e-mail sending a not pain in the ass', 'https://github.com/PHPMailer/PHPMailer']
+ 'PHPMailer' => ['Writing PHPMailer and making e-mail sending a not pain in the ass', 'https://github.com/PHPMailer/PHPMailer'],
+ 'PayPal' => ['Making a PayPal API', 'https://paypal.com']
];
// Print page contents