Beta test of the new CSA user stylesheet

Don't like the appearance of ASC?   Change it.

I added these changes to what appears in my thing.  Your trials and your comments are appreciated.  This article explains how to add the css to your browser.  I use Firefox.

Adjust the format and presentation of the ASC Web Pages

Version 0.64

-Left corner with the right header information

-Remove excessive white space in the header

-Remove the redundant wording in the header

-Change two vertical to horizontal nav bars

-Purge footer bombblast

-Spanish and Portuguese support forums

-Support tag decorator

/*  
    Custom Cascading Style Sheet for Apple Support Communities board system introduced  
    in 2014-06  
 
        Copyright 2014, 2016 Hiroto,  et. al.  
 
    GNU General Public License  
 
    This program is free software: you can redistribute it and/or modify  
    it under the terms of the GNU General Public License as published by  
    the Free Software Foundation,  version 3  
 
    This program is distributed in the hope that it will be useful,  
    but WITHOUT ANY WARRANTY; without even the implied warranty of  
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
    GNU General Public License for more details.  
 
    For a copy of the GNU General Public License  
    see <http://www.gnu.org/licenses/>.    
 
    For more information on what the css does, see:  
    https://discussions.apple.com/docs/DOC-7501   
 
    Change Log  
    Version 0.6:  
    -- Fold versions 0.43 and 0.50 into this version.  
    -- Add GNU General Public License  
    -- Add media tag to select on screen size.  
    -- Scroll large code listings  
    -- Change color highlights unread posts  
    -- Fix size of thread content display.  
    Version 0.61:  
    -- Narrow text for printing listing of this file  
    -- Delete "added in" comments about versioning.  Seems obvious to me without.  
    -- More fixing of width of content display size of large window.  
    -- Delete @-moz-document special case adjustment for max-width  
    -- Size adjust for thread content and reply for large screens  
    -- Reduce the amount of duplicate code  
    Version 0.62  
    -- avoid userstyles.org/ error messages  
    -- pacify ASC badges for those who want to enable the code 
       [ Note: Some badges are turned off in 0.63 ] 
       https://discussions.apple.com/message/30002950#30002950   
       ------> How to get rid of discussion list Badges Lines 115 to 146 <----  
       Go down find this line of code  
         .j-status-level.expertise-tile { display: none !important; }   
       You need to eliminate the slash / star * before the line of code and  
       the star * slash / after the line of code.  
 
       To get rid of all badges everywhere, uncomment the next three lines of code.  
    Version 0.63 
    -- Decided on a minimalist philosophy to focus on reading the posts. 
    -- Don't display badges on list of discussion posts 
    -- Footers should be short not take up a half a page. 
         Uncomment the three lines of code to accomplish this after the 
         "Rambling footer stuff will strink". Note some bombblast 
         will remain, see adjustment at the end of the sheet. 
           #globaldisclaimer.sosumi {display: none !important; }      
           #j-footer #breadcrumbs {display: none !important; } 
           p.gf-buy {display: none !important; } 
    -- Show points on the profile popup! 
    Version 0.64
    -- Align left with right side header info
    -- Delete excessive white space in header
    -- Delete redundant wording in header
    -- Change two vertical nav bars to horizontal
    -- Purge footer bombblast
    -- Support Spanish and Portuguese forums
    -- Support decorator option on the url
*/  
    /* 
      Spanish 
        https://communities.apple.com/es/docs/DOC-1004 
      Português
        https://communities.apple.com/pt/welcome
    */    
