[Plugin: Pierre's Wordspew] Need help adding support for CubePoints
-
All I really need is where I can stick this code chunk so when a new message is submited it runs this code so they get 1 point for it:
// Cubepoints Support if( function_exists('cp_alterPoints') && is_user_logged_in() ){ cp_alterPoints(cp_currentUser(), 1); cp_log('Chat', cp_currentUser(), 1, LiveChat); }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Pierre's Wordspew] Need help adding support for CubePoints’ is closed to new replies.