Title: benetic's Replies | WordPress.org

---

# benetic

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tweet This] [Plugin: Tweet This] Change tweet depending of category of post?](https://wordpress.org/support/topic/plugin-tweet-this-change-tweet-depending-of-category-of-post/)
 *  [benetic](https://wordpress.org/support/users/benetic/)
 * (@benetic)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-tweet-this-change-tweet-depending-of-category-of-post/#post-1996348)
 * Hi Gavin.
    have you found any hack to your question ? I’m facing the same issue
   here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: User photo] front end upload](https://wordpress.org/support/topic/plugin-user-photo-front-end-upload/)
 *  [benetic](https://wordpress.org/support/users/benetic/)
 * (@benetic)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-user-photo-front-end-upload/#post-1607862)
 * @ Fask + mattbeck
    thanks for all these details : i’ve tried it with user-avatar
   plugin and it seems to works rather fine using thickbox. take care
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: User photo] front end upload](https://wordpress.org/support/topic/plugin-user-photo-front-end-upload/)
 *  [benetic](https://wordpress.org/support/users/benetic/)
 * (@benetic)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-user-photo-front-end-upload/#post-1607858)
 * thanks for this quick answer, even if it hasn’t solve the issue 🙁
    i’m still
   trying my way through it…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: User photo] front end upload](https://wordpress.org/support/topic/plugin-user-photo-front-end-upload/)
 *  [benetic](https://wordpress.org/support/users/benetic/)
 * (@benetic)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-user-photo-front-end-upload/#post-1607856)
 * @ Fask,
    thanks for this hack for Userphoto frontend modifying. This is exactly
   what i’m looking for and i have tested it on my website. unfortunately, when 
   i click on the ‘Change avatar’ link, it only opens a empty blank page (actually
   it displays a ‘0’ in the left upper corner) and the thickbox UI doesn’t appear:
   would you have any idea about what i’m doing wrong ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PageNavi] [Plugin: WP-PageNavi] is this possible? random posts while paged](https://wordpress.org/support/topic/plugin-wp-pagenavi-is-this-possible-random-posts-while-paged/)
 *  [benetic](https://wordpress.org/support/users/benetic/)
 * (@benetic)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-pagenavi-is-this-possible-random-posts-while-paged/#post-1948187)
 * to share my own experience, i can tell you that I have tested the same approach
   on one of my websites where i need to randomly display some posts.
 *     ```
       $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
       $arg = array (   'cat'=>133,
                            'orderby'=>rand,
                            'paged'=>$paged
       );
       $wp_query = new WP_Query( $arg );
       ```
   
 * I was faced with one issue doinf this : with the RAND parameter, the query did
   NOT display all posts. strangely, it was displaying some posts twice, while not
   displaying some others…
    Strange also was the fact that the total number of displayed
   posts was the same as the expected total post from the database : it took me 
   some days before detecting the issue. I haven’t fixed this issue yet : if anyone
   has a clue …

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