salman22
09-26-2008, 10:00 PM
hello every one ,
in last thread we learn how to add alert if any one add new Privat message
https://vborg.vbsupport.ru/showthread.php?t=191865
but today we will learn how to add alert when add newthread
and how to add alert when you login any forumdisplay
this is easy ..
first, add alert when add newthread
open template
newthread
Search for
</head>
add above
<if condition="$forumid == 'XX'">
<script type="text/javascript">
alert("Text");
</script>
</if>
and don't forget change XX
to forumdisplay number
save edit
now when enter forumdisplay open template
search for
</head>
add above
<if condition="$forumid == 'XX'">
<script type="text/javascript">
alert("Text");
</script>
</if>
and don't forget change XX
to forumdisplay number
Do not forget to replace the text you want
thanx and I wait your comments
salman22
in last thread we learn how to add alert if any one add new Privat message
https://vborg.vbsupport.ru/showthread.php?t=191865
but today we will learn how to add alert when add newthread
and how to add alert when you login any forumdisplay
this is easy ..
first, add alert when add newthread
open template
newthread
Search for
</head>
add above
<if condition="$forumid == 'XX'">
<script type="text/javascript">
alert("Text");
</script>
</if>
and don't forget change XX
to forumdisplay number
save edit
now when enter forumdisplay open template
search for
</head>
add above
<if condition="$forumid == 'XX'">
<script type="text/javascript">
alert("Text");
</script>
</if>
and don't forget change XX
to forumdisplay number
Do not forget to replace the text you want
thanx and I wait your comments
salman22