Title: rusyn's Replies | WordPress.org

---

# rusyn

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP 1.5 : quicktags for Safari](https://wordpress.org/support/topic/wp-15-quicktags-for-safari/)
 *  [rusyn](https://wordpress.org/support/users/rusyn/)
 * (@rusyn)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/wp-15-quicktags-for-safari/#post-131047)
 * Once I enabled them in the code they work fine. They used to work no problem 
   in WP 1.2 … I dunno what this Safari Javascript problem is…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP 1.5 : quicktags for Safari](https://wordpress.org/support/topic/wp-15-quicktags-for-safari/)
 *  [rusyn](https://wordpress.org/support/users/rusyn/)
 * (@rusyn)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/wp-15-quicktags-for-safari/#post-131044)
 * wp-admin/admin_functions.php
 * Around line 536
 * Cheers!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP 1.5 : quicktags for Safari](https://wordpress.org/support/topic/wp-15-quicktags-for-safari/)
 *  [rusyn](https://wordpress.org/support/users/rusyn/)
 * (@rusyn)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/wp-15-quicktags-for-safari/#post-131043)
 * “wp-admin/comments-functions.php”
 * I don’t have this file… (;_;)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [1.5 Static Pages and PHP?](https://wordpress.org/support/topic/15-static-pages-and-php/)
 *  Thread Starter [rusyn](https://wordpress.org/support/users/rusyn/)
 * (@rusyn)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/15-static-pages-and-php/#post-127652)
 * I will give it a go…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Sortable nicer archives for WordPress 1.2](https://wordpress.org/support/topic/sortable-nicer-archives-for-wordpress-12/)
 *  [rusyn](https://wordpress.org/support/users/rusyn/)
 * (@rusyn)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/sortable-nicer-archives-for-wordpress-12/page/5/#post-56510)
 * On the initial page, when narchives.php just loads up, how could I set it so 
   that it only displays the CURRENT month, or better yet the current 2 months. 
   Kinda like [Binary Bonsai](http://binarybonsai.com/archives/)…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Author Archives](https://wordpress.org/support/topic/author-archives-1/)
 *  Thread Starter [rusyn](https://wordpress.org/support/users/rusyn/)
 * (@rusyn)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/author-archives-1/#post-94839)
 * Okay, so now I have set it so that the posts BELOW the
    <h2 class=”pagetitle”
   ><?php the_author_nickname(); ?>’s Profile</h2> <p class=”graybox”><?php the_author_description();?
   > Are now only showing as titles. That’s fine, but unfortunately all the FULL
   posts of each author are also showing up ABOVE as well! What am I doing wrong???
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [rss_url wrong after permalink setup!](https://wordpress.org/support/topic/rss_url-wrong-after-permalink-setup/)
 *  [rusyn](https://wordpress.org/support/users/rusyn/)
 * (@rusyn)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/rss_url-wrong-after-permalink-setup/#post-91914)
 * I am having the same problem, and I removed index.php from my permalinks to no
   effect.
    Any other pointers?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Multiple Authors Profile Page](https://wordpress.org/support/topic/multiple-authors-profile-page-2/)
 *  [rusyn](https://wordpress.org/support/users/rusyn/)
 * (@rusyn)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/multiple-authors-profile-page-2/#post-87679)
 * Whoa, that was screwy.
    Try again: <?php Â Â Â global $wpdb, $tableusers; Â Â
   Â $users = $wpdb->get_results(“SELECT ID, user_url, user_description, user_nickname
   from $tableusers where user_nickname <> ‘admin’ ORDER BY rand()”); Â Â Â foreach(
   $users as $user) { echo ‘<h3 class=”storytitle”>user_url . ‘” target=”_blank”
   title=”Link to ‘ . $user->user_nickname . ‘\’s Blog”>’ . $user->user_nickname.‘
   </h3><div class=”storycontent”>’ . $user->user_description . ‘</div><hr>’; } ?
   >

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