Title: Trobee's Replies | WordPress.org

---

# Trobee

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Profile Builder - Beautiful User Registration Forms, User Profiles & User Role Editor] [Plugin: Profile Builder] Hide username on profile edit page?](https://wordpress.org/support/topic/plugin-profile-builder-hide-username-on-profile-edit-page/)
 *  [Trobee](https://wordpress.org/support/users/trobee/)
 * (@trobee)
 * [14 years ago](https://wordpress.org/support/topic/plugin-profile-builder-hide-username-on-profile-edit-page/#post-2607996)
 * Was there a solution to this? I want to do the same thing but with email, as 
   certain parts of the site are restricted based on the domain of the users email
   address. Currently using CSS to hide the field, but it’s not exactly hard to 
   get around
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Privacy for media items](https://wordpress.org/support/topic/privacy-for-media-items/)
 *  Thread Starter [Trobee](https://wordpress.org/support/users/trobee/)
 * (@trobee)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/privacy-for-media-items/#post-2399568)
 * So, I currently have this in my .htaccess file in my uploads directory
 *     ```
       IndexIgnore *
       Options +FollowSymlinks
       RewriteEngine On
       RewriteCond %{HTTP_REFERER} !^$
       RewriteCond %{HTTP_REFERER} !mywebsite\.com [NC]
       RewriteRule ^(.*)$ http://mywebsite.com/wp-login.php?redirect_to=wp-content/uploads/$1 [NC,L]
       ```
   
 * So if you try to access something from the uploads folder using a link from another
   site it will redirect you through through the login page, with the redirect pointing
   back to the resource. This all works fine with the code, my problem is redirecting
   links typed into the browser address bar, because if I remove “RewriteCond %{
   HTTP_REFERER} !^$” from the file and try to access a resource, and I am already
   logged in, I get a redirect loop that means no pages get displayed.
 * Can anybody help me?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Privacy for media items](https://wordpress.org/support/topic/privacy-for-media-items/)
 *  Thread Starter [Trobee](https://wordpress.org/support/users/trobee/)
 * (@trobee)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/privacy-for-media-items/#post-2399567)
 * I have been looking at using .htaccess to password protect the folder containing
   these media files, but ideally I would like to use a wordpress login, so logged
   in users can get at the resources but logged out users cannot.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [.htaccess redirect help](https://wordpress.org/support/topic/htaccess-redirect-help-2/)
 *  Thread Starter [Trobee](https://wordpress.org/support/users/trobee/)
 * (@trobee)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/htaccess-redirect-help-2/#post-2415410)
 * Worked like a charm, thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [What wrong with my page](https://wordpress.org/support/topic/what-wrong-with-my-page/)
 *  [Trobee](https://wordpress.org/support/users/trobee/)
 * (@trobee)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/what-wrong-with-my-page/#post-2355345)
 * What I would do is use the element inspector to go through the divs inside topribbon,
   and one by one adding display: none to each until you lose the scroll bar.
 * i had a quick look and found that the div with id ‘ads’, which is the containing
   div for your advert has a width of 1010px, the same as the width of your content,
   but as the div starts 1/2 way along the page, it causes the scroll bar to appear.
 * I would look into setting the div width for ‘ads’ to the same as the width of
   the advert inside it.
 * With firebug, if you click on the element inspector (looks like a blue cursor
   clicking a box), then hover just to the right of the advert, you should see the
   div container heading off the edge of the screen to the right
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [What wrong with my page](https://wordpress.org/support/topic/what-wrong-with-my-page/)
 *  [Trobee](https://wordpress.org/support/users/trobee/)
 * (@trobee)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/what-wrong-with-my-page/#post-2355342)
 * if you add
 * #topribbon {overflow-x : hidden;}
 * to the CSS it will get rid of the scroll bar, but it breaks the footer slightly.
 * I would have a look at the divs inside of it to see if one or more of them has
   a width of 100%, which will be causing the width to be 100% of the screen, not
   taking into account padding or margins.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [What wrong with my page](https://wordpress.org/support/topic/what-wrong-with-my-page/)
 *  [Trobee](https://wordpress.org/support/users/trobee/)
 * (@trobee)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/what-wrong-with-my-page/#post-2355327)
 * because the width of your background image is set to 2300.4444444444443px
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Shortcode modification](https://wordpress.org/support/topic/shortcode-modification/)
 *  Thread Starter [Trobee](https://wordpress.org/support/users/trobee/)
 * (@trobee)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/shortcode-modification/#post-2355324)
 * [Here is the code](http://pastebin.com/K1XB1BAs)

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