Wapka Notification Code When Someone Comment v6 popup


i want to share another version of comment notification system for wapka wapmaster. In this post i will show you the best way to use popup function of wapka.

Wapka Notification Code When Someone Comment v6 popup
Passport Operations
login to your Wapka passport.
You Must Not go To admin mode
Go Down And look for edit texts
forum/chat text.
in submit input area..
put this code...
Submit" id="draft" style="margin:2px
and go to
Operation message in forum
Add this code in mif box 1.
<script type="text/JavaScript">var names::msg_id::="::tuser::";</script>
Operation in forum footer
<div id="loads"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>
var chem="commented on your post
"+document.title+"";
</script>
<script>
$(document).ready(function(){
if(":user-tname:"==names1){}
else{
$("#draft").click(function(){
$.post("popup_0.xhtml",
{
t: "new",
usr_name: names1,
popup_txt: chem,
submit: "send"
},
function(data,status){
document.getElementById("loads").innerHTML="Your Comment Has been posted";
});
});}
});
</script>
"+document.title+"";
</script>
<script>
$(document).ready(function(){
if(":user-tname:"==names1){}
else{
$("#draft").click(function(){
$.post("popup_0.xhtml",
{
t: "new",
usr_name: names1,
popup_txt: chem,
submit: "send"
},
function(data,status){
document.getElementById("loads").innerHTML="Your Comment Has been posted";
});
});}
});
</script>" size="7"/>



Notification will not sent if you have admin power or in adminmode.
Here we use ajax post data jquery.
Notification quote system also can be done, it will be our next share.
In case you don't know,how to show the notification & how to get notification alert, please comment bellow.We will help you always.

ads here