inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Dec 30, 2016 5:54:22 GMT -8
I have a heavily edited navigation bar and the notification isn't showing up for me. This is what I have for the Profile link button where the notification should appear: {foreach $[navigation.menu]} {if $[navigation.menu.name] == "Profile"} <a href="/user/$[current_user.id]/notifications"{if $[navigation.menu.notification.total]} id="newalerts" title="$[navigation.menu.notification.total] New{if !$[mobile_switch_link]} Notification{if $[navigation.menu.notification.total] != 1}s{/if}{/if}!"{/if}> <i class="fa fa-bell fa-fw"></i><p> Notifications</p> </a> {/if} {/foreach}
|
|
inherit
257300
0
Mar 1, 2019 14:54:18 GMT -8
BAI2
Frankly, my dear, I don't give a damn.
29
December 2018
bai2
|
Post by BAI2 on Feb 2, 2019 7:21:52 GMT -8
David Clark Hello. I am using your plugin on my site with an extremely customized theme. The notifications navigation button is an image. I tried using the class name when I saw the default Profile didn't work, but had no luck. Can you help me figure this out? Besides the Notification Bell not lighting up with this plugin, it works fine. To avoid joining my board to see the notifications bell, it is uploaded in the Theme Library by the creator.
|
|