We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Quick (New) PM
Topic Started: Jan 15 2017, 10:31 AM (688 Views)
DaPizzaMan
Member Avatar
#TeamSupport

Code Name: Quick PM

What the code does: Enables you to send a quick private message to any user when you click the PM button under their mini profile or anywhere else. Keep in mind, this is meant for sending a new private message, not replying to an existing one. You can see what the code does here when you're logged in.

How to use the code: You simply install the code as is.

How to install the code: Add the code to Admin CP > Board Template > Above the Copyright.

Extra notes: This is just another simple code that seems to be a useful feature if you ask me.
Code:
 
<script type="text/javascript">
if ($.zb.logged_in) {
$(function() {
$.ajax({
url: 'http://b3.ifrm.com/30296/128/0/p3001795/QuickPM.js',
dataType: 'script',
cache: true
});
});
}
</script>
Offline Profile Quote Post Goto Top
 
Sree
Member Avatar
Member
[ *  * ]
Nice code DPM!
Already using it on my board :)
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards Codes & Modifications · Next Topic »
Add Reply