|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Hide additional information forum? (how can i?) |
Hide additional information forum? |
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.
|
| |||
| |||