@-moz-document  
    domain(discussions.apple.com), 
    domain(communities.apple.com), 
    domain(discussionsjapan.apple.com),  
    domain(discussionskorea.apple.com)  
{  
    /* Common css for small and large windows */  
 
    /* Scroll code listings.  set max-height of syntax highlighted code in thread  
       content browser   v0.6 */  
    .jive-rendered-content .dp-highlighter {  
       max-height: 500px !important;  
       overflow: auto !important;  
    }                                                                                
    /* Scroll code listings. set max-heiht of pre code (visible when javascript is disabled)  
    v0.6 */  
    .jive-rendered-content pre {  
       max-height: 500px !important;  
       overflow: auto !important;  
    }     
                                                                           
    /* highlights in dark blue unread posts when logged in.  v0.6  
 
    All your posts  
    https://discussions.apple.com/content?filterID=participated~objecttype~objecttype[thread]    
 
    Discussions you authored  
    https://discussions.apple.com/content?filterID=contentstatus[published]~objecttype~objecttype[thread]    
 
    To see the discussions you have read and not read in a community  
    The suffix to use for any ASC forum, placed after the basic link to any forum, it's  
    /content?filterID=contentstatus[published]~objecttype~objecttype[thread]  
 
    for iPhone community this would be:  
    https://discussions.apple.com/community/iphone/using_iphone/content?filterID=contentstatus[published]~objecttype~objecttype[thread]    
 
 
 
    */  
    .j-td-title strong {color:#191970 !important; font-weight: normal !important;}  
 
            
        /* added or changed in 0.63 'til 0.64 insertion point */ 
      
    /* Avoid double scrolling in posts which happened here:  
       https://discussions.apple.com/docs/DOC-9254   
       #globalfooter and #globaldisclaimer elements which originally define the width  
       to fixed value as 980px   0.62  
    */  
 
    #globalfooter, #globaldisclaimer { width: 80% !important; }  
 
    /* Get more vertical space.  This line gets rid of the global Apple navigation bar at the top.  
       The black bar with Apple-Logo Mac iPad iPhone Watcsh Tv Music Support  
    */  
    #global-nav-wrapper {display: none !important; }  
 
        /* Pacify badges  
           These four lines, when uncommented, eliminate the display of badges. Some or all of the 
           lines are commend out.  Each comment starts all the way to the left.  
    */  
 
    /* -------------------------------------------------------------------------------  
        THREAD CONTENT BROWSER  
        status level expertise badge  
        To avoid formatting problems of badges overlapping next post, enable this line.  
    */  
         .j-status-level.expertise-tile { display: none !important; }    
 
    /* ---------------------------------------------------------------------------------  
       THREAD LIST BROWSER   
       leader board  
    */  
         .jive-widget-leaderboardwidget {display: none !important; }   
 
      /* ---------------------------------------------------------------------------------  
          PROFILE   
          profile status container for specialties and awards  
      */  
/*    .profile-status-container { display: none !important; } */  
 
    /* profile modal note status row for specialties and awardds */  
/*    .status-row { display: none !important; } */  
 
        /* Rambling footer stuff will sink */        
        /* no more legalistic bomblast */ 
        #globaldisclaimer.sosumi {display: none !important; }     
        /* Not a complete path to here, so why be mislead */ 
        #j-footer #breadcrumbs {display: none !important; }     
        /* Guess by now folks know how to buy an apple product */ 
        p.gf-buy {display: none !important; }    
        
        /* Reveal points in popup when you click on an ASC id or aviator. 
           thanks to turingtest2. 
             https://discussions.apple.com/message/30179703#30179703 */ 
        .level-points > span {display: inherit !important;}     /* Display point information */ 
    
        /* 0.64 insertion point */ 
       
    /* Use less space on the top of the page. We see this every day.  I don't use any
       of the links here anyway.  Ok, to make them smaller.
       The goal is not to have to do a "manditory" page down to get to posts. 0.64 */
   
    /* Move up the "New  My Subscriptions ..."  nav bar.  Looks  better aligned with
       "Apple Support Communities" */
    #j-globalNav { margin-top: -12px !important;}
    /* need less height for "Apple Support Communities   New My Subscriptions ... "
       after moving up the nav bar*/
    #j-globalNav-bg {
        height: 20px !important;
        border-bottom: none !important;
    }
    /* Less space below avator ... */
    #j-header-wrap { margin-bottom: 0px !important;}
    /* move up "Apple Support Communities  /  Content"
       When windows size is contracted, these words will
       overlay words to the left. "... | logout"
       First nav bar doesn't overlay "Apple Support Community". ,,,*/
    #jive-breadcrumb {
        margin-top: -10px !important;
        margin-bottom: 0px !important;
        right: 40px !important;  
    }
   
   
    /* Less space above "All Content User Tips Discussions" nav bar */
    .j-layout { margin-top: 10px !important;}
   
    /* Purge the words "Find helpful content and discussions." Redundant.
       Why are we here? Pro users will know. */
    #apple-full-subheader {display: none !important;}
         
    /* Adjust the h2 header to take up less room on the page. 
       Let's focus on the posts. */
    h1, h2 {
      font-size: 24px !important;;
      line-height: 28px !important;;
    }
    .j-page-header {
      margin-top: 0px !important;
      margin-bottom: 0px !important;
    }
   
    
    /* Combine duplicate code here.  v 0.61 */  
 
    /* ---------------------------------------------------------------------------------  
        BODY  
    */  
    body.j-body-welome,             /* Welcome */  
    body.j-body-place,              /* Community */  
    body.j-body-yourwork,           /* Content */  
    body.j-body-home,               /* Activity */  
    body.j-body-yourconnections,    /* People */  
    body.j-body-preferences,        /* Preferences */  
    body.jive-body-content,         /* Thread */  
    body.jive-body-search,          /* Search */  
    body.jive-view-profile          /* Profile */  
    {                                                                       /* v0.43 */  
        background: white !important;   /* Effectively overrides most of the body color.  
                                          These are more specific.  */  
    }  
 
 
    /* ---------------------------------------------------------------------------------  
        TEXT  
    */  
    /* line spacing */  
    .jive-content { line-height: 1.25 !important; }  
 
 
    /* ---------------------------------------------------------------------------------  
        ASC HEADER AREA  
    */  
    #j-header,  
    #j-compact-header,  
    #j-footer { width: 100% !important; }  
 
    /* navigation header (Apple Support Communities ...) */  
    #j-header-wrap {  
        padding: 0px 40px !important;  
        margin: 0px 0px 15px !important;  
    }  
    #j-globalNav-bg {  
        padding: 0pX !important;  
        margin: 0px !important;  
    }  
    #j-satNav { overflow: visible !important; }  
   
 
 
    /* ---------------------------------------------------------------------------------  
        THREAD LIST BROWSER - list of discussions in a Community  
    */  
 
    /* show author name in 'Latest activity' column in detailed list view of threads */  
    td.j-td-date > span { display : inherit !important; }  
 
    /* main section */  
    #j-main { padding: 0px !important; }  
 
    /* table cell title */  
    .jive-table td.jive-table-cell-title { padding: 5px !important; }  
       
    /* thread list view column widths */                                        /* v0.43 */  
    .j-browse-details .j-td-title { max-width: none !important; }  
    .j-browse-details .j-td-date {  
        width: auto !important;  
        max-width: 20% !important;  
    }  
    /* threads list view table tr td  */  
    .j-browse-details-tbody tr td { padding: 5px !important; }  
 
    /* communities list view table tr td */  
    .jive-communities-listing table tr td { padding: 5px !important; }  
 
    /* thumbnails view width */  
    .j-browse-content .j-thumb-view,  
    .j-browse-places .j-browse-thumbnails,  
    .j-browse-people .j-browse-thumbnails { width: 100% !important; }  
 
    /* thumbnail view list item margin */                                        /* v0.43 */  
    .j-browse-content .j-thumb-view > li,  
    .j-browse-places .j-browse-thumbnails > li { margin-right: 20px !important; }  
 
    /* social actions row */  
    .apple-social-actions-wrapper { margin-right: 0px !important; }  
    .j-thread .j-social-actions { margin-right: 40px !important; }  
 
    /* apple header, subheader row ("Find helpful contents..." etc )    fixed in v0.43 */  
    #apple-full-subheader,  
    #apple-activity-subheader {  
        padding: 0px 40px 15px !important;  
        margin-bottom: 15px !important;  
    }  
    #apple-full-header h2,  
    #apple-activity-header h2 { padding: 0px 40px !important; }  
 
    /* page header */  
    .j-body-place #jive-body > header.j-page-header {  
        margin-left: 40px !important;  
        margin-right: 40px !important;  
        width: auto !important;  
    }  
 
    /* browser filter row */  
    #j-browse-filters { margin-bottom: 5px !important; }  
 
    /* browser controls row */  
    .j-type-row { margin-bottom: 0px !important; }  
 
    /* browser controls content types (All Contents|User Tips|Discussions) width */  
    #js-browse-controls .j-type-row .j-content-types { width: 90% !important; }  
 
    /* browser controls view toggle (Thumbnails|Details) width */  
    #js-browse-controls #j-item-view-toggle {  
        width: 10% !important;  
        display: table !important;  
    }  
 
    /* content filter row (All|Open|Answered|Threads) */  
    .j-content-filter {  
        background: white !important;  
        margin-bottom: 10px !important;  
    }   
 
    /* container canvas */  
    .j-contained {  
        margin-left: 40px !important;  
        margin-right: 40px !important;  
    }  
 
    /* category filter bar */  
    .jive-content-filter {  
        left: 0px !important;  
        width: 80% !important;  
    }  
    .touchcarousel-wrapper { width: 100% !important; }  
    .touchcarousel .tc-paging-container { width: 90% !important; }                /* v0.41 */  
 
    /* more search results available */  
    #j-more-search-results-available { padding: 10px !important; }  
 
    /* misc */  
    .jive-widget { margin-bottom: 10px !important; }  
    .j-column { margin-bottom: 10px !important; }  
 
 
    /* ---------------------------------------------------------------------------------  
        THREAD CONTENT BROWSER - Displays the contents of the posts.  
    */  
    /* thread header */  
    .apple-thread-header {  
        width: auto !important;  /* v0.6 no more*/  
        margin-bottom: 10px !important;  
        margin-left: 40px !important;  
    }  
 
    /* thread original post */  
    .j-thread .jive-content { margin: 0px 40px 0px 140px !important; }  
 
    /* thread replies ul */  
    ul.jive-discussion-replies.jive-discussion-indent-0 { margin: 0px !important; }  
 
    /* thread reply li */  
    .jive-discussion-replies li.reply { margin-top: 15px !important; }  
 
    /* thread view indent */  
    .jive-discussion-indent-1 li.reply { padding-left: 15px !important; }  
 
    /* thread info */  
    .jive-thread-info {  
        padding: 10px 40px !important;  
        margin: 0px !important;  
    }  
 
    /* thread answer rollup */  
    .j-answer-rollup { margin: 30px 0px !important; }  
 
    /* thread post header (poster, date, response to) */  
    .j-thread-post > header {  
        padding: 10px 20px 0px 20px !important;  
        margin-bottom: 12px !important;  
    }  
 
    /* thread post section (message body) */  
    .j-thread-post section {  
        padding: 0px 20px !important;  
        margin-bottom: 6px !important;  
    }  
 
    /* thread post footer (Like|Reply etc) */  
    .j-thread-post footer { padding: 0px 15px !important; }  
    .j-thread-post footer > ul { padding: 2px !important; }  
    .j-thread-post footer > .acclaim-container { margin: 5px 0px !important; }  
 
    /* thread rendered content. The text in the orginal post and replies.  */  
    .jive-rendered-content {  
        padding-bottom: 4px !important;  
    }  
 
    /* thread rendered content quote & pre */  
    .jive-rendered-content .jive-quote,  
    .jive-rendered-content .jive-pre {  
        margin: 5px 15px !important;  
    }  
 
    /* thread reply footer (Return to Community|Go to original post) */  
    #jive-thread-reply-footer {    margin-top: 10px !important; }  
 
    /* more like this links, incoming links */  
    #apple-related-threads { margin: 0px 40px !important; }  
    #apple-related-threads .j-box { margin-bottom: 0px !important; }  
    .j-icon-list li { padding: 3px 0px 3px 22px !important; }  
 
 
    /* ---------------------------------------------------------------------------------  
        INLINE EDITOR  
    */  
    /* editor */  
    .jive-discussion-replies li.addReply { margin: 50px 40px 0px !important; }  
 
 
    /* ---------------------------------------------------------------------------------  
        ADVANCED EDITOR  
    */  
    /* content area */  
    .j-thread .jive-content.jive-create-thread,  
    .jive-body-formpage-document .jive-content.doc-page {  
        margin: 0px 40px !important;  
        padding: 0px !important;  
    }  
 
    /* header */  
    .j-thread .jive-content.jive-create-thread h2,  
    .jive-body-formpage-document .jive-content.doc-page h2 { padding: 0px !important; }  
 
    /* editor panel */  
    .j-thread .jive-content.jive-create-thread #jive-compose-title,  
    .j-thread .jive-content.jive-create-thread .jive-editor-panel.jive-large-editor-panel,  
    .jive-body-formpage-document .jive-content.doc-page #jive-compose-title,  
    .jive-body-formpage-document .jive-content.doc-page .jive-editor-panel.jive-large-editor-panel { margin: 0px !important; }  
 
    /* line height in editor */  
    body.tiny_mce_content { line-height: inherit !important; }  
 
    /* replying to */  
    .jive-body-formpage-comment .jive-thread-message { margin: 0px !important; }   
 
    /* buttons (Reply|Cancel) */  
    .j-publishbar,  
    .jive-body-formpage .jive-composebuttons { margin: 20px 40px 0px !important; }  
 
 
    /* ---------------------------------------------------------------------------------  
        SEARCH RESULTS  
    */  
    /* search result entry */  
    .j-search-results-main-container .j-search-result  
        { padding: 10px !important; }    /* v0.43 */  
 
 
    /* ---------------------------------------------------------------------------------  
        DOC (USER TIP)  
    */                                                                            /* v0.43 */  
    /* user tip canvas */  
    .jive-body-content.j-doc .j-column-wrap-l { margin: 0px 40px !important; }  
 
 
    /* ---------------------------------------------------------------------------------  
        PROFILE  
    */                                                                            /* v0.43 */  
    /* header & navigation bar (Bio|Activity|Content|Communities) */  
    .j-view-profile .j-page-header { padding: 10px 40px !important; }  
    .j-bigtab-nav { margin: 10px 40px !important; }  
 
    /* Bio */  
    .j-layout-l .j-column-wrap-l { width: 100% !important; }  
 
    /* Communities (places) sidebar ui blue marker adjustment  
        (according to the sidebar width changed to 166px from 180px for selector:  
        .j-layout-sl.j-browse-places .j-column-s in PLACES section)  */  
    .j-view-profile .j-second-nav ul > li.active  { width: 156px !important; }  
 
 
 
 
  /* Wide screen browser  
     ===================  
 
    This rule set will be fine for normal to wide window whose width is ca. 1265px or greater.  
    However, it will not be beneficial to very narrow window of 700-900px in width.  
  */  
 
  @media all and (min-width: 1265px)
  {                                               /* v0.6 */  
    /* ---------------------------------------------------------------------------------  
        BODY  
    */  
 
    body {  
        background: white;  
        min-width: 0px !important;  
    }  
    #body-apple {  
        width: 100% !important;  
        min-width: 0px !important;  
    }  
 
 
    /* ---------------------------------------------------------------------------------  
        ASC TOP PAGE  
    */  
    #jive-widgetframe-body_5780758 > .content-large,    /* discussions.apple.com */  
    #jive-widgetframe-body_188974  > .content-large,    /* discussionsjapan.apple.com */   
                                                        /* v0.42 */  
    #jive-widgetframe-body_20835   > .content-large        /* discussionskorea.apple.com */   
                                                        /* v0.42 */  
    {                                                    /* added parent id in v0.41 */  
        text-align: center !important;  
        overflow-x: auto !important;  
        overflow-y: hidden !important;  
    }  
    .apple-communities {  
        display: inline-block !important;  
        width: 1120px !important;  
        text-align: left !important;  
    }  
 
 
    /* ---------------------------------------------------------------------------------  
        THREAD LIST BROWSER - list of discussions in a Community  
    */  
 
 
    /* ------------------  
        When uncommented, hide Like and Bookmark columns in thread list view.  
    */                                                                /* v0.43 (optional) */  
    /* ~~~~~~~~~~~~~~~~~~~~ (currently commented out) ~~~>  
    .j-browse-details .j-td-likes,  
    .j-browse-details .j-td-bookmarks { display: none !important; }  
    .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th,  
    .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th + th  
        { display: none !important; }  
    .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th + th + th  
        { display: table-cell !important; }  
    <~~~~~~~~~~~~~~~~~~~~  */  
 
 
    /* ------------------  
        Treatment for narrow window  
        Method 1 (minimum optimization)  
 
        Adjust thread list table's shift and margin to maximize its width.  
    */                                                                                /* v0.43 */  
    .j-layout-sl.j-browse-content .j-column-wrap-l { margin-left: -166px !important; }  
    .j-layout-sl.j-browse-content .j-column-l      { margin-left: 166px !important; }  
    .j-layout-sl.j-browse-content .j-column-s      { width: 166px !important; }  
    /* ------------------ */  
 
    /* ------------------  
        Swap left-right positions of thread list table and sidebar ui (filters & actions)  
    */                                                                                /* fixed in v0.43 */  
    /* let thread list table float left */  
    .j-layout-sl.j-browse-content .j-column-wrap-l,  
    .j-layout-sl.j-browse-places .j-column-wrap-l { float: left !important; }  
 
    /* let sidebar ui float right */  
    .j-layout-sl.j-browse-content .j-column-s,  
    .j-layout-sl.j-browse-places .j-column-s { float: right !important; }  
    /* ------------------ */  
 
 
    /* ---------------------------------------------------------------------------------  
        THREAD CONTENT BROWSER - Displays the contents of the posts.  
    */  
 
    /*  
      Put the brakes on infinite expansion of text.  Sets how wide the text display area in a  
      window can get. Eventhou the window maybe large, folks find it easier to read  
      the words when the text area is smaller.  
    */  
    /* Original post.  Includes answering post if present */  
    /* posts in thread */  
    /* Types of replies */  
    #jive-thread-messages-container,  
    /* Advanced reply */  
    #jive-body {  
        max-width: 1100px !important;    /* v0.61 */  
     }  
    
 
    /* ------------------  
        Treatment for narrow window  
        Method 1 (minimum optimization)  
 
        Adjust community list table's shift and margin to maximize its width.  
    */                                                                            /* v0.43 */  
    .j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: -166px !important; }  
    .j-layout-sl.j-browse-places .j-column-l      { margin-left: 166px !important; }  
    .j-layout-sl.j-browse-places .j-column-l      { padding-left: 0px !important; }  
    .j-layout-sl.j-browse-places .j-column-s      { width: 166px !important; }  
    /* ------------------ */  
 
    /* ---------------------------------------------------------------------------------  
        ACTIVITY STREAM  
    */  
    /* activity entry */  
    .j-act-entry { padding: 5px 0px 10px 100px !important; }  
 
    /* activity title */  
    .j-body-home .j-act-title { padding: 5px 0px 5px 24px !important; }  
 
    /* activity body & comment */                                                /* v0.43 */  
    .j-body-home .j-act-init { padding: 5px 0px 10px 100px !important; }  
    .apple-activity-comments-wrapper { margin-left: 0px !important; }  
 
    /* Like list */  
    .j-act-grouped .j-act-g-item { padding: 3px !important; }  
 
    /* -----------------------------------------------------------------------------------  
       PLACES  
    */                                                                            /* v0.43 */  
    /* latest activity column */  
    .j-browse-details .j-td-activity { max-width: 650px !important; }  
 
 
  } /* end of media for wide screen */  
 
 
  /* Narrow screen browser  
     =====================  
  */  
 
  @media all and (max-width: 1265px)
  {                                           /* v0.6 */  
    /* styles for small screens ( narrow browsers window )  
       ========================  
     
       Narrow is basically the same as the above wide screen browser except that this lets  
       the sidebar column (filter column) in list view be pushed down or up in layout flow  
       to make room for the main column (table column) when the window is not wide enough.  
       It is done by setting margin-left and padding-left of main column to 0 and setting  
       max-width of main column, which is currently 1019px.  Consequently, if window width  
       is less than 1265px (= 40 (margin-left) + 1019 (main column) + 166 (sidebar colum)  
       + 40 (margin-right)), sidebar column is pushed down or up according to document  
       tree order. This rule set is intended to be useful for normal to narrow window  
       whose width is in range ca. 700-1400px. It can be used for wider window as well but  
       there's no point to set the max-width of main column in order to move sidebar  
       column when the window is wide enough.  
     
       custom styles for Apple Support Communities board system introduced in 2014-06  
       (v 0.5)  
    */  
         
    /* -----------------------------------------------------------------------------------  
        BODY  
    */  
 
    body {  
        background: white;  
        min-width: 0px !important;  
    }  
 
    #body-apple {  
        width: 100% !important;  
        min-width: 0px !important;  
    }  
 
    /* Text reflow problem with New Activity Content etc.  
       https://discussions.apple.com/thread/7517905    
       Provide work-around.  Maybe Firefox issue.  
    */  
    #apple-site-title { font-size: 14px !important; }  
 
    /* -----------------------------------------------------------------------------------  
        ASC TOP PAGE  
    */  
    #jive-widgetframe-body_5780758 > .content-large,    /* discussions.apple.com */  
    #jive-widgetframe-body_188974  > .content-large,    /* discussionsjapan.apple.com v0.42 */  
    #jive-widgetframe-body_20835   > .content-large     /* discussionskorea.apple.com v0.42 */  
    {                                                   /* added parent id in v0.41 */  
        text-align: center !important;  
        overflow-x: auto !important;  
        overflow-y: hidden !important;  
    }  
    .apple-communities {  
        display: inline-block !important;  
        width: 1120px !important;  
        text-align: left !important;  
    }  
 
 
    /* -----------------------------------------------------------------------------------  
        THREAD LIST BROWSER  
    */  
 
    /* ------------------  
        Hide Like and Bookmark columns in thread list view.  
    */                                                                            /* v0.43 */  
    /* ------------------ display in small screen        changed 0.6 */  
    .j-browse-details .j-td-likes,  
    .j-browse-details .j-td-bookmarks { display: none !important; }  
    .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th,  
    .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th + th  
        { display: none !important; }  
    .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th + th + th  
        { display: table-cell !important; }  
    /* ------------------ */  
 
 
    /* ------------------  
        Treatment for narrow window  
        Method 1 (minimum optimisation)  
 
        Adjust thread list table's shift and margin to maximize its width.  
    */                                                                            /* v0.43 */  
    /* ------------------ (currently commented out)  
    .j-layout-sl.j-browse-content .j-column-wrap-l { margin-left: -166px !important; }  
    .j-layout-sl.j-browse-content .j-column-l      { margin-left: 166px !important; }  
    .j-layout-sl.j-browse-content .j-column-s      { width: 166px !important; }  
    ------------------ */  
    /* ------------------  
        Treatment for narrow window  
        Method 2 (more beneficial to narrow window but has disadvantage for wide window)  
      
        Let thread list table have full width but not exceed 1019px to make room for sidebar  
        ui (filters & actions).  If window is wide enough (>=1265px), sidebar ui is displayed  
        next to thread list table, otherwise it is displayed below or above it (depending  
        upon its document tree order).  
      
        * sidebar width (constant)    = 166px  
        * thread table max width      = 1019px  
        * canvas margin-left          = 40px  
        * canvas margin-right         = 40px  
        ---------------------------------------  
        * total                       = 1265px  
    */                                                                          /* v0.5 */  
    /* ------------------ (currently active) */  
    .j-layout-sl.j-browse-content .j-column-wrap-l { max-width: 1019px !important; }  
    .j-layout-sl.j-browse-content .j-column-wrap-l { margin-left: 0px !important; }  
    .j-layout-sl.j-browse-content .j-column-l      { margin-left: 0px !important; }  
    .j-layout-sl.j-browse-content .j-column-s      { width: 166px !important; }  
    /* ------------------ */  
 
    /* ------------------  
        Swap left-right positions of thread list table and sidebar ui (filters & actions)  
    */                                                                    /* fixed in v0.43 */  
    /* let thread list table float left */  
    .j-layout-sl.j-browse-content .j-column-wrap-l,  
    .j-layout-sl.j-browse-places .j-column-wrap-l { float: left !important; }  
 
    /* let sidebar ui float right */  
    .j-layout-sl.j-browse-content .j-column-s,  
    .j-layout-sl.j-browse-places .j-column-s { float: right !important; }  
    /* ------------------ */  
 
 
    /* -----------------------------------------------------------------------------------  
        THREAD CONTENT BROWSER - Displays the contents of the posts.  
    */  
 
    /* -----------------------------------------------------------------------------------  
        ACTIVITY STREAM  
    */  
    /* activity entry */  
    .j-act-entry { padding: 5px 0px 10px 100px !important; }  
 
    /* activity title */  
    .j-body-home .j-act-title { padding: 5px 0px 5px 24px !important; }  
 
    /* activity body & comment */                                                /* v0.43 */  
    .j-body-home .j-act-init,  
    .j-view-profile .j-act-init { padding: 5px 0px 10px 100px !important; }  
    .apple-activity-comments-wrapper { margin-left: 0px !important; }  
 
    /* Like list */  
    .j-act-grouped .j-act-g-item { padding: 3px !important; }  
 
 
 
    /* -----------------------------------------------------------------------------------  
        PLACES  
    */                                                                         /* v0.43 */  
    /* latest activity column */  
    .j-browse-details .j-td-activity { max-width: 650px !important; }  
 
 
    /* ------------------  
        Treatment for narrow window  
        Method 1 (minimum optimisation)  
 
        Adjust community list table's shift and margin to maximize its width.  
    */                                                                            /* v0.43 */  
    /* ------------------ (currently commented out)  
    .j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: -166px !important; }  
    .j-layout-sl.j-browse-places .j-column-l      { margin-left: 166px !important; }  
    .j-layout-sl.j-browse-places .j-column-s      { width: 166px !important; }  
    ------------------ */  
    /* ------------------  
        Treatment for narrow window  
        Method 2 (more beneficial to narrow window but has disadvantage for wide window)  
      
        Let community list table have full width but not exceed 1019px to make room for  
        sidebar ui (filters & actions).  If window is wide enough (>=1265px), sidebar ui  
        is displayed next to community list table, otherwise it is displayed below or above  
        it (depending upon its document tree order).  
      
        * sidebar width (constant)    = 166px  
        * community table max width   = 1019px  
        * canvas margin-left          = 40px  
        * canvas margin-right         = 40px  
        ---------------------------------------  
        * total                       = 1265px  
    */                                                                            /* v0.5 */  
    /* ------------------ (currently active) */  
    .j-layout-sl.j-browse-places .j-column-wrap-l { max-width: 1019px !important; }  
    .j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: 0px !important; }  
    .j-layout-sl.j-browse-places .j-column-l      { margin-left: 0px !important; }  
    .j-layout-sl.j-browse-places .j-column-l      { padding-left: 0px !important; }  
    .j-layout-sl.j-browse-places .j-column-s      { width: 166px !important; }      
    /* ------------------ */  
 
       /* Turn verical nav list into a horizontal nav list to save vertical space.
        This nav bar appear above the list of dicussions in the Your Content page. 
        It appears below in the list of discussions page.
        A larger screen has room for vertical navigation, so let along. */

    /* We need to make room for the horizontal nav bar.  A floating right, the area to the left
       is blank anyway. */
    .j-layout-sl.j-browse-content .j-column-s     
        { width: 95% !important; }  /* let more room for horizontal navigation 0.64 */
  
  
    /* make nav bar horizontal amoung other things. */
    div .j-column.j-column-s nav ul li {
      float: left !important;    /* makes the list items horizontal */
      width: 120px !important;  /* width of each link */
      text-align: center !important;
      margin-left: 0 !important;
      padding-left: 0 !important;
    }

    /* let a little space to the left of the navigation bar. */  
        div .j-column.j-column-s nav  {
    margin-left: 0px !important; 
        margin-top: 20px !important;  /* max of margin-bottom of proceeding line and margin-top */
    }
   
   /* after making the navigating link horizontal, the blue overlay box doesn't immediately
      jump to the draft box.  After clicking on any of the other links, the blue box
      parks on the draft box and will not move.  The function must be implemented in javascript which
      cannot be changed from css. Purge it.
      Upper nav bar on your content */
      /* https://discussions.apple.com/people/<apple-id>/content */
   body.jive-view-profile.j-view-profile.j-view-profile-nonself.other .j-second-nav > ul:nth-child(1) > li:last-child,
       body.j-body-yourwork.other li.active:nth-child(7) {display: none !important;}
     
   /* Found another blue overlay box.
      https://discussions.apple.com/people/<ASC_id>/content?manage=true */
      body.jive-view-profile.j-view-profile.j-view-profile-self.other li.active:last-child {display: none !important;}
   
    /* style the link (a tag) inside the li
       Put a box around the links.  Complete box makes for a dark middle Line. So, leave
       off right line but for righ most link. Do the best we can
       ASC box grey-line color #d7d7d7 also seems like grey #eaeaea */
    div .j-column.j-column-s nav li a {
       border: 1px solid #d7d7d7 !important;
       border-left: none !important;  /* avoid double border lines for middle items */
       padding-left: 0 !important;
    }
 
      /* Fill in the first box with a line on the left */
    /* Upper nav bar on your content
       https://discussions.apple.com/content?filterID=following~objecttype~objecttype[thread] */
    body.j-body-yourwork.other li.j-browse-filter-group-item:first-child > a,
    /* https://discussions.apple.com/people/<apple-id>/content?manage=true */
    body.jive-view-profile.j-view-profile.j-view-profile-self other li.active:first-child > a,
    /* https://discussions.apple.com/people/<apple-id>/content */
    div .j-column.j-column-s nav.j-second-nav ul > li:first-child > a,
    /* lower nav bar, see here:
       https://discussions.apple.com/community/ipad/ipad_in_business_and_education
            /content?filterID=contentstatus[published]~objecttype~objecttype[thread] */
    body.j-body-place.other    li.j-browse-filter-group-item:first-child { 
       border-left: 1px solid #d7d7d7 !important;  /* avoid double border lines for middle items */
    }
     
   /* Hover over nav bar item */
   div .j-column.j-column-s nav li a:hover {
     color: #42aaff !important;  /* light blue */
     }
      /* See if we can position "start ad discussion, Write a user tip" bottom
       bar a little better */
    .j-box { 
        margin-top: 40px !important;
        float: right !important;}
     
 
  }  /* end of media for narrow browsers. */  
 
 
} /* @-moz-document */ 
 
