mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #489] [QUESTION] changing imageresults.html doesn't affect result page #315
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#315
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @papaIOprog on GitHub (Oct 26, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/489
I'm trying to decorate the output of images, but changing the imageresults.html doesn't affect anything. I've already tried deleting everything, but the results page looks the same. How to edit images search layout?
@DUOLabs333 commented on GitHub (Oct 26, 2021):
You have to restart the service for it to take effect.
@benbusby commented on GitHub (Oct 26, 2021):
Also the
imageresults.htmltemplate is only used when the "View Full Size Image" config is enabled. It's a hacky workaround used for allowing desktop users to access the full size images that Google only serves to mobile searches.If you want to edit the image search layout, you either can enable that config setting and continue editing
imageresults.html, or you could rewrite the search code to always use that template for image searches.