-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it for wakaba #12
Comments
Scripts diff --git a/futaba_style.pl b/futaba_style.pl
index c497869..0568799 100755
--- a/futaba_style.pl
+++ b/futaba_style.pl
@@ -115,6 +115,8 @@ use constant PAGE_TEMPLATE => compile_template(NORMAL_HEAD_INCLUDE.q{
<loop $threads>
<loop $posts>
<if !$parent>
+ <!-- thread container begin -->
+ <div id="thread-<var $num>">
<if $image>
<span class="filesize"><const S_PICNAME><a target="_blank" href="<var expand_image_filename($image)>"><var get_filename($image)></a>
-(<em><var $size> B, <var $width>x<var $height></em>)</span>
@@ -203,6 +205,8 @@ use constant PAGE_TEMPLATE => compile_template(NORMAL_HEAD_INCLUDE.q{
</td></tr></tbody></table>
</if>
</loop>
+ </div>
+ <!-- thread container end -->
<br clear="left" /><hr />
</loop>
This arrangement in theory allows |
I got all of them working expect the hide threads script |
I tested scripts on my local wakaba. |
Oh crap. I didn't test quick reply that much but it seems that you can reply when posting in thread but not on the board index. And yeah.. i forgot about the insert (>>) thing. |
Can you make a version for standard wakaba?
The text was updated successfully, but these errors were encountered: