The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can we please have this hack because its better with a sound than scrolling all the way down to the bottom of the page and finding that you don't have a pm
Mobile |
#2
|
|||
|
|||
Search for this code in your index.php:
Code:
if ($newpm['messages']==0) { $lightbulb='off'; } else { $lightbulb='on'; } Code:
if ($newpm['messages']==0) { $pmsound = ""; $lightbulb='off'; } else { $pmsound = "<bgsound src=\"gotmail.wav\" border=0>"; $lightbulb='on'; } Replace the gotmail.wav with your soundfilename! |
#3
|
||||
|
||||
Good job Znaper!
Mobile, you can also do what I did and modify your formhome template to place the PM box at the top of your forums. Just put $pminfo right after the main table info, like this: Code:
<!-- main --> <table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td> <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%"> $pminfo |
#4
|
|||
|
|||
@smachol:
I have allready entered my customer info into my profile! Or you mean Mobile? |
#5
|
||||
|
||||
[QUOTE]Originally posted by Znaper
@smachol: I have allready entered my customer info into my profile! Or you mean Mobile? |
#6
|
|||
|
|||
No Problem!
|
#7
|
|||
|
|||
Can anyone record a good clip that says this?
|
#8
|
|||
|
|||
Go here and give it a try, it's what your looking for:
http://www.naturalvoices.att.com/dem...us_interactive You type, and it will spit out a wav file for you. |
#9
|
||||
|
||||
ok, I have a question how would you setup a welcome sound message to your board when someone comes to your board?
Like this one would be welcome to the forums by vbulletin or something like that. |
#10
|
|||
|
|||
Nice one Znaper it worked 100%
Also thanks smachol already had done that but looks no good Thanks Mobile |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|