SUPER ADMIN
- Joined
- Sep 3, 2025
- Messages
- 267
- Reaction score
- 17
5
MONTHS
5
MONTHS OF SERVICE
Customize your forum by creating a snowfall effect without plugins.
Open the template for your theme that you're using and find the following code: PAGE_CONTAINER
Code:
<div class="p-pageWrapper" id="top">
Add the following code just above it:
Code:
<xf:include template="snow.js" />
Then open the Appearance and languages - Templates section, create a new template called snow.js and save it by adding the following code to it:
Code:
<script src="https://domain.com/snow.js"></script>
Don't forget to edit the url above according to yourself.
Finally, download the file named "snow.js" in the style file you like below and put it in the main directory of your forum. That's it.
Attachments
Last edited: