![]() |
How to remove total pm from notification box
1 Attachment(s)
Hello all. I need as much space as possible to the left of the notification box (not sure if that's what it's called), for a banner inside the navbar. How do I remove the "total" private messages statistic from the notification box leaving only Private messages: unread 0. Like in the attached pic. Thanks.
|
click private message link you will see inbox and sent items pick them all scroll down and delete them
|
Thanks. But I'm asking which code to remove or edit, to permanently stop displaying the statistic "total" private messages. Not how to delete messages.
|
edit the navbar template, it will be this code (or you can edit the phrase)
HTML Code:
<if condition="$show['pmstats']"> |
Thanks.
If I remove this section of code Code:
$vbphrase[total_x_nav_compiled] Code:
2="" Private messages: unread 0, . Is that a reasonable way of doing it? And if so how can I remove the coma and space between the unread messages number and the period. |
There's more code to be removed. Search above the section you deleted.
It's there. :) |
I can't figure this out. Here's the code in the navbar template, where I'm pretty sure the editing needs to be done. Can someone please highlight in red what I need to remove.
Code:
<if condition="$show['member']"> |
You need to edit the vB PHRASE
|
Got it.
Edit phrase private_messages_nav from Code:
<a href="private.php{3}">Private Messages</a>: {1}, {2}. Code:
<a href="private.php{3}">Private Messages</a>: {1}. |
All times are GMT. The time now is 03:15 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|