/* Leave the login window footer alone. So, turn these fields back on. 
    */ 
    @-moz-document  
    url-prefix(https://discussions.apple.com/people/), 
    url-prefix(https://discussions.apple.com/welcome), 
    url-prefix(https://discussionsjapan.apple.com/people/),   
    url-prefix(https://discussionsjapan.apple.com/welcome/), 
    url-prefix(https://discussionskorea.apple.com/people/), 
    url-prefix(https://discussionskorea.apple.com/welcome/)     
{ 
        /* legalistic bomblast on login window*/ 
        #globaldisclaimer.sosumi {display: inherit !important; }        
        /* path to here */ 
        #j-footer #breadcrumbs {display: inherit !important; } 
        /* apple product info */ 
        p.gf-buy {display: inherit !important; }     
}
    

/*
   Addresses problems with decorator tag mentioned here:
     https://discussions.apple.com/message/30170332#30170332

   looking for a page like:
     https://discussions.apple.com/thread/7522221?decorator=print&displayFullThread=true
*/
@-moz-document
  regexp("https:\/\/discussions\.apple\.com\/thread\/.*\?decorator=print&displayFullThread=true.*")
{ 
      /* Debug to identify which page we found.  Place our ukiyo-e. */ 
      h1 {
          background-color: aqua !important;  
          border: 2px dashed black !important;
         }
     
     #jive-body-full { margin-left: 80px !important; }
    
     /* Avatar runs off the screen to the left.  Level info is to the right instead of below. */
     /* better align avatar */ 
     div.j-post-avatar {
       margin-left: 60px !important;
       text-align: center !important;
       margin-top: 30px !important;
       }
   
     /* ------------------------------------------------------------------------------- 
        THREAD CONTENT BROWSER 
        status level expertise badge 
        To avoid formatting problems of badges overlapping next post, enable this line.
        There is no room for badges, so get rid of them.
     */ 
     .j-status-level.expertise-tile { display: none !important; }
    
     /* the text of the post needs to be moved to the right to avoid the avatar.
        ".j-thread-post.j-rc4" is included in all post.
        ".section.j-original-message" marks the first post. */
     .j-thread-post.j-rc4 { margin-left: 100px !important; }
           
     /* move level icon below avator */
     span.status-image {
       display: block!important;
       text-align: center !important;
       }
      
     
     /* move level number below avatar */
     span.level-points {
       display: block!important;
       text-align: center !important;
       }
     
      
   
    
} /* end of regexp */

Version 0.64

  1. -Left corner with the right header information
  2. -Remove excessive white space in the header
  3. -Remove the redundant wording in the header
  4. -Change two vertical to horizontal nav bars
  5. -Purge footer bombblast
  6. -Spanish and Portuguese support forums
  7. -Support tag decorator

Can you give some details in these?

  1. "header" I think that the black bar at the top of each page in apple.com all - I see it DELETED completely
  2. accomplished by changing the SIZE of the type?
  3. See #1
  4. I'm naïve - 'vertical navigation bar' was where? (example URL would be great - more screenshots would be great!)
  5. Gottit. All parties (I never get that far down on the page in any case)
  6. with the addition of [domain (communities.apple.com)]
  7. What is a 'tag decorator "?

Tags: Using Support Communities

Similar Questions

  • To access the news Eloqua users via API

    Hello.

    2 questions:

    1. we are working on an application that requires the user to connect. Will be used only by people with access to an instance of Eloqua. I wonder if it is possible to allow users to connect with their Eloqua user credentials?

    2. can I I attach an activity to a user account existing Eloqua - e.g. E-mail creation or transfer of data made through the API? If so, where can I find documentation on this?

    Thank you
    Adam

    Hi Adam,.

    In regard to your first question - you can use Eloqua as an authentication source using the name of user and password provided by the user to make a very basic API call (IE. ListEntities).  If retrieve you data from the API, then the user is valid.  If there is an error returned, he will probably be one of two problems: a) the name of user and password supplied were invalid, or b) the name of user and password provided was valid, but the user has turned on Eloqua API permissions.  The error of the Eloqua API will allow you to determine which scenario is. You need to perform some sort of management session in your application to associate a session active Eloqua credentials and of course make sure that all course - is any form accepting Eloqua credentials must be secured by SSL, and any API call you make must be made via an SSL connection.

    Your second question is closely linked to the first - if you are using credentials Eloqua as the sign - it for your application, then these credentials should be used as authentication to Eloqua API calls.  In doing so, you will bind the activities performed by the API so that the user - for example, create/modify emails, creating/editing contacts, etc.

    Hope that helps!  Let me know if you need further clarification.

    Chris

  • My old account cloud with tests and the new school with the account of the company account, but no change with the tests

    I signed with my first personal email account and downloaded the clouds and applications such as photoshop and illustrator and used as tests. I discovered later that I already paid on behalf of the company with my school account, so I signed with my school email address and removed the existing clouds and apps and downloaded on the same computer. However, the creative cloud shows that I always use the trial. I would like to start over with my new account of the school. Help, please...

    Probably do not completely erase you your old information

    Sign out of your OLD account of cloud... Restart your computer... Sign in to your account PAID Cloud

    -If you have more than one email, but of course you use linked to your subscription

    -Connect using http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html

    -https://helpx.adobe.com/creative-cloud/help/sign-in-out-activate-apps.html

    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html

    -https://helpx.adobe.com/x-productkb/policy-pricing/activate-deactivate-products.html

    or

    Sign out of your account... Uninstall... to run vacuuming...

    -http://helpx.adobe.com/creative-cloud/help/install-apps.html (and uninstall)

    -using the vacuuming after uninstalling and before reinstalling is often necessary

    -https://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

    -Restart your computer... Sign in to your account... Reinstall

  • Migrating from Test to the new server - OBIEE

    Hello


    I was "assessment" OBIEE perfect on a test server small for awhile where I did considerable work on the two reports of the writing. development of dashboards, user security configuration and architecture of data needed in the physical layers / business model and presentations in administration of BI.

    My question is, what is the best way to transfer the solution in its current form to another server, without having to make extensive rework?



    Thanks for any advice,


    Robert.

    Lowest level: copy of the catalogue of the RPD and web on the other server, set the NQSConfig.ini and instanceconfig.xml and off you go.

    That's assuming you don't have change web messages, add custom images or files, change the styles or skins, you're still pointing to the same data sources etc. etc.

    You should take a look at one of the brands of earlier descriptions: http://www.rittmanmead.com/2008/04/28/migration-obiee-projects-between-dev-and-prod-environments/

    See you soon,.
    C.

  • Domain change, deleted Local System account user. Need to c:\users\name a link to the new account 'user '.

    Help please!

    My main user account is corrupted somehow.  When I try and sign it immediately disconnects.  It is after some user account problems...

    History:

    I changed my phone from a domain to a Local computer.  This deleted my domain user account, but my files etc. are still in C:\Users\myaccountname.

    I followed the instructions here to Frederik Long:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-security/missing-user-accounts-after-Windows-7-restore/64c93151-dc6d-40FA-a9de-3356336f8f81

    This re-creates the user account, but it won't log in now. When I try and login it debits and then disconnects.

    Specifications of the system.

    -Lenovo T410

    -Version 6.1.7601 SP1 Build 7601 Win7Pro

    -Most up-to-date drivers

    Many would prove defective in Event Viewer... tried to fix a few elements such as Task Scheduler still having the old "Domain\myaccountname" domain as a user account to be used for several tasks, but I am now ideas.

    No point system restore not reported by system restore (unlikely, given that I remember many being created relatively recently), but maybe it's because I'm logged into a user account Admin backup.

    Any suggestions or ideas appreciated.

    Hello

    Thanks for posting your question on the Forum of the Microsoft community.

    Given that your problem is a domain account, governed by different group policies, he needs to have checked whether administrative privileges have completely been provided to the local user. I would recommend so post your query in the TechNet Forums for best expertise on this issue.

    TechNet Forum
    http://social.technet.Microsoft.com/forums/Windows/en-us/home?category=w7itpro

    Hope this information helps

  • BlackBerry Smartphones SUPPORT... for the new BB user

    Hello, I recently bought a BB Curve 8330.  I put 2 internet e-mail accounts in this regard and seemed to have no problem.  This weekend I installed the BB Desktop software and tried to sync the BB and the PC.  I should note here that I have two internet e-mail accounts pointing to MS Outlook on my PC.  I managed to do everything the synchronization to the top, calendar, tasks and contacts between PC and BB.  I could NOT send to synchronize.  Now, I do not get on every 30 minutes an email that reads:

    "This message is used to carry data between your BlackBerry handheld and a home server. Please do not delete, move, or reply to this message - it will be processed by the server. »

    Strange thing is, I get all of them in Outlook on my PC but have only rec'd 1-2 by email on my BB himself.

    Any help will be greatly appreciated.

    Many thanks jmrmb80,

    Who did the trick.  I clicked the button on Bravo, so I hope it worked.

    Happy holidays

  • broadcasting live does not appear, and I think that its connected to the "firefox" bug, please help, new mac user!

    so far, your main problem is flash player, you must include the updates Flash Player with all the updates of firefox, oh and updated player get. It's your bug I 'think '. If it is not part of the territory firefox let me know. However, will not be broadcast live, I asked them, they had little info. including, you update your browser recently - with no answer to this question, so here I am. I don't know if the flashplayer or everything that has nothing to do with live stream or not, BUT quicktime play or help live streaming right? have no idea and the new mac user. GL

    Adobe Systems, Inc. (owner of Adobe Flash) is not related to Mozilla Org in any way. Mozilla has nothing to do with updates to the software they do not create or owned by another company.

    You have a very old version of Flash installed - Shockwave Flash 9.0 r47 - you must upgrade to the latest version available for Mac OSX 10.4.

    http://www.Apple.com/downloads/macosx/internet_utilities/adobeflashplayer.html

  • How to get the value of the global variable to test in the user interface of labview?

    Hello.

    Can someone please share examples and tell me how access the global variable to test using the interface labview user.

    I found some references and obtained from the method.

    I sent the link below

    https://decibel.NI.com/content/docs/doc-5501

  • Lag and slow on the new iMac

    I bought an iMac nine retina 5K on a month and half ago and it's already in trouble with the slowness and delay, mostly online. Video and audio, struggle streamer and freezes often after a minute or two, sites are sometimes slow in general, Facebook stops after I scroll down a little ways, and my mouse a significant loading trolling questions (have tried different mouse - same problem). It happens in Safari and Chrome. I want to emphasize that these problems do not occur on my laptop, so I know that is not the internet connection.

    I have very little on this computer and virtually no programs. No games. The only program that I keep running is CC of Photoshop that I use frequently throughout the day, but not should not be the cause of these problems. All the research I've done so far has not helped.

    OS X El Capitan 10.11.13

    3.2 Ghz Intel Core i5 processor

    8 BG 1867 MHz DDR3 memory

    Graphics AMD Radeon R9 M380 2048 MB

    Who currently use approximately 30% of 1 TB of storage

    Thanks for any help you can offer.

    Hello

    slow Internet can be a real pain, but if there is no problem with your internet provider or wifi, it may then a problem with some of the Mac preferences

    to solve problems, you have listed try below

    to isolate if its related to Safari only > do the following

    Try another web browser Google Chrome =

    to troubleshoot issues with Safari

    1. click on safari-> law of 

    2. turn off your Safari history & data

    3. open Safari preferences

    4 set the homepage of google.com

    5. go to the Privacy tab > delete all data Web site

    6. disable or remove the safari extension

    7. after above is complete

    8. test the new Web sites

    If the problem persists < question relates to your Mac system preferences

    follow these steps

    1. open system preferences

    2. Select Network Preferences (3rd row)

    3. Select wifi

    4. in the upper part of the network preferences, it shows the value of location (automatic)

    5. click on the drop-down list > Select Edition

    6. click on the icon + to create a new location > call it (home)

    7. click on done and apply the lower right of the widow of network preferences

    8 will decrease your wireless Internet for a minute, it will reconnect

    9 test loading of webpages in Safari

    10. If still does not work > back to network preferences >

    11. Select wifi > advanced > lower right corner

    12. under wifi > delete all networks

    13. Select networks in the box > click on - to remove

    14. restart the Mac > reach your wifi

    15 test again > still does not work

    16. Network preferences > wifi > advanced

    17. click on DNS > press on + symbol

    18 type 8.8.8.8 > ok > apply

    19. Quit Safari > reopen and test

    If still does not work > create a new user-> test to the new user

  • ENVY K150 27: INTERNET SPEED NOT EVEN ON THE NEW ENVY 27

    Brand new computer, put in place, updated all the drivers and software.  I run OOKLA speed test and the new system barely reaches 2 MB (connects to 5 MB to last year: for the 6Mo), speed Upload happens a.38 (sized pour.63 and ALWAYS hits it)

    other that to tell me my speeds suck (I live in a very rural area, and that's all there is)

    So I do not waste time anyones, I searched and tried to implement everything including:

    Network card driver update

    Check the HP site for any and all other updates

    Updated all Windows software

    What I have:

    Intel system

    Broadcom card Broadcom 802.11ac BCM4352HMB 2 x 2 WiFi adapt Driver Date 6/2014
    Router Netgear Mod B-90

    I have another laptop wireless and its speeds are 5Mo.63 every time that I test it

    This new system is still showing 2 + d/o et.36 u/l

    I ran this test several times.

    Interesting to me is that the new graph of d/l system HP K150 on OOKLA is always a Roller Coaster vs the laptop gets 5 MB and remains for the entire chart.  I didn't know if this allows to evaluate this issue.

    I can't tell you how much I appreciate those that Pitch and help on these Forums. I did it too.

    Thank you, Jerry

    Hello new @JERRYBSAYS,

    WMM maintains the priority of audio, video and voice, on the other applications that are less time-critical. QoS (Quality of Service) Wi - Fi Multimedia (WMM) ensures that applications that require higher throughput and performance, are inserted in the queues with a higher priority. (For example, video and audio applications receive a higher priority on applications such as FTP or file download.)

    In this way, say, listening to music, you are less likely to hear delays. Watch the video, you're more likely to see more flexible action. That delays the rest of network traffic for less critical nature - such as downloading large files - where a small delay is acceptable.

    WMM has four following queues, decreasing in the order of priority:

    • Voice.The highest priority queue with a minimum delay, making it ideal for applications such as voice over IP (VoIP) and multimedia streaming.
    • Video. The second queue of higher with a low time priority is given to this queue. Video applications are routed to this queue.
    • Best Effort. The queue of medium priority with a medium delay is given to this queue. Most IP applications use this queue.
    • Background. With high throughput low-priority queue. Applications, such as FTP, that are not time-sensitive, but that require high throughput, can use this queue.

    The only withdrawal back I see the disabling is that all will have the same priority for streaming won't be as good that she will also share the bandwidth with other such internet activities that offers day and downloads. You can always reactivate if you notice that it is at the origin of the problems will not hurt you to try out it.

    In the professional and above versions of Windows 7 and Windows 8/8.1, this feature is available for more fine adjustment by using the gpupdate. Unfortunately, it is not available outside these version, or might have settled the amount (%) that is set aside for different queues.

    I hope that I have answered your question to your satisfaction. Thanks for posting on the HP Forums. Have a great day!

  • Why the new upgraded yahoo email system doesn't let me use numbers and chips more?

    Why the new upgraded yahoo email system doesn't let me use numbers and chips more?

    Hello

    You will need to contact Yahoo support for a better response with the new Yahoo Mail.

    You can also post your queries to http://answers.yahoo.com/

  • Cannot restore the backup of the image to the new SSD, said player is not connected

    Windows 7-64 bits, hardware upgrade of the HP DM1Z.

    I have a computer HP DM1Z. "Home Premium" Windows 7 64-bit (again, as in Feb)

    I decided to replace the current hard drive 320 GB WD with an Intel X 25 - M 80 GB SSD drive.
    Initially, I bought Acronis ' True Image ' to do the download of the OS (the computer has not much on since it's new).
    Computer problem closing occurred. A few times my attempts. Acronis has been unable to solve this problem. I cancelled the Acronis.
    Decided to call HP. I did a 'clone' on 4 DVDs via an external DVD burner.
    I swapped hard drives.
    At startup, I've indexed PF9 & got the "Recovery Manager". Keyed "Minimizes Image Recovery" to re - install the operating system. Progress was halted when a pop-up "target drive is not connected". I tried this same routine with "Recovery System", and the end result is the same.
    With "HP support", I keyed PF10 and did a diagnostic test. The new SSD worked. "HP support" indicates problem was probably the Windows 7 software.
    I had checked the Microsoft Web site, and the Intel X 25-M is compatible with Windows 7, 64 bit.
    What gives? Registry software is with the motherboard, I think. Replace large GGB to small GGB SSD hard drives seem to be no problems from what I've read. What solution can there be? What I need to re-purchase the retail of Windows 7 to replace the OEM Windows 7 to make it work? This is not good.
    would appreciate help from anyone in this case. Thank you.

    Hello Terabushi

    To avoid confusion and because this thread is old, please start your own, new thread on YOUR specific problem and your computer. Indicate your current version of IE and the full version of Windows (for example, WinXP SP3;) Windows XP 64 - bit SP2; Vista SP2; Vista 64 - bit SP2; Win7; SP1 Win7; Win7 64-bit. Win7 64-bit SP1) in your first post. Thank you.

    How to start your own, new thread
        http://answers.Microsoft.com/en-us/page/FAQ#faqGettingAnswers5

  • When Microsoft will release product keys for the new xbox live beta dashboard for users? 26 August

    Hello

    I am registered for the new program to update xbox live dashboard beta and I was wondering when microsoft will likely make the product keys available for this update will take place. I waited more than 24 hours now and I find it unacceptable to keep the people waiting for such a highly anticipated update.

    did anyone know when these product keys are likely to become available because I'm starting to lose my patience now.

    syhawkes

    I would check the updates on the site of Major Nelson

    http://Majornelson.com/2012/08/21/open-call-more-testers-welcome-for-2012-Xbox-Live-update-public-beta/

    When I made the beta for the dashboard they usually come out in waves. You just need patience because there is no time to get it.

  • User for the ASC English site stylesheet

    I adjusted the style sheet user CSA for the English site of the CSA as well as Japanese, Korean, Spanish and Portuguese sites.   This is done for you English readers of the forum will have an easier time working with the new look of the forums. I put this beta software.

    Use at your own risk.

    You comments are welcome.

    The journal implements for the new forums what you get with preliminary setting the css.  In addition, it:

    -The pits floating banner when scrolling past the first question on the answer

    -Sets the font on the web page respond so to make the text more readable.  Adopts the colors, fonts, and the dimensions of implementation prerequisite forum.

    -Changes the response messages in a thread.

    -Try to put the text of message to stand out.  Help, but... I wish it was better.

    Check it out.

    http://pastebin.com/wgxQCigX

    This user tip explains how to call the css.  I tested in Firefox on OS X 10.10.6 46.0.1.

    Adjust the format and presentation of the ASC Web Pages

    Remember the user of the version of the css pastebin. The trick is for the instructions only.

    Inspired by the first idea on ditching the banner I added rules to the minimal ASC CSS settings that will force the display of the answers without all clicking them and scrolling.

    TT2

  • How can I stop getting notification of update as a beta-test user of Firefox. I won't be on this list.

    I get notifications of a new version of Firefox. I think I've been on the list of users to beta test and I won't be on this list. I'm not active enough to be of any use to you, dear friends. Thanks for a great product.

    You have probably installed which was one of the beta versions of a version in time and then on the beta channel.

    An easy way to return to the output channel is to install Firefox 34 of https://www.mozilla.org/firefox/all/

    35.0 Firefox is on channel beta because there have been six versions so far with nine being the average.

Maybe you are looking for

  • You can create project imovie 10.1 using other already completed projects

    I've done several projects (film/video), and now I want to put some of them together as a single large video. Is it possible to just pull together projects (movies/videos) in a new project? Thank you

  • Tune-up for a Windows Xp computer app

    Original title: disorders puter dose anyone know a good (free) tune-up approx. pg i' really my computer messed up ev... Thank you

  • Quick Launch keys

    OK, so there are 5 little handy buttons on the left edge of my laptop keyboard. There is one for e-mail, a media player, a Web browser, printing and caculator. They are all together for a default program. The e-mail button launches Windows Mail, and

  • Audio Cup after upgrading to Windows 7 64 bit

    I recently updated a workstation reasonably powerful BOXX made from Windows XP to Windows 7 64 bit.  The only thing that does not seem to have gone well refers to audio.  Any application I play audio, it cuts out / falls for about one second every 3

  • can not remove read-only from folder

    I am trying to remove the blue check mark next to "Read-only. (valid only for files in folders) The reason is that we use autocad and when we try our file of configuration of installation for it is not because it records in this file C:\users\xxxx\lo