View Full Version : Mini Mods - Change Notifications Box Background on New Notifications
Hasann
04-10-2008, 10:00 PM
What does it?:
This will change the Navbar where the Notifications Box is to a different Background Image when a user has a unread private message, unread profile message, profile visitor message awaiting approval, incoming friends request, requests to join users social group or an invitation to join social groups.
Install Instructions:
upload newnotifications.gif image to your images/misc folder
import product-notificationsbg.xml file to your product manager.
that's all it.. have fun :D
Hasann
04-11-2008, 03:11 PM
11. April 08 -> first release: v1.0.0
11. April 08 -> final release: Final Version
- added an admin option to turn this hack on or off
- added an admin option for newnotifications.gif image path url
- fixed bug alt1 class problem -> alt1 changed to alt2
KURTZ
04-11-2008, 03:26 PM
wow Hasann ... simply and useful!!!
Hasann
04-11-2008, 03:28 PM
thanks buddy..
my small but simply and usefully releases will continue :D:up:
rizelim
04-11-2008, 04:18 PM
very nice hack
1Turk
04-11-2008, 04:25 PM
thanks hasan :)
installed*
purepothead
04-11-2008, 05:07 PM
Not sure if it was just my template being custom but...
I had to change
$_find = '<td class=\"alt1\" nowrap=\"nowrap\">';
to
$_find = '<td class=\"alt2\" nowrap=\"nowrap\">';
then it started working. mine not have alt1 :D
Thanks!
KURTZ
04-11-2008, 05:24 PM
Not sure if it was just my template being custom but...
I had to change
$_find = '<td class=\"alt1\" nowrap=\"nowrap\">';
to
$_find = '<td class=\"alt2\" nowrap=\"nowrap\">';
then it started working. mine not have alt1 :D
Thanks!
me too
kaptanblack
04-11-2008, 05:32 PM
puhaha :D
https://vborg.vbsupport.ru/attachment.php?attachmentid=78569&d=1207929866
Resim harika olmuş
Picture is wonderful :D
Hasann
04-11-2008, 05:49 PM
11. April 08 -> final release: Final Version
- added an admin option to turn this hack on or off
- added an admin option for newnotifications.gif image path url
- fixed bug alt1 class problem -> alt1 changed to alt2
onnenkolikko
04-11-2008, 06:13 PM
Doesnt work on my 3.7 RC3 with default style :(
Hasann
04-11-2008, 06:15 PM
Doesnt work on my 3.7 RC3 with default style :(
heyy buddy please now download it and re-install it overwrite it will work
KURTZ
04-11-2008, 06:25 PM
just upgraded: working fine :) thx
onnenkolikko
04-11-2008, 06:28 PM
heyy buddy please now download it and re-install it overwrite it will work
Thank you, works now in default :) But it doesnt work with my custom template, but that wasnt a surprise :) Any idea which lines I should add, and where?
Forum Lover
04-11-2008, 07:28 PM
I just wonder!! How do u manage those ideas!! :p clicked install.
carrlos
04-11-2008, 07:36 PM
Works with RC3! Uninstalled the other guy's and installed this one! Much better! :D
um. its the exact same thing...
works fine ... have vb 3.7 rc3
Thanks Hasann!
regards
macc
carrlos
04-11-2008, 08:54 PM
um. its the exact same thing...
Almost the same except that I can now change the background image more easily without customizing CSS (I'm not a coder). Both work fine, though!
What I would really like, now, is to flash the words "Your Notifications:" in red also. Is that possible anyone???
Magnumutz
04-12-2008, 06:51 AM
Way better than NIX's product... and easier to use :)
KURTZ
04-12-2008, 06:51 AM
Way better than NIX's product... and easier to use :)
agreed :)
Boofo
04-12-2008, 07:54 AM
Way better than NIX's product... and easier to use :)
You can do the same thing wth nix's hack. ;)
carrlos
04-12-2008, 02:27 PM
You can do the same thing wth nix's hack. ;)
I agree except that this one is much easier for the average person (like me) that have basically no CSS coding skills. I can change the background image much easier.
But I used nix's hack and it worked flawlessly.
Hasann
04-12-2008, 02:32 PM
Almost the same except that I can now change the background image more easily without customizing CSS (I'm not a coder). Both work fine, though!
What I would really like, now, is to flash the words "Your Notifications:" in red also. Is that possible anyone???
try this Admincp -> Languages & Phrases - > Search in Phrases -> search Your Notifications phrase and edit first finded phrase
replace it with
<font color="red"><b>Your Notifications</b></font>
your result: https://vborg.vbsupport.ru/
Magnumutz
04-12-2008, 02:33 PM
You can do the same thing wth nix's hack. ;)
NIX's had some problems...
Hasann
04-12-2008, 02:37 PM
And thank you all to you who me supported as well :D
Cloudrunner
04-12-2008, 07:10 PM
Well done boss. Thank you.
carrlos
04-12-2008, 09:02 PM
try this Admincp -> Languages & Phrases - > Search in Phrases -> search Your Notifications phrase and edit first finded phrase
replace it with
<font color="red"><b>Your Notifications</b></font>
your result: http://img87.imageshack.us/img87/8835/redpf5.jpg
Thanks! :up:
Barakat
04-14-2008, 08:20 AM
very nice thanks ...
chick
04-30-2008, 07:57 PM
This looks wonderful. I have it marked to try.
Jase2
04-30-2008, 08:04 PM
While this is good, isn't it just best to use a simple template edit?
I simply used :
<if condition="$show['notifications']">
<div><span id="notifications"><a href="usercp.php$session[sessionurl_q]"><font
style="background-color: #FFFF00">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong></span></div>
Note the <font
style="background-color: #FFFF00">
veenuisthebest
05-02-2008, 04:58 PM
While this is good, isn't it just best to use a simple template edit?
I simply used :
<if condition="$show['notifications']">
<div><span id="notifications"><a href="usercp.php$session[sessionurl_q]"><font
style="background-color: #FFFF00">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong></span></div>
Note the <font
style="background-color: #FFFF00">
this would only change the background color of Your Notifications: 1 phrase and not the whole notifications box !!
higge
05-17-2008, 05:39 PM
great hack, thanks.
BigDog56
05-18-2008, 01:35 PM
Works great! Thank you!
carrlos
05-22-2008, 07:47 PM
Is there a vba module of this or can it be converted to a module???
Captain Tycoon
06-14-2008, 02:18 PM
Sweet! Installed and Marked! :D
thanks buddy..
my small but simply and usefully releases will continue :D:up:
I love those simple addons. Great job on this one, thanks :D
EagleNick
06-29-2008, 06:27 PM
Very nice :)
Does anybody have an image just like the one that was provided, but one that just smoothly blinks a vibrant red?
Or does anybody know how to create one?
Thanks in advance :D
newguy
07-01-2008, 11:18 PM
***installed*** Thanks Hasann
redlabour
07-03-2008, 01:09 AM
It is incompatible and does not work if :
Non Redundant Notifications (https://vborg.vbsupport.ru/showthread.php?t=179365)
is activated.
Can you fix this?
redlabour
07-04-2008, 09:57 AM
Hasann?
fukdawrld
07-09-2008, 02:18 PM
thank you..works perfect
yingzhou
07-12-2008, 12:49 AM
it's not work for me with custom template! How can I do?
ErrorLog
07-25-2008, 09:45 AM
Eyvallah Hasann =}
Thank You Hasann ..
ALSALAFE
07-25-2008, 01:18 PM
thanks
yingzhou
07-27-2008, 08:39 PM
it's not work for me with custom template! How can I do?
no one know?
mystic10
07-30-2008, 03:25 PM
i am confused...after i get the notification i clicked on it but it still says 2 notification and keeps blinking what am i doing wrong kindly help
JKatz
08-09-2008, 10:57 PM
I can't get it to work either. I'd really like to use this one.
yingzhou
08-09-2008, 11:03 PM
me too, Can't get the GIF show like normal. Just first frame for gif!
safakuygur
08-10-2008, 07:32 AM
thanks hasann very nice hack
n95gps
08-23-2008, 03:26 AM
custome skin doesnt work with this hack hasan
any idea please
gfxhelp.com
08-23-2008, 08:15 AM
I have been looking for something similar, but what it would do is change the forum's background. For example, this site has the blue gradient background, but if I had a new PM it would be tinted red.
I think this would be a simple, but very effective way of making users aware of a new PM. I have limited coding knowledge, but if the developer of this mod, or anyone else wants to give this idea a shot let me know what you come up with.
EagleNick
10-26-2008, 06:28 PM
Nice mod, works great for me. However, I realized that I no longer receive a popup notification when I have a new PM. The setting is still enabled in my UserCP and I am suspicious that it is this hack that's causing this malfunction.
Any tips?
bjkinzluvr
11-15-2008, 12:42 PM
Love this mod! Made my own image to match my forum theme. Was looking for the blinking envelope, but couldn't find one with code current enough to work on my 3.7.3. Or maybe I was doing those wrong. I don't know. I DO know this works and I love it! Thanks so much.
bjkinzluvr
11-15-2008, 12:43 PM
Yeah, I no longer have the pop up window either, which I don't mind because I was going to disable it with the new background notificaiton working so well. But it is a little unnerving that it stopped working without me turning it off.
shlomot
12-11-2008, 03:47 AM
Works perfectly and beautifully in vb3.8 RC1.
How did I miss this one before?:)
Thanks a bunch.
Sid_pachi
12-17-2008, 09:02 PM
has anyone noticed a large number of errors in the cpanel error log?
File does not exist: /home/drxxx/public_html/images/misc/newnotifications.gif
any idea how i can stop them?
dimples
12-22-2008, 11:42 PM
love it, thank you
HIRCINBEY
03-12-2009, 01:07 PM
Thank you. Teşekk?rler hassan :)
Hasann
03-12-2009, 01:11 PM
has anyone noticed a large number of errors in the cpanel error log?
File does not exist: /home/drxxx/public_html/images/misc/newnotifications.gif
any idea how i can stop them?
upload the image file
love it, thank you
Thank you. Teşekk?rler hassan :)
you're welcome buddies
KURTZ
03-30-2009, 09:56 AM
hi Hasann, any upgrade for the 3.8.x? :D
itsheinz
03-30-2009, 10:42 AM
how about if you have a new notification,the backround will become rainbow/or changing in diffirent colors,iv seen this in one forum.
fourat
04-06-2009, 10:19 PM
thank you brother
jazak allah khaier
Eywah
06-13-2009, 09:57 PM
Teşekk?rler Hassan ;)
blue7
06-25-2010, 04:26 PM
hi Hasann, any upgrade for the 3.8.x? :D
Its works on 3.8.x already...
haytham
05-28-2011, 11:50 AM
Thank you. Got it to work on my style. The problem was in my navbar which had been changed a lot in the style. Great.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.