Skip to content
View in the app

A better way to browse. Learn more.

JimiWikman.se

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.

How to add tabs to a template

  • Owner

As I keep forgetting this one I figure it would be good to add it here 🙂

<div class="ipsTabs ipsTabs_contained ipsTabs_withIcons ipsTabs_large ipsTabs_stretch ipsClearfix" id="elTabBar" data-ipstabbar="" data-ipstabbar-defaulttab="1" data-ipstabbar-contentarea="#" data-ipstabbar-updateurl="false">
	<a href="" data-action="expandTabs"><i class="fa fa-caret-down"></i></a>
    <ul role="tablist">
        <li>
            <a href="" role="tab" id="1" class="ipsType_center ipsTabs_item ipsTabs_activeItem" aria-selected="true">
                <i class="fa fa-list"></i> Tab 1
            </a>
        </li>
        <li>
            <a href="" role="tab" id="2" class="ipsType_center ipsTabs_item">
                <i class="fa fa-star"></i> Tab 2
            </a>
        </li>
        <li>
            <a href="" role="tab" id="3" class="ipsType_center ipsTabs_item">
                <i class="fa fa-terminal"></i>Tab 3
            </a>
        </li>
    </ul>
</div>

<section class="ipsTabs_panels ipsTabs_contained">
    <div id="ipsTabs_elTabBar_1_panel" class='ipsTabs_panel'>
    	Message 1
    </div>
    <div id="ipsTabs_elTabBar_2_panel" class='ipsTabs_panel'>
    	Message 2
    </div>
    <div id="ipsTabs_elTabBar_3_panel" class='ipsTabs_panel'>
    	Message 3
    </div>
</section>

 

  • Replies 1
  • Views 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Featured Replies

  • Author
  • Owner

This is no longer working properly, so I will update the code so it works with Invision Community 4.5.

Create an account or sign in to comment

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.