Jump to content
View in the app

A better way to browse. Learn more.

BaceoIn

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Snowflake effect with jQuery

Featured Replies

  • Administrators

Here's a quick way to add a snow effect to your IP.Board installation without having to use a plugin, so it works on most versions.

Requirements

Save (CTRL+S) and then Upload the js scripts to your FTP in a location where you can easily find them. For this tutorial we'll just use /uploads/, since my time really digging into IPS4 has been so short i couldn't think of a better location.

 

Inserting the Snow Script (IPS 4)
Go to Customization > Appearance > Themes and hit the "Edit HTML and CSS" button. You should now be in "globalTemplate".

Just before the </head> line, make a new line and copy paste this code:

<script src='/uploads/snowfall.jquery.min.js'></script>
<script>
   $( document ).ready(function() {
     $(document).snowfall({shadow : true, round : true,  minSize: 5, maxSize:8});
     }); 
</script>

 

Archived

This topic is now archived and is closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.