The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Note: I posted this in the wrong section, I'm trying to design and program this for vb3.
I'm trying to program this popup message system to vbulletin. Upon a new private message received it'll popup with: ![]() and show the title of the private message and the message. I'm using js here is my code: Code:
<script type="text/javascript">
function showMessageWithoutImage() {
$.jnotify(
'$pm[title]',
'$newpm[title]'
);
}
</script>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|