It shows that you are unregistered. Please register with us by clicking Here
![]() |
|
![]() |
![]() | Register - FAQ - Today's Posts - New Posts - Support - Search | ![]() |
|
|
#1 (permalink) |
|
Senior Member
|
There is a javascript for IF to remove birthdays/forthcoming events sections at the bottom of the forum when there are none, and when there are some it reapears, the code is:
Code:
<script type='text/javascript'>
<!--
// remove birthdays/forthcoming events when there are none
// code by ticlo/Stefan
e = document.getElementsByTagName('TD')
for (n = 0; n < e.length; n++) {
if (e[n].className == 'pformstrip' && (e[n].innerHTML.match(/^Forthcoming Calendar Events within the next [0-9]+ days$/) || e[n].innerHTML.match(/^Today's Birthdays$/))){
for (pt = e[n].parentNode; pt.nodeName != 'TABLE'; pt = pt.parentNode);
nr = pt.rows[e[n].parentNode.rowIndex + 1]
if (nr.cells[1].getElementsByTagName('A').length == 0){
e[n].parentNode.style.display = 'none'
nr.style.display = 'none'
}}}
// -->
</script>
__________________
EnglishVersionIncluded.com - Private & Protected Blog*1337* EnglishVersionIncluded Forums - Private Forums *NOW OPEN* EVI Subsites - The English Version Included Subsite Hub *Under Construction* The EVI Journal Depot - Check Out The EVI Journals *Under Construction* The EVI Test Site - Here are EVI's test designs *Always Something New* |
|
|
|
|
|
|
#2 (permalink) |
|
Senior Member
|
i found a menu option to do this for me .. thank you
--question answered--
__________________
EnglishVersionIncluded.com - Private & Protected Blog*1337* EnglishVersionIncluded Forums - Private Forums *NOW OPEN* EVI Subsites - The English Version Included Subsite Hub *Under Construction* The EVI Journal Depot - Check Out The EVI Journals *Under Construction* The EVI Test Site - Here are EVI's test designs *Always Something New* |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ASP Session Issue | alejandro | ASP | 0 | 07-02-2006 08:19 AM |
| The Twin Towers issue with Microsoft | Islyan | All Things General | 11 | 05-16-2006 02:16 AM |
| Another Issue | EnglishVersionIncluded | Forum Management | 5 | 03-12-2006 02:11 PM |