Title: acebone's Replies | WordPress.org

---

# acebone

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Activity Plus] [Plugin: BuddyPress Activity Plus] Impossible to upload a picture and add link not working](https://wordpress.org/support/topic/plugin-buddypress-activity-plus-impossible-to-upload-a-picture-and-add-link-not-working/)
 *  [acebone](https://wordpress.org/support/users/acebone/)
 * (@acebone)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-buddypress-activity-plus-impossible-to-upload-a-picture-and-add-link-not-working/#post-2871674)
 * Just to add to the confusion:
 * On WP 3.5.1 – my picture upload and video uploads works just fine, but links 
   ending on numbers does not seem to work
 * Try this one
 * [http://www.information.dk/449893](http://www.information.dk/449893)
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Advise on best WP-network site setup strategy wanted](https://wordpress.org/support/topic/advise-on-best-wp-network-site-setup-strategy-wanted/)
 *  Thread Starter [acebone](https://wordpress.org/support/users/acebone/)
 * (@acebone)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/advise-on-best-wp-network-site-setup-strategy-wanted/#post-3376252)
 * You couldn’t have answered with better timing – was just about to go with a hunch
   rather than a tip 🙂
 * (I was going to do subdomains, not because I guessed the right thing, but because
   I like the URLs better LOL)
 * Thnx 🙂
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Modifying 'the_contents' before saving?](https://wordpress.org/support/topic/modifying-the_contents-before-saving/)
 *  Thread Starter [acebone](https://wordpress.org/support/users/acebone/)
 * (@acebone)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/modifying-the_contents-before-saving/#post-1808734)
 * Done!
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Modifying 'the_contents' before saving?](https://wordpress.org/support/topic/modifying-the_contents-before-saving/)
 *  Thread Starter [acebone](https://wordpress.org/support/users/acebone/)
 * (@acebone)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/modifying-the_contents-before-saving/#post-1808724)
 * Thanks!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Role Scoper] How to hide Role Scoper menu from non-admins?](https://wordpress.org/support/topic/role-scoper-how-to-hide-role-scoper-menu-from-non-admins/)
 *  [acebone](https://wordpress.org/support/users/acebone/)
 * (@acebone)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/role-scoper-how-to-hide-role-scoper-menu-from-non-admins/#post-1750837)
 * I have the exact same question… How did you do it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Custom Field Template] store Date ind DB as timestamp](https://wordpress.org/support/topic/plugin-custom-field-template-store-date-ind-db-as-timestamp/)
 *  [acebone](https://wordpress.org/support/users/acebone/)
 * (@acebone)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-field-template-store-date-ind-db-as-timestamp/#post-1353155)
 * if you get a warning using the code-examples – then use this for code #0
 *     ```
       $value = get_post_meta( $_REQUEST['post'], $title, true);
       if ( $value ) $enforced_value = date('d/m/Y', (int)$value);
       ```
   
 * It converts **$value** from string to integer before feeding it to the PHP date
   function – which means you won’t get a warning.
 * Actually use this even though you don’t get a warning – you system-conf might
   change one day, and all of a sudden the warning will be there

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