2011-12-29, 07:53 AM
I am writing a plugin, and want to do when user x, Ajax notice send the user y.
Of course y Audience x.
Sorry,Weak language.
Of course y Audience x.
Sorry,Weak language.
Ajax notice send the user
|
2011-12-29, 07:53 AM
I am writing a plugin, and want to do when user x, Ajax notice send the user y.
Of course y Audience x. Sorry,Weak language.
2011-12-29, 07:59 AM
Sorry but I have no idea what you're asking, that English was a bit too incoherent :\
2011-12-29, 08:47 AM
(This post was last modified: 2011-12-29, 10:19 AM by Mostafa.Shiraali.)
There is solution?
why not answering?
2011-12-29, 01:17 PM
I do not understand the question. I don't think others do either.
Please do not PM for support.
2011-12-29, 01:40 PM
I want if user A click button( Connected to user B) send Ajax notice for user B That user A do this action.
OK, so you want to send a AJAX message to others when a button on their profile clicked ?? If yes then you need to do with it javascript/jquery, since you can't do AJAX directly using "only" PHP. PHP is backend language and Javascripts are front-end.
Try to view this plugin: http://mods.mybb.com/view/ajax-pm-notification I hope you can get the hint from it.
2011-12-29, 03:07 PM
Thanks a lot.
what Precisely the difference add_hook and run_hook? Thanks |
« Next Oldest | Next Newest »
|