ich möchte auf unserer Homepage (warpathofdeath.wa.ohost.de/) unter dem Header eine weitere Ticker-Leiste einfügen (Habe mit Photoshop etwas zurecht gemacht, wie ich es mir vorstelle: img164.imageshack.us/img164/2434/testlk0.jpg).
Ich benutze dieses Ticker-Modul: externer Link ...
Nun meine Fragen:
1. Ich möchte, dass es zwei unterschiedliche Ticker-Leisten, d.h., dass ich im Admin-Bereich 2 Modul-Icons für jeweils Ticker 1 und Ticker 2 habe. Kann mir hier jemand helfen, dass ide Ticker als 2 unterschiedliche Objekte behandelt werden ?
2. Wo muss ich in der "index.htm" welchen Code für Ticker 2 einfügen ?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 | <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < html > < head > < title >German Combat Elite</ title > < meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" /> < title >{TITLE}</ title > < link rel = "stylesheet" type = "text/css" href = "include/designs/loa_01/style.css" > < script type = "text/JavaScript" > <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </ script > </ head > < body bgcolor = "#000000" topmargin = "0" bottommargin = "0" onload = "MM_preloadImages('bilder/loa_01_vmenu_v_01.jpg','bilder/loa_01_vmenu_v_02.jpg','bilder/loa_01_vmenu_v_03.jpg','bilder/loa_01_vmenu_v_04.jpg','bilder/loa_01_vmenu_v_05.jpg','bilder/loa_01_vmenu_v_06.jpg','bilder/loa_01_vmenu_v_07.jpg')" > < div align = "center" > < table width = "1000" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "1000" height = "10" align = "left" valign = "top" > < img src = "include/designs/loa_01/bilder/loa_01_01.jpg" width = "1000" height = "10" alt = "" ></ td > </ tr > < tr > < td width = "1000" height = "25" align = "center" valign = "top" background = "include/designs/loa_01/bilder/loa_01_02.jpg" >< span class = "title" >{TITLE}</ span ></ td > </ tr > </ table > < table width = "1000" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "28" height = "151" align = "left" valign = "top" >< img src = "include/designs/loa_01/bilder/loa_01_03.jpg" width = "28" height = "151" alt = "" /></ td > < td width = "781" height = "151" align = "left" valign = "top" > < img src = "include/designs/loa_01/bilder/loa_01_04.jpg" width = "781" height = "151" alt = "" ></ td > < td width = "163" height = "151" align = "center" valign = "bottom" background = "include/designs/loa_01/bilder/loa_01_05.jpg" >{_boxes_login}</ td > < td width = "28" height = "151" align = "left" valign = "top" > < img src = "include/designs/loa_01/bilder/loa_01_06.jpg" width = "28" height = "151" alt = "" ></ td > </ tr > </ table > < table width = "1000" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td align = "left" valign = "top" > < img src = "include/designs/loa_01/bilder/loa_01_08.jpg" width = "1000" height = "3" alt = "" ></ td > </ tr > < tr > < td width = "1000" height = "27" align = "center" valign = "top" background = "include/designs/loa_01/bilder/loa_01_09.jpg" >< table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td > </ td > < td width = "102" height = "27" >< a href = "?news" onmouseout = "MM_swapImgRestore()" onmouseover = "MM_swapImage('Image09','','include/designs/loa_01/bilder/loa_01_vmenu_v_01.jpg',1)" >< img src = "include/designs/loa_01/bilder/loa_01_vmenu_01.jpg" alt = "News" name = "Image09" width = "102" height = "27" border = "0" id = "Image09" /></ a ></ td > < td width = "102" height = "27" >< a href = "?forum" onmouseout = "MM_swapImgRestore()" onmouseover = "MM_swapImage('Image10','','include/designs/loa_01/bilder/loa_01_vmenu_v_02.jpg',1)" >< img src = "include/designs/loa_01/bilder/loa_01_vmenu_02.jpg" alt = "Forum" name = "Image10" width = "102" height = "27" border = "0" id = "Image10" /></ a ></ td > < td width = "102" height = "27" >< a href = "?teams" onmouseout = "MM_swapImgRestore()" onmouseover = "MM_swapImage('Image11','','include/designs/loa_01/bilder/loa_01_vmenu_v_03.jpg',1)" >< img src = "include/designs/loa_01/bilder/loa_01_vmenu_03.jpg" alt = "Teams" name = "Image11" width = "102" height = "27" border = "0" id = "Image11" /></ a ></ td > < td width = "102" height = "27" >< a href = "?gbook" onmouseout = "MM_swapImgRestore()" onmouseover = "MM_swapImage('Image12','','include/designs/loa_01/bilder/loa_01_vmenu_v_04.jpg',1)" >< img src = "include/designs/loa_01/bilder/loa_01_vmenu_04.jpg" alt = "Gbook" name = "Image12" width = "102" height = "27" border = "0" id = "Image12" /></ a ></ td > < td width = "102" height = "27" >< a href = "?gallery" onmouseout = "MM_swapImgRestore()" onmouseover = "MM_swapImage('Image13','','include/designs/loa_01/bilder/loa_01_vmenu_v_05.jpg',1)" >< img src = "include/designs/loa_01/bilder/loa_01_vmenu_05.jpg" alt = "Gallery" name = "Image13" width = "102" height = "27" border = "0" id = "Image13" /></ a ></ td > < td width = "102" height = "27" >< a href = "?joinus" onmouseout = "MM_swapImgRestore()" onmouseover = "MM_swapImage('Image14','','include/designs/loa_01/bilder/loa_01_vmenu_v_06.jpg',1)" >< img src = "include/designs/loa_01/bilder/loa_01_vmenu_06.jpg" alt = "Join us" name = "Image14" width = "102" height = "27" border = "0" id = "Image14" /></ a ></ td > < td width = "102" height = "27" >< a href = "?fightus" onmouseout = "MM_swapImgRestore()" onmouseover = "MM_swapImage('Image15','','include/designs/loa_01/bilder/loa_01_vmenu_v_07.jpg',1)" >< img src = "include/designs/loa_01/bilder/loa_01_vmenu_07.jpg" alt = "Fight us" name = "Image15" width = "102" height = "27" border = "0" id = "Image15" /></ a ></ td > < td > </ td > </ tr > </ table ></ td > </ tr > < tr > < td align = "left" valign = "top" > < img src = "include/designs/loa_01/bilder/loa_01_10.jpg" width = "1000" height = "38" alt = "" ></ td > </ tr > </ table > < table width = "1000" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "195" align = "left" valign = "top" background = "include/designs/loa_01/bilder/loa_01_11.jpg" > {_list_menunr1@ < table width = "100%" height = "40" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "25" ></ td > < td width = "165" height = "40" align = "center" background = "include/designs/loa_01/bilder/loa_01_box_01.jpg" >< span class = "btitle" >%1</ span ></ td > < td width = "5" ></ td > </ tr > </ table > < table width = "100%" border = "0" align = "center" cellpadding = "0" cellspacing = "0" > < tr > < td width = "26" ></ td > < td width = "164" >%2</ td > < td width = "5" ></ td > </ tr > </ table > }</ td > < td align = "left" valign = "top" background = "include/designs/loa_01/bilder/loa_01_18.jpg" > < table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "205" align = "center" valign = "middle" background = "include/designs/loa_01/bilder/loa_01_12.jpg" >< table width = "90%" height = "81" border = "0" cellpadding = "0" cellspacing = "0" > < tr > < td align = "left" valign = "middle" >< span class = "bcontent" >{_boxes_lastnews}</ span ></ td > </ tr > </ table ></ td > < td width = "200" align = "center" valign = "middle" background = "include/designs/loa_01/bilder/loa_01_13.jpg" >< table width = "90%" height = "81" border = "0" cellpadding = "0" cellspacing = "0" > < tr > < td align = "left" valign = "middle" >< span class = "bcontent" >{_boxes_lastforum}</ span ></ td > </ tr > </ table ></ td > < td width = "205" align = "center" valign = "middle" background = "include/designs/loa_01/bilder/loa_01_14.jpg" >< table width = "90%" height = "81" border = "0" cellpadding = "0" cellspacing = "0" > < tr > < td align = "left" valign = "middle" >< span class = "bcontent" >{_boxes_lastforum2}</ span ></ td > </ tr > </ table ></ td > </ tr > </ table > < table width = "610" height = "10" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td >< img src = "include/designs/loa_01/bilder/loa_01_16.jpg" width = "610" height = "10" /></ td > </ tr > </ table > < table width = "610" height = "43" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "610" height = "43" background = "include/designs/loa_01/bilder/loa_01_17.jpg" >< table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "13%" height = "15" > </ td > < td width = "87%" align = "left" valign = "bottom" >< span class = "title" >{HMENU}</ span ></ td > </ tr > </ table > </ td > </ tr > </ table > < table width = "97%" border = "0" align = "center" cellpadding = "0" cellspacing = "0" > < tr > < td >{EXPLODE}</ td > </ tr > </ table ></ td > < td width = "195" align = "left" valign = "top" background = "include/designs/loa_01/bilder/loa_01_15.jpg" > {_list_menunr2@ < table width = "100%" height = "40" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "5" ></ td > < td width = "165" height = "40" align = "center" background = "include/designs/loa_01/bilder/loa_01_box_01.jpg" >< span class = "btitle" >%1</ span ></ td > < td width = "25" ></ td > </ tr > </ table > < table width = "100%" border = "0" align = "center" cellpadding = "0" cellspacing = "0" > < tr > < td width = "6" ></ td > < td width = "164" >%2</ td > < td width = "25" ></ td > </ tr > </ table > }</ td > </ tr > </ table > < table width = "1000" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td >< img src = "include/designs/loa_01/bilder/loa_01_20.jpg" alt = "" width = "1000" height = "76" border = "0" usemap = "#Map" ></ td > </ tr > </ table > </ div > < map name = "Map" id = "Map" >< area shape = "rect" coords = "790,46,963,67" href = "http://www.loa-gaming.de" /></ map > </ body > </ html > <!-- {_list_DDDmenupoint@<strong><big>·</big></strong><a %1 class="box" href="%2">%3</a><br />} {_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>} {_list_hmenubegi@<ul>} {_list_hmenuende@</ul>} {_list_vmenupoint@<a target="%1" class="menu" href="%2">%3</a>} {_list_vmenubegi@} {_list_vmenuende@}//--> |
Ich hoffe auf hilfreiche Antwort. Zweifel aber nicht dran, da hier sehr kompetente Leute sind

Mit freundlichen Grüßen
Andy
betroffene Homepage: warpathofdeath.wa.ohost.de/