|
uCoz Community uCoz Modules Forum how to remove birthdays? (birthdays) |
how to remove birthdays? |
Control Panel -> Design customization -> CSS:
Code .funcBlock { display: none; } And then Control Panel -> Design customization -> General appearance of forum pages: 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.
|
Hi Korijs,
Could you provide your site URL. Looking at the script it should work on all uCoz websites, it's standard CSS, with a touch of jQuery. You've made sure jQuery is enabled on your site? Also keep in mind the script will need to be posted in the <body> section. Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
| |||
| |||