[help] [img] [forum]
[Catalog] · [Search] [News]
Post thread
Name
Email
Subject
Message
CAPTCHA CAPTCHA Challenge Click to refresh.
File
Password For post deletion.
Submit  
  • Helpful information is available in the visitor guide. Currently 27 unique user posts.
  • Supported file types are JPG, PNG and GIF.
  • Maximum file size allowed is 2MB.
  • Images greater than 250x250 will be thumbnailed.
  • Supported BBCode tags are b, code, i, pre, sjis, spoiler, s and u.

 [Reply]
could you add a managekey like tinyIB once had?


Thanks for the suggestion. Tracking issue:

https://codeberg.org/tslocum/sriracha/issues/139


>>106(OP)
This feature is now supported, starting with Sriracha v2.0.6.


 [Reply]
have a delete file only option on threads/replies


Thanks for the suggestion. Tracking issue:

https://codeberg.org/tslocum/sriracha/issues/138


>>103(OP)
This feature is now supported, starting with Sriracha v2.0.6.


 [Reply]
For the threads with more than 1 file attached, could it be combined as one post rather than individual posts?


Thanks for the suggestion. While this is possible to implement, I feel it would introduce more complexity throughout the application than it is worth. If the goal is to upload several files at once, Sriracha supports that by configuring the 'Files' option. If the goal is to be able to browse through multiple related attachments quickly and easily, Sriracha supports that by enabling the 'Gallery' option.


 [Reply]
could you add the nonoko feature?


Thanks for the suggestion. This will be supported in Sriracha v2.0.5 when it is released.


 [Reply]
hi
downloaded the latest linux amd64 build of sriracha
when i go to settings the version displayed is 1.9.10-DEV-630bbeb78e and there's a disclaimer that i'm running an unofficial version of sriracha
the latest features seem to be there, so it's whatever, but just thought i'd let you know
thanks for making this btw


Thanks for letting me know. I just double checked, that is the correct commit hash for the release (630bbeb78e) so I just forgot to add the correct version information.


 [Reply]
is it possible to add an archive system when the thread amount per board reaches its limit?


>>90
- threads will be locked from any new replies being added and the posting is disabled/omitted, once a thread goes over the max threads count it will be moved to the archive.
- it would be accessed from normal board index pages.
- it won't be accessed from overboard index pages.

this would be an option in the settings like the overboard with its own directory similar to a board.


>>91
Thanks. I've opened a tracking issue for this suggestion:

https://codeberg.org/tslocum/sriracha/issues/131

If anyone else has any thoughts on how this feature should behave, feel free to share.


>>89(OP)
This feature is now supported, starting with Sriracha v2.0.0.


 [Reply]
I currently have my account saved in google password manager and it keeps auto filling it.


>>95(OP)
Thanks for the suggestion. Auto-complete will be disabled for post form fields starting with the next release (v2.0.0).


 [Reply]
have the rotating banner refresh when clicked


Thanks for the suggestion. This is possible by customizing the template extra_logo.gohtml, because the template appears after the banner image. Use JavaScript to add a "click" handler to the banner img element. Use Go HTML template actions to access the list of available banners. All available banners (including ones not just configured for boards) are accessible to custom pages and custom templates via $.Opt.Banners.

The variable $.Opt.Banners is a map populated by refreshBannerCache:

https://codeberg.org/tslocum/sriracha/src/commit/f6a246019581d55f8f7aa695a48629a77eb909ca/internal/server/server.go#L1149

The following Go HTML template code demonstrates how to access the banners which are configured to show for the current board:


>>88
thanks


 [Reply]
could you make the nameblock blue when you sage a thread?


Thanks for the suggestion. Tracking issue:

https://codeberg.org/tslocum/sriracha/issues/130


>>83(OP)
This feature is now supported, starting with Sriracha v1.9.8.


 [Reply]
could you have a 12 hour format for the post date?


Thanks for the suggestion. I will plan on adding support for customizing the date/time format in the next release. Tracking issue:

https://codeberg.org/tslocum/sriracha/issues/129


>>81(OP)
This feature is now supported, starting with Sriracha v1.9.8.