You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Species page currently lacks the Info and Wikipedia quick-link buttons that appear on the Overview and Recordings pages. Here's how to add them. The change requires two small edits to scripts/species.php — one CSS block and one HTML block.
Press Ctrl+O, then Enter to save. Press Ctrl+X to exit nano. No service restart needed — reload the Species page in your browser and each card will show the links.
Notes:
The Info link respects your database language setting — it will point to eBird if you've set a non-English language, or All About Birds for English.
The Wikipedia link uses the scientific name for accuracy.
The pill button styling is scoped to .species-card-links so it won't affect any other part of the UI.
Tested on the zach7036 Enhanced Version fork running on Raspberry Pi 4B with RaspiOS Bookworm.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The Species page currently lacks the Info and Wikipedia quick-link buttons that appear on the Overview and Recordings pages. Here's how to add them. The change requires two small edits to
scripts/species.php— one CSS block and one HTML block.Step 1 — Open the file
nano ~/BirdNET-Pi/scripts/species.phpStep 2 — Add the CSS
Use Ctrl+W to search for this exact line:
You'll land on a line that looks like this:
Place your cursor at the end of that line and press Enter to create a new line. Paste these four lines:
Step 3 — Add the HTML
Use Ctrl+W to search for this exact line:
There is only one
</table>in this file. It's inside the species card loop and looks like this in context:Place your cursor at the end of the
</table>line and press Enter. Paste these six lines:Step 4 — Save and exit
Press Ctrl+O, then Enter to save. Press Ctrl+X to exit nano. No service restart needed — reload the Species page in your browser and each card will show the links.
Notes:
.species-card-linksso it won't affect any other part of the UI.zach7036Enhanced Version fork running on Raspberry Pi 4B with RaspiOS Bookworm.Beta Was this translation helpful? Give feedback.
All reactions