Title: driveroll's Replies | WordPress.org

---

# driveroll

  [  ](https://wordpress.org/support/users/driveroll/)

 *   [Profile](https://wordpress.org/support/users/driveroll/)
 *   [Topics Started](https://wordpress.org/support/users/driveroll/topics/)
 *   [Replies Created](https://wordpress.org/support/users/driveroll/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/driveroll/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/driveroll/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/driveroll/engagements/)
 *   [Favorites](https://wordpress.org/support/users/driveroll/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HTTP Error when uploading certain images](https://wordpress.org/support/topic/http-error-when-uploading-certain-images/)
 *  [driveroll](https://wordpress.org/support/users/driveroll/)
 * (@driveroll)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/http-error-when-uploading-certain-images/#post-4536277)
 * Any news about this? I have the same problem
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Points Management System For Gamification, Ranks, Badges, and Loyalty Rewards Program - myCred] myCRED 1.2 Features](https://wordpress.org/support/topic/mycred-12-features/)
 *  [driveroll](https://wordpress.org/support/users/driveroll/)
 * (@driveroll)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/mycred-12-features/page/3/#post-3857705)
 * Great!
 * I do own the plugin and have used it for a while, it’s very robust and I’ve seen
   already some great add-on plugins like the one for custom post types.
 * They have great documentation and some examples, so I’ve actually been able to
   do some customizations using their actions and filters, feel free to contact 
   me for any help.
 * Here are the docs: [http://www.gravityhelp.com/documentation/page/Gravity_Forms_Documentation](http://www.gravityhelp.com/documentation/page/Gravity_Forms_Documentation)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Points Management System For Gamification, Ranks, Badges, and Loyalty Rewards Program - myCred] myCRED 1.2 Features](https://wordpress.org/support/topic/mycred-12-features/)
 *  [driveroll](https://wordpress.org/support/users/driveroll/)
 * (@driveroll)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/mycred-12-features/page/3/#post-3857703)
 * Hi Gabriel and everyone
 * About the idea of sorting BP members by points balance, I would love this as 
   well!
 * Also have question about your plans for supporting Gravity Forms plugin or not,
   I have a project where I’m using this combination (also working with buddypress)
   and I’d need members to be able to award or charge other members using gravity
   forms, I think we could integrate myCRED with it in a very nice way and I’d be
   happy to help with anything I can.
 * For this project actually I’ll need to store the points entered in the gravity
   form as a custom field first, and only award them after something else happens,
   since they’d be points awarded to the “friend” only after fulfilling successfully
   a reward.
 * Best,
    David
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Sharing Toolkit] Google Bringing in Random image](https://wordpress.org/support/topic/google-bringing-in-random-image/)
 *  [driveroll](https://wordpress.org/support/users/driveroll/)
 * (@driveroll)
 * [13 years ago](https://wordpress.org/support/topic/google-bringing-in-random-image/#post-3930878)
 * I also have a problem with Google+ sharing. When I select only to show the default
   image, it gives option only for Pinterest and Facebook. For Google+ I see that
   it defaults to that same one, but it still gives you option to choose amongst
   the ones on the page. Does anyone know if there’s any way to prevent this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Register Plus Redux] [Plugin: Register Plus Redux] Ability to change "register for this site"](https://wordpress.org/support/topic/plugin-register-plus-redux-ability-to-change-register-for-this-site/)
 *  [driveroll](https://wordpress.org/support/users/driveroll/)
 * (@driveroll)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-register-plus-redux-ability-to-change-register-for-this-site/#post-1767855)
 * Actually that isn’t the best way yet, because that outputs your message on Login
   form and Register form indiscriminately. The corrected code would be something
   like this
 *     ```
       function custom_register_msg($msg)
       {
       	$pattern = '/Register For This Site/';
       	$custom_msg = 'Your custom message.';
       	 return preg_replace($pattern, $custom_msg, $msg);
       }
       add_filter('login_message','custom_register_msg');
       ```
   
 * That way it specifically replaces only that message for yours. You could do the
   same to replace any of the other messages. I also removed the <p class=”message_register
   ></p> because using this method it conserves that part of the default message
 * Enjoy!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Register Plus Redux] [Plugin: Register Plus Redux] Ability to change "register for this site"](https://wordpress.org/support/topic/plugin-register-plus-redux-ability-to-change-register-for-this-site/)
 *  [driveroll](https://wordpress.org/support/users/driveroll/)
 * (@driveroll)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-register-plus-redux-ability-to-change-register-for-this-site/#post-1767854)
 * To change this text you only have to add this to your functions.php file:
 * function custom_register_msg()
    { echo ‘<p class=”message register”>Your custom
   message</p>’; } add_filter(‘login_message’,’custom_register_msg’);
 * Hope this is useful to everyone.
    By the way, this works whether or not you’re
   using Register Plus Redux
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextGEN-ImageFlow] [Plugin: NextGEN-ImageFlow] Slight work around](https://wordpress.org/support/topic/plugin-nextgen-imageflow-slight-work-around/)
 *  [driveroll](https://wordpress.org/support/users/driveroll/)
 * (@driveroll)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-nextgen-imageflow-slight-work-around/#post-1849384)
 * Great! This worked for me. Thanks [@scalemotorcars](https://wordpress.org/support/users/scalemotorcars/)

Viewing 7 replies - 1 through 7 (of 7 total)