I added that code to the broken theme and then the icons show up, but for some reason, only Admins and Moderators can see them. I am guessing I am adding it into the wrong place, so that is why I am asking for help....
I want to put the icons to the left of the Username.... Anyone know where I should add this?
Question
Guest C0pyRyte
So for some reason, the skin that I am using does not have any notification icons (New PM,etc...)
The coding is missing from globalTemplate...
I copied some code from a different skin that I believe is the code I need to add to the skin that is missing the icons.
<if test="messengerlink:|:$this->memberData['g_use_pm'] AND $this->memberData['members_disable_pm'] == 0"> <li><a data-clicklaunch="getInboxList" id='inbox_link' href='{parse url="app=members&module=messaging" base="public"}' title='{$this->lang->words['your_messenger']}'><if test="notifications:|:$this->memberData['msg_count_new']"><span class='ipsHasNotifications'>{$this->memberData['msg_count_new']}</span></if> </a></li> </if> <li><a data-clicklaunch="getNotificationsList" id='notify_link' href="{parse url="app=core&module=usercp&area=notificationlog" base="public"}" title="{$this->lang->words['notifications_at_the_top']}"><if test="notifications:|:$this->memberData['notification_cnt']"><span class='ipsHasNotifications'>{$this->memberData['notification_cnt']}</span></if> </a></li> </if>I added that code to the broken theme and then the icons show up, but for some reason, only Admins and Moderators can see them. I am guessing I am adding it into the wrong place, so that is why I am asking for help....
I want to put the icons to the left of the Username.... Anyone know where I should add this?
Theme:
Edited by C0pyRyteLink to comment
Share on other sites
5 answers to this question
Recommended Posts