The Zarty
ZOOOOOOOOOOOOOTTTTTTTTTTTTTTTTTTTTTTTTT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ZWABAG
[Return] [Thread list] [Index] [Catalog] [Bottom] | Replies: 7 | Views: 5 | Currently viewing: 1
File:
1784495520680.png
(25.92 KB, 1366x640, ClipboardImage.png)
Whenever you search a tag and click on the results of the query it redirects to some "error" page for no apparent reason. zQQt fix this.
Zoot doesn't maintain the booru. The error happens due to the search itself being added upon the post's url, thus breaking the link. Removing everything after the post url filename is a manual fix you can do. I'm trying to get this info through to the booru admin.
File:
1784495520680.png
(229.94 KB, 667x692, ClipboardImage.png)
>>3051
it's an issue caused by the latest version of shimmie2, the easiest solution is downgrade it to v2.11.4
also you should install ffmpeg for the video thumbnails to work
it's an issue caused by the latest version of shimmie2, the easiest solution is downgrade it to v2.11.4
also you should install ffmpeg for the video thumbnails to work
for example:
https://zelligbooru.glowie.zip/index.php?q=post/view/874?search=Maya
remove ?search=Maya and the page will load up just fine
https://zelligbooru.glowie.zip/index.php?q=post/view/874?search=Maya
remove ?search=Maya and the page will load up just fine
File:
1784495520680.png
(11.88 KB, 1012x861, ClipboardImage.png)
>>3053
i just found the problem
in this file: /ext/index/theme.php
edit line 180
$page->add_block(new Block(null, $this->build_table($images, "?search=$query"), "main", 10, "image-list"));
to
$page->add_block(new Block(null, $this->build_table($images, "#search=$query"), "main", 10, "image-list"));
this way you don't have to change the software
Post actions
[Return] [Thread list] [Index] [Catalog] [Top] | Replies: 7 | Views: 5 | Currently viewing: 1