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:
Locked Topic
[ C ] Change the APPROVAL GROUP message
Topic Started: Apr 1 2012, 08:45 PM (270 Views)
Joshua J
Member Avatar
Member
[ *  *  * ]
Zeta board.


Crimsonkingz.net



can i change the mesage that gets sent to the user when their(joinable) group request gets approved?
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Admin CP Posted Image Themes Posted Image Board Template Posted Image Below the Board
Code:
 
<script type="text/javascript">
function changeMsg(group_name, new_message) {
if ($('#conversation th, #conversation div.h2center').html() === 'Request Approved for ' + group_name + '') {
$('td.c_post').html(new_message);
}
}

changeMsg('JOINABLE_GROUP_NAME', 'NEW_MESSAGE')
</script>
Replace the capitlized text and you can repeat that line to change more Joinable Group request approved messages.
Offline Profile Goto Top
 
Eccentric Feline
Member Avatar
梦想
[ *  *  *  *  *  *  *  * ]
Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic