Status
Not open for further replies.

Replicators

Customer
Ok, i had to remove

Code:
	$headinclude .= '
							<script type="text/javascript">
									vbphrase["dbtech_notifs_inbox"] 			= "' . $vbphrase ['dbtech_notifs_inbox'] . '";
									vbphrase["dbtech_notifs_notifications"]		= "' . $vbphrase ['dbtech_notifs_notifications'] . '";
									vbphrase["dbtech_notifs_notification"]		= "' . $vbphrase ['dbtech_notifs_notification'] . '";
									vbphrase["dbtech_notifs_new_notifications"]	= "' . $vbphrase ['dbtech_notifs_new_notifications'] . '";
									vbphrase["dbtech_notifs_error"]				= "' . $vbphrase ['dbtech_notifs_error'] . '";
									vbphrase["dbtech_notifs_you_have"]			= "' . $vbphrase ['dbtech_notifs_you_have'] . '";
									
									var Notif = new Notif_Obj();
							</script>
						';

from the "process_templates_complete.php" file because it messed up my header rework, and i don;t even know if removing that code will interupt my header or not still. Can someone make up a small template that lists notifications as the picture icons to fit in the white line area of the image i have attached? It should be a easy thing, and if i have to pay for it i will, i am not so fancy with html. It would greatly be appreciated.
 

Attachments

  • popup.jpg
    popup.jpg
    57.1 KB · Views: 6
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Notifications are dynamically generated, so unless I'm misreading you then it's sadly not possible :(
 
Sorry for bringing up a old topic, but i am running into the same problem even now, does removing that code affect anything in the long run?
 
The point I believe I was making was that there is no such thing as a "list of all notifications". Mods and addons can create their own entries in the list of notifications, and there's no way to pre-emptively know what they all will be.

That being said, if you can give more details about how it messes up your header then we may be able to solve it :)
 
Yeah, that's intended though. It serves no purpose to have a bar AND a notification drop-down.

PS: I disabled it on your site, since because of the above edits it was producing JS errors which may block other scripts from working.
 
Is there anyway around this? If i can get vbnotifications to work with the header rework i will buy it eventually, otherwise i will have to buy vbsocial notifications which i don't want to because vbsocial is overpriced and i don't like his charging methods.
 
I don't think so, one of the features of vBNotifications is dismissable notifications - the ability to dismiss a notification without having to visit its page. An additional feature is the ability to hide certain notifications.

Both these features are incompatible with the default vBulletin notification system.
 
So pretty much your telling me i can either use the header rework or vbnotification's, and there is no work around.
 
I still don't understand what makes vBNotifications incompatible with the re-work.

Does it break the display (now that we've established that converting the notifications to an Inbox link is not a bug, but a feature)? Looking at your screenshot again, does it change your username to "Inbox" perhaps?
 
How the header rework works by default, is when you click your username, it brings down a dropdown of options, your profile, settings, logout, etc. When vbnotifications is on however, it changes your username with inbox, and no dropdown, and when you click inbox it brings you to usercp.
 
Then it does look like it'll be incompatible until such a time as we add an option to turn off that change.

I'll change this thread to a Feature Request so we don't forget :)
 
Status
Not open for further replies.
Back
Top