Jump to content
View in the app

A better way to browse. Learn more.

Invision Community

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.

Aiba

Clients
  • Joined

  • Last visited

Everything posted by Aiba

  1. Thank you for fixing the reciprocal items! I was sweating for a few days and it was not because of the heat.
  2. $record->getReciprocalItems Is no longer functioning on this update. Could someone please take a look at this?
  3. <script> // 1. Set your range here var min = 1; var max = 12345; // Change this to your highest topic ID // 2. Calculate the random number immediately var randomId = Math.floor(Math.random() * (max - min + 1)) + min; // 3. Find the link and update its destination var linkElement = document.getElementById('my-random-link'); linkElement.href = "https://yourwebsite.com/index.php?app=forums&module=forums&controller=topic&id=" + randomId; </script>Something maybe like a random number generator. I would have to do some additional research to pull the maximum topic ids and if you want permissions to be involved as well.
  4. I am excited to see more development on your tags system. But right now it feels cumbersome to use. I understand that we sometimes dont want users creating typing in their own tags but at the same time, scrolling through a long list to individually pick one is very annoying. I am hopeful for something like a tab complete feature.
  5. I would be interested splitting the development costs with you if you want to hire a developer for this.

Account

Navigation

Search

Search

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.