• Page 1 of 1
  • 1
uCoz Community » uCoz Modules » Forum » how to remove birthdays? (birthdays)
how to remove birthdays?
Korijs
Posts: 267
Reputation: 5

Message # 1 | 4:41 PM
Hello.

I wanted to know - CAN I and HOW I Could remove birthday table at the forum bottom?

ty
Sunny
Posts: 9296
Reputation: 456

Message # 2 | 12:51 PM
Korijs, you will need a custom script for this purpose. I can only provide the script that will hide the whole block with the additional information.
I'm not active on the forum anymore. Please contact other forum staff.
Korijs
Posts: 267
Reputation: 5

Message # 3 | 3:44 PM
ok, it's also usefulto hide that block, so can u give me that script, please? smile
Sunny
Posts: 9296
Reputation: 456

Message # 4 | 4:02 PM
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.
Korijs
Posts: 267
Reputation: 5

Message # 5 | 7:50 PM
ty about a code smile

unfortunately it doesn't work in my webpage
.. but maybe someone could check and give reply for this?
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 6 | 8:28 AM
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? smile 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.
Clyde
Posts: 242
Reputation: 0

Message # 7 | 4:51 PM
CSS
Code
.birthdaysBlock {display:none}


This removes it @ our site ... However we like having the birthday feature there wink

Ucoz Website Since 2009
uCoz Community » uCoz Modules » Forum » how to remove birthdays? (birthdays)
  • Page 1 of 1
  • 1
Search: