• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Hide additional information forum? (how can i?)
Hide additional information forum?
IAM
Posts: 27
Reputation: 0

Message # 1 | 2:31 AM
is there any way (native or non-native) to remove 'Additional Information' on forum page
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 2 | 2:40 AM
Add this to your CSS:
Code
#additional{display:none !important;}
Sunny
Posts: 9296
Reputation: 456

Message # 3 | 3:31 PM
IAM, go to Control Panel → Design Customization → Style Sheet (CSS), and add the following line into any place:

Code
.funcBlock {
   display: none;
}


Then go to Control Panel → Design customization → Forum → General appearance of forum pages, and add the following code after $BODY$:

Code
<?if($PAGE_ID$='main')?>    
    <script type="text/javascript">    
    $(document).ready(function(){    
    /*Start DocumentReady*/    
    $("table.gTable td.gTableTop:contains('Additional')").parents('table.gTable').remove();    
    /*End DocumentReady*/    
    });    
    </script>    
    <?endif?>

I'm not active on the forum anymore. Please contact other forum staff.
Owaish
Posts: 24
Reputation: 0

Message # 4 | 10:16 AM
None of the code is working
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 5 | 1:55 PM
Owaish, are you sure? Could you please provide a site URL and I'll take a look at the code? smile
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
uCoz Community » For Webmasters » Design Customization » Hide additional information forum? (how can i?)
  • Page 1 of 1
  • 1
Search: