Hi wollte mal fragen ob es mögliche ist den gwbbcode in ilch zu implemtieren , wenn ja weiß einer wie das geht?
hab schon geguckt aber mein wissen reicht leider nicht aus dafür , wäre für hilfe sehr dankebar
verwendete ilchClan Version: 1.1
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
1 | return $bbcode->parse($s); |
1 2 3 4 5 6 7 8 9 10 | $s = $bbcode->parse($s); if ($menu->get(0) == 'forum') { define('GWBBCODE_ROOT', 'include/includes/gwbbcode'); require_once(GWBBCODE_ROOT.'/install.inc.php'); require_once(GWBBCODE_ROOT.'/gwbbcode.inc.php'); return parse_gwbbcode($s); } else { return $s; } |
1 | return ($s); |
1 2 3 4 5 6 | if ($menu->get(0) == 'forum') { define('GWBBCODE_ROOT', 'include/includes/gwbbcode'); require_once(GWBBCODE_ROOT.'/install.inc.php'); require_once(GWBBCODE_ROOT.'/gwbbcode.inc.php'); $s = parse_gwbbcode($s); } |
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 | <?php # Copyright by Manuel # Support www.ilch.de defined ( 'main' ) or die ( 'no direct access' ); $bbcodefirsttime = true; function BBcode( $s , $maxLength =40) { global $permitted , $info , $global_smiles_array , $bbcodefirsttime ; if ( $bbcodefirsttime ) { $bbcodefirsttime = false; require_once ( 'include/includes/bbcode_config.php' ); echo "<script type=\"text/javascript\">\n var bbcodemaximagewidth = { $info [ 'ImgMaxBreite' ]};\n var bbcodemaximageheight = { $info [ 'ImgMaxHoehe' ]};\n </script>"; } //> Smilies in array abspeichern. if (!isset( $global_smiles_array )) { $erg = db_query( "SELECT ent, url, emo FROM `prefix_smilies`" ); while ( $row = db_fetch_object( $erg ) ) { $global_smiles_array [ $row ->ent] = $row ->emo. '#@#-_-_-#@#' . $row ->url; } } $bbcode = new bbcode(); $bbcode ->smileys = $global_smiles_array ; $bbcode ->permitted = $permitted ; $bbcode ->info = $info ; $s = $bbcode ->parse( $s ); if ( $menu ->get(0) == 'forum' ) { define( 'GWBBCODE_ROOT' , 'include/includes/gwbbcode' ); require_once (GWBBCODE_ROOT. '/install.inc.php' ); require_once (GWBBCODE_ROOT. '/gwbbcode.inc.php' ); return parse_gwbbcode( $s ); } else { return $s ; } ?> |
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 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 | < html > < head > < title >We Pierced Brosnan [Nail]</ title > < meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" > < link rel = "stylesheet" type = "text/css" href = "include/designs/s_t_gw_v.1/style.css" > < style type = "text/css" > <!-- .Stil2 {color: #A06712} --> </ style > </ head > < body bgcolor = "#FFFFFF" leftmargin = "0" topmargin = "0" marginwidth = "0" marginheight = "0" > < div id = "overDiv" ></ div > < iframe id = "send" style = "display: none;" src = "about:blank" ></ iframe > <!-- ImageReady Slices (content.psd) --> < table id = "Tabelle_01" width = "1001" height = "600" border = "0" cellpadding = "0" cellspacing = "0" > < tr > < td colspan = "13" > < img src = "include/designs/s_t_gw_v.1/Bilder/index_01.jpg" width = "1000" height = "155" alt = "" ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width = "1" height = "155" alt = "" ></ td > </ tr > < tr > < td rowspan = "4" > < a href = "http://www.sir-taex.de" >< img src = "include/designs/s_t_gw_v.1/Bilder/index_02.jpg" alt = "" width = "203" height = "108" border = "0" ></ a ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/index_03.jpg" width = "8" height = "21" alt = "" ></ td > < td > < a href = "?wars" >< img src = "include/designs/s_t_gw_v.1/Bilder/index_04.jpg" alt = "" width = "84" height = "21" border = "0" ></ a ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/index_05.jpg" width = "41" height = "21" alt = "" ></ td > < td > < a href = "?teams" >< img src = "include/designs/s_t_gw_v.1/Bilder/index_06.jpg" alt = "" width = "67" height = "21" border = "0" ></ a ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/index_07.jpg" width = "62" height = "21" alt = "" ></ td > < td > < a href = "?joinus" >< img src = "include/designs/s_t_gw_v.1/Bilder/index_08.jpg" alt = "" width = "63" height = "21" border = "0" ></ a ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/index_09.jpg" width = "60" height = "21" alt = "" ></ td > < td > < a href = "?fightus" >< img src = "include/designs/s_t_gw_v.1/Bilder/index_10.jpg" alt = "" width = "67" height = "21" border = "0" ></ a ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/index_11.jpg" width = "62" height = "21" alt = "" ></ td > < td > < a href = "?forum" >< img src = "include/designs/s_t_gw_v.1/Bilder/index_12.jpg" alt = "" width = "63" height = "21" border = "0" ></ a ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/index_13.jpg" width = "13" height = "21" alt = "" ></ td > < td rowspan = "4" > < img src = "include/designs/s_t_gw_v.1/Bilder/index_14.jpg" width = "207" height = "108" alt = "" ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width = "1" height = "21" alt = "" ></ td > </ tr > < tr > < td colspan = "11" > < img src = "include/designs/s_t_gw_v.1/Bilder/index_15.jpg" width = "590" height = "18" alt = "" ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width = "1" height = "18" alt = "" ></ td > </ tr > < tr > < td colspan = "11" valign = "top" background = "include/designs/s_t_gw_v.1/Bilder/index_16.jpg" >< table width = "580" border = "0" align = "center" > < tr > < td >< marquee direction = "left" scrollamount = "4" > < span class = "Stil2" >Willkommen bei der Gilde We Pierced Brosnan [Nail]</ span > </ marquee > </ td > </ tr > </ table ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width = "1" height = "36" alt = "" ></ td > </ tr > < tr > < td colspan = "11" rowspan = "2" valign = "top" background = "include/designs/s_t_gw_v.1/Bilder/index_17.jpg" >< table width = "555" border = "0" align = "center" cellpadding = "0" cellspacing = "0" > < tr > < td height = "30" background = "include/designs/s_t_gw_v.1/Bilder/content_01.jpg" > </ td > </ tr > < tr > < td background = "include/designs/s_t_gw_v.1/Bilder/content_02.jpg" >< table width = "505" border = "0" align = "center" cellpadding = "0" cellspacing = "0" > < tr > < td width = "25" > </ td > < td width = "503" align = "center" >< div align = "left" > < p >{HMENU}</ p > < p >{EXPLODE}</ p > </ div ></ td > < td width = "40" > </ td > </ tr > </ table ></ td > </ tr > < tr > < td height = "28" background = "include/designs/s_t_gw_v.1/Bilder/content_03.jpg" > </ td > </ tr > </ table ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width = "1" height = "33" alt = "" ></ td > </ tr > < tr > < td valign = "top" background = "include/designs/s_t_gw_v.1/Bilder/index_18.jpg" >< table width = "178" border = "0" align = "center" cellpadding = "0" cellspacing = "0" > < tr > < td background = "include/designs/s_t_gw_v.1/Bilder/navi_01.jpg" >{_list_menunr1@</ td > </ tr > < tr > < td height = "41" background = "include/designs/s_t_gw_v.1/Bilder/navi_02.jpg" >< table width = "123" border = "0" align = "center" > < tr > < td >< div align = "center" >%1</ div ></ td > </ tr > </ table ></ td > </ tr > < tr > < td background = "include/designs/s_t_gw_v.1/Bilder/navi_03.jpg" >< table width = "162" border = "0" align = "center" > < tr > < td >< div align = "left" >%2</ div ></ td > </ tr > </ table ></ td > </ tr > < tr > < td height = "29" background = "include/designs/s_t_gw_v.1/Bilder/navi_04.jpg" >}</ td > </ tr > </ table ></ td > < td valign = "top" background = "include/designs/s_t_gw_v.1/Bilder/index_19.jpg" >< table width = "178" border = "0" align = "center" cellpadding = "0" cellspacing = "0" > < tr > < td background = "include/designs/s_t_gw_v.1/Bilder/navi_01.jpg" >{_list_menunr2@</ td > </ tr > < tr > < td height = "41" background = "include/designs/s_t_gw_v.1/Bilder/navi_02.jpg" >< table width = "123" border = "0" align = "center" > < tr > < td >< div align = "center" >%1</ div ></ td > </ tr > </ table ></ td > </ tr > < tr > < td background = "include/designs/s_t_gw_v.1/Bilder/navi_03.jpg" >< table width = "162" border = "0" align = "center" > < tr > < td >< div align = "left" >%2</ div ></ td > </ tr > </ table ></ td > </ tr > < tr > < td height = "29" background = "include/designs/s_t_gw_v.1/Bilder/navi_04.jpg" >}</ td > </ tr > </ table ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width = "1" height = "213" alt = "" ></ td > </ tr > < tr > < td colspan = "13" > < img src = "include/designs/s_t_gw_v.1/Bilder/index_20.jpg" width = "1000" height = "124" alt = "" ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width = "1" height = "124" alt = "" ></ td > </ tr > </ table > <!-- End ImageReady Slices --> </ body > < style type = "text/css" > <!-- .translucent { background:#161411; /* Needed there so that following background classes can overide it */ filter:alpha(opacity=93,style=0); -moz-opacity:.93; opacity:.93; padding: 5px; width: 460px; /* Needed otherwise Nosebleed blows the popup up */ height: auto; } .skill_link {color: #0000FF;} .gwno_border {padding: 0; margin: 0;} table.gwborder {width: 466px;} img.no_link {border: none;} .table_image {vertical-align: top; text-align: center; font-size: 10pt; padding-right: 10px;} .skill_text {vertical-align: top;} .skill_name {font-size: 15px; font-weight: 700; color: #bfb38b; float: left;} .skill_desc {text-align: left; font-size: 11px; color: white; line-height: 20px; clear: both; display: block; padding-top: 5px;} .skill_camp {font-weight: bold; color: #aad38b; font-size: 9px;} .skill_pve {color: #b0b080; font-size: 9px;} .expert {color: #A1AEFF; padding-left: 2px;} .elite_skill {background-color: #6B6226;} .normal_skill {background-color: #161411;} .build_name {text-align: left; font-size: 11pt; font-weight: 700; color: #bfb38b; padding-bottom: 5px;} .build_desc {text-align: left; font-size: 11px; color: white; line-height: 20px;} .build_lilname {font-size: 10px; padding: 0px; line-height: 12px;} .attribute {padding-left: 20px; font-size: 12px; color: white; line-height: 20px;} .skill_requirements {display: inline; padding: 0; margin: 0; list-style-type: none;} .skill_requirements li {display: inline; float: right; margin-right: 5px; font-weight: bold; font-size: 12px; color: white;} span.variable {color: #88FF88; font-weight: bold;} .table_image, .skill_name, .skill_desc, .skill_camp, .expert, .build_name, .build_desc, .attribute, .skill_requirements, .skill_requirements li, span.variable { font-family: verdana, Helvetica, sans-serif; } /* Border declarations for Build tooltips by Kills Less */ .gwborder_topleft {background-image: url({gwbbcode_root_path}/img_border/topleft.gif); width: 3px; height: 3px;} .gwborder_top {background-image: url({gwbbcode_root_path}/img_border/top.gif); height: 3px;} .gwborder_topright {background-image: url({gwbbcode_root_path}/img_border/topright.gif); width: 3px; height: 3px;} .gwborder_left {background-image: url({gwbbcode_root_path}/img_border/left.gif); width: 3px;} .gwborder_right {background-image: url({gwbbcode_root_path}/img_border/right.gif); width: 3px;} .gwborder_bottomleft {background-image: url({gwbbcode_root_path}/img_border/bottomleft.gif); width: 3px; height: 3px;} .gwborder_bottom {background-image: url({gwbbcode_root_path}/img_border/bottom.gif); height: 3px;} .gwborder_bottomright {background-image: url({gwbbcode_root_path}/img_border/bottomright.gif); width: 3px; height: 3px;} /* Build Box declarations by Kills Less */ table.gwbuildbox {height: 50px;} .gwbuildbox_left {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='{gwbbcode_root_path}/img_border/buildbox_left.png'); width:20px; height: 50px;} .gwbuildbox_right {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='{gwbbcode_root_path}/img_border/buildbox_right.png'); width:20px; height: 50px;} .gwbuildbox_left[class] {background-image: url({gwbbcode_root_path}/img_border/buildbox_left.png); background-repeat: no-repeat; width: 20px; height: 50px} .gwbuildbox_center {background-image: url({gwbbcode_root_path}/img_border/buildbox_center.png); height: 50px} .gwbuildbox_right[class] {background-image: url({gwbbcode_root_path}/img_border/buildbox_right.png); background-repeat: no-repeat; width: 20px; height: 50px} /* Needed otherwise Nosebleed blows the popup up */ table.gwborders {width: 470px;} /* This is where you can customize the appearance of the tooltip */ div#overDiv { position:absolute; visibility:hidden; z-index:10000; } --> </ style > < script type = "text/javascript" src = "{gwbbcode_root_path}/overlib.js" > <!-- overLIB (c) Erik Bosrup --> </ script > < script type = "text/javascript" > var prevX, prevY, prevId=0, clicked=false, new_click=true, sav_event, d=document; function switchDiv(id, frame, load) { // Initialize menu and loading frame sources var menu = iniMenu(frame); if(load == menu.alt) // Switch from visible to hidden and back if we clicked on that icon before menu.style.display = (menu.style.display=="none")?"":"none"; else initDescription(frame, load); menu.alt = load; }; function initDescription(frame, load) { // Copy a new description and show it var menu = iniMenu(frame); if(document.getElementById && !(d.all)) menu.innerHTML = d.getElementById('load'+load).innerHTML; else if(d.all) menu.innerHTML = d.frames['load'+load].innerHTML; menu.style.display = ""; }; //PICKUP //////// function pickup(action, id) { //Update database div('send').src = '{gwbbcode_root_path}/pickup.php?'+action+'='+id+'&rand=' + Math.round(1000*Math.random()); //Switch between Add and Remove links if (action != 'switch') { var opp_action = (action=='remove') ? 'add' : 'remove'; div(action+'_'+id).style.display = 'none'; div(opp_action+'_'+id).style.display = ''; } } function pickup_set(userlist, id) { var divs = document.getElementsByTagName('span'); for (var i=0; i< divs.length ; i++) if ((typeof(divs[i].id) != 'undefined') && (divs[i].id == 'pickup_'+id)) divs[i] .innerHTML = userlist ; } function iniMenu(frame) { if(d.getElementById && !(d.all)) return d.getElementById('show'+frame); else if(d.all) return d.all['show'+frame]; }; function div(name) { var d = document ; if(d.getElementById && !(d.all)) return d.getElementById(name); else if(d.all) return d.all[name]; }; //TEMPLATE function switch_template(load) { var style = div ('gws_template'+load).style; if (style.display == 'none') { //Show selected template code style.display = '' ; div('gws_template_input'+load).select(); div('gws_template_input'+load).focus(); //and hide all others var divs = document .getElementsByTagName('DIV'); for (var i = 0 ; i<divs.length; i++) { if ( /^gws_template[0-9]/.test(divs[i].id) && divs[i].id != 'gws_template'+load && divs[i].style.display == '') { switch_template(divs[i].id.match(/\d+/)[0]); } } } else { style.display = 'none' ; } return false; } //JavaScript Function by Shawn Olson //Copyright 2004 //If you copy any functions from this page into your scripts, you must provide credit to Shawn Olson & http://www.shawnolson.net //******************************************* function change_css(theClass,element,value) { //documentation for this script at http://www.shawnolson.net/a/503/ var cssRules; if (document.all) cssRules = 'rules' ; else if (document.getElementById) cssRules = 'cssRules' ; for (var S = 0 ; S < document.styleSheets.length; S++) for (var R = 0 ; R < document.styleSheets[S][cssRules].length; R++) if (document.styleSheets[S][cssRules][R].selectorText == theClass) document.styleSheets[S][cssRules][R].style[element] = value; } </script> < script type = "text/javascript" src = "include/includes/gwbbcode/overlib.js" ></ script > </ 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@< li >< a target = "%1" class = "box" href = "%2" >%3</ a >|</ li >|< br />< ul >|</ ul ></ li >} {_list_vmenubegi@< ul >} {_list_vmenuende@</ ul >} |
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 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 | < html > < head > < title >We Pierced Brosnan [Nail]</ title > < meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" > < link rel = "stylesheet" type = "text/css" href = "include/designs/s_t_gw_v.1/style.css" > < style type = "text/css" > <!-- .Stil2 {color: #A06712} --> </ style > < style type = "text/css" > <!-- .translucent { background:#161411; /* Needed there so that following background classes can overide it */ filter:alpha(opacity=93,style=0); -moz-opacity:.93; opacity:.93; padding: 5px; width: 460px; /* Needed otherwise Nosebleed blows the popup up */ height: auto; } .skill_link {color: #0000FF;} .gwno_border {padding: 0; margin: 0;} table.gwborder {width: 466px;} img.no_link {border: none;} .table_image {vertical-align: top; text-align: center; font-size: 10pt; padding-right: 10px;} .skill_text {vertical-align: top;} .skill_name {font-size: 15px; font-weight: 700; color: #bfb38b; float: left;} .skill_desc {text-align: left; font-size: 11px; color: white; line-height: 20px; clear: both; display: block; padding-top: 5px;} .skill_camp {font-weight: bold; color: #aad38b; font-size: 9px;} .skill_pve {color: #b0b080; font-size: 9px;} .expert {color: #A1AEFF; padding-left: 2px;} .elite_skill {background-color: #6B6226;} .normal_skill {background-color: #161411;} .build_name {text-align: left; font-size: 11pt; font-weight: 700; color: #bfb38b; padding-bottom: 5px;} .build_desc {text-align: left; font-size: 11px; color: white; line-height: 20px;} .build_lilname {font-size: 10px; padding: 0px; line-height: 12px;} .attribute {padding-left: 20px; font-size: 12px; color: white; line-height: 20px;} .skill_requirements {display: inline; padding: 0; margin: 0; list-style-type: none;} .skill_requirements li {display: inline; float: right; margin-right: 5px; font-weight: bold; font-size: 12px; color: white;} span.variable {color: #88FF88; font-weight: bold;} .table_image, .skill_name, .skill_desc, .skill_camp, .expert, .build_name, .build_desc, .attribute, .skill_requirements, .skill_requirements li, span.variable { font-family: verdana, Helvetica, sans-serif; } /* Border declarations for Build tooltips by Kills Less */ .gwborder_topleft {background-image: url({gwbbcode_root_path}/img_border/topleft.gif); width: 3px; height: 3px;} .gwborder_top {background-image: url({gwbbcode_root_path}/img_border/top.gif); height: 3px;} .gwborder_topright {background-image: url({gwbbcode_root_path}/img_border/topright.gif); width: 3px; height: 3px;} .gwborder_left {background-image: url({gwbbcode_root_path}/img_border/left.gif); width: 3px;} .gwborder_right {background-image: url({gwbbcode_root_path}/img_border/right.gif); width: 3px;} .gwborder_bottomleft {background-image: url({gwbbcode_root_path}/img_border/bottomleft.gif); width: 3px; height: 3px;} .gwborder_bottom {background-image: url({gwbbcode_root_path}/img_border/bottom.gif); height: 3px;} .gwborder_bottomright {background-image: url({gwbbcode_root_path}/img_border/bottomright.gif); width: 3px; height: 3px;} /* Build Box declarations by Kills Less */ table.gwbuildbox {height: 50px;} .gwbuildbox_left {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='{gwbbcode_root_path}/img_border/buildbox_left.png'); width:20px; height: 50px;} .gwbuildbox_right {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='{gwbbcode_root_path}/img_border/buildbox_right.png'); width:20px; height: 50px;} .gwbuildbox_left[class] {background-image: url({gwbbcode_root_path}/img_border/buildbox_left.png); background-repeat: no-repeat; width: 20px; height: 50px} .gwbuildbox_center {background-image: url({gwbbcode_root_path}/img_border/buildbox_center.png); height: 50px} .gwbuildbox_right[class] {background-image: url({gwbbcode_root_path}/img_border/buildbox_right.png); background-repeat: no-repeat; width: 20px; height: 50px} /* Needed otherwise Nosebleed blows the popup up */ table.gwborders {width: 470px;} /* This is where you can customize the appearance of the tooltip */ div#overDiv { position:absolute; visibility:hidden; z-index:10000; } --> </ style > < script type = "text/javascript" src = "{gwbbcode_root_path}/overlib.js" > <!-- overLIB (c) Erik Bosrup --> </ script > < script type = "text/javascript" > var prevX, prevY, prevId=0, clicked=false, new_click=true, sav_event, d=document; function switchDiv(id, frame, load) { // Initialize menu and loading frame sources var menu = iniMenu(frame); if(load == menu.alt) // Switch from visible to hidden and back if we clicked on that icon before menu.style.display = (menu.style.display=="none")?"":"none"; else initDescription(frame, load); menu.alt = load; }; function initDescription(frame, load) { // Copy a new description and show it var menu = iniMenu(frame); if(document.getElementById && !(d.all)) menu.innerHTML = d.getElementById('load'+load).innerHTML; else if(d.all) menu.innerHTML = d.frames['load'+load].innerHTML; menu.style.display = ""; }; //PICKUP //////// function pickup(action, id) { //Update database div('send').src = '{gwbbcode_root_path}/pickup.php?'+action+'='+id+'&rand=' + Math.round(1000*Math.random()); //Switch between Add and Remove links if (action != 'switch') { var opp_action = (action=='remove') ? 'add' : 'remove'; div(action+'_'+id).style.display = 'none'; div(opp_action+'_'+id).style.display = ''; } } function pickup_set(userlist, id) { var divs = document.getElementsByTagName('span'); for (var i=0; i< divs.length ; i++) if ((typeof(divs[i].id) != 'undefined') && (divs[i].id == 'pickup_'+id)) divs[i] .innerHTML = userlist ; } function iniMenu(frame) { if(d.getElementById && !(d.all)) return d.getElementById('show'+frame); else if(d.all) return d.all['show'+frame]; }; function div(name) { var d = document ; if(d.getElementById && !(d.all)) return d.getElementById(name); else if(d.all) return d.all[name]; }; //TEMPLATE function switch_template(load) { var style = div ('gws_template'+load).style; if (style.display == 'none') { //Show selected template code style.display = '' ; div('gws_template_input'+load).select(); div('gws_template_input'+load).focus(); //and hide all others var divs = document .getElementsByTagName('DIV'); for (var i = 0 ; i<divs.length; i++) { if ( /^gws_template[0-9]/.test(divs[i].id) && divs[i].id != 'gws_template'+load && divs[i].style.display == '') { switch_template(divs[i].id.match(/\d+/)[0]); } } } else { style.display = 'none' ; } return false; } //JavaScript Function by Shawn Olson //Copyright 2004 //If you copy any functions from this page into your scripts, you must provide credit to Shawn Olson & http://www.shawnolson.net //******************************************* function change_css(theClass,element,value) { //documentation for this script at http://www.shawnolson.net/a/503/ var cssRules; if (document.all) cssRules = 'rules' ; else if (document.getElementById) cssRules = 'cssRules' ; for (var S = 0 ; S < document.styleSheets.length; S++) for (var R = 0 ; R < document.styleSheets[S][cssRules].length; R++) if (document.styleSheets[S][cssRules][R].selectorText == theClass) document.styleSheets[S][cssRules][R].style[element] = value; } </script> < script type = "text/javascript" src = "include/includes/gwbbcode/overlib.js" ></ script > < script type = "text/javascript" src = "include/includes/js/BBCodeGlobal.js" ></ script > </ head > < body bgcolor = "#FFFFFF" leftmargin = "0" topmargin = "0" marginwidth = "0" marginheight = "0" > < div id = "overDiv" ></ div > < iframe id = "send" style = "display: none;" src = "about:blank" ></ iframe > <!-- ImageReady Slices (content.psd) --> < table id = "Tabelle_01" width = "1001" height = "600" border = "0" cellpadding = "0" cellspacing = "0" > < tr > < td colspan = "13" > < img src = "include/designs/s_t_gw_v.1/Bilder/index_01.jpg" width = "1000" height = "155" alt = "" ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width = "1" height = "155" alt = "" ></ td > </ tr > < tr > < td rowspan = "4" > < a href = "http://www.sir-taex.de" >< img src = "include/designs/s_t_gw_v.1/Bilder/index_02.jpg" alt = "" width = "203" height = "108" border = "0" ></ a ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/index_03.jpg" width = "8" height = "21" alt = "" ></ td > < td > < a href = "?wars" >< img src = "include/designs/s_t_gw_v.1/Bilder/index_04.jpg" alt = "" width = "84" height = "21" border = "0" ></ a ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/index_05.jpg" width = "41" height = "21" alt = "" ></ td > < td > < a href = "?teams" >< img src = "include/designs/s_t_gw_v.1/Bilder/index_06.jpg" alt = "" width = "67" height = "21" border = "0" ></ a ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/index_07.jpg" width = "62" height = "21" alt = "" ></ td > < td > < a href = "?joinus" >< img src = "include/designs/s_t_gw_v.1/Bilder/index_08.jpg" alt = "" width = "63" height = "21" border = "0" ></ a ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/index_09.jpg" width = "60" height = "21" alt = "" ></ td > < td > < a href = "?fightus" >< img src = "include/designs/s_t_gw_v.1/Bilder/index_10.jpg" alt = "" width = "67" height = "21" border = "0" ></ a ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/index_11.jpg" width = "62" height = "21" alt = "" ></ td > < td > < a href = "?forum" >< img src = "include/designs/s_t_gw_v.1/Bilder/index_12.jpg" alt = "" width = "63" height = "21" border = "0" ></ a ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/index_13.jpg" width = "13" height = "21" alt = "" ></ td > < td rowspan = "4" > < img src = "include/designs/s_t_gw_v.1/Bilder/index_14.jpg" width = "207" height = "108" alt = "" ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width = "1" height = "21" alt = "" ></ td > </ tr > < tr > < td colspan = "11" > < img src = "include/designs/s_t_gw_v.1/Bilder/index_15.jpg" width = "590" height = "18" alt = "" ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width = "1" height = "18" alt = "" ></ td > </ tr > < tr > < td colspan = "11" valign = "top" background = "include/designs/s_t_gw_v.1/Bilder/index_16.jpg" >< table width = "580" border = "0" align = "center" > < tr > < td >< marquee direction = "left" scrollamount = "4" > < span class = "Stil2" >Willkommen bei der Gilde We Pierced Brosnan [Nail]</ span > </ marquee > </ td > </ tr > </ table ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width = "1" height = "36" alt = "" ></ td > </ tr > < tr > < td colspan = "11" rowspan = "2" valign = "top" background = "include/designs/s_t_gw_v.1/Bilder/index_17.jpg" >< table width = "555" border = "0" align = "center" cellpadding = "0" cellspacing = "0" > < tr > < td height = "30" background = "include/designs/s_t_gw_v.1/Bilder/content_01.jpg" > </ td > </ tr > < tr > < td background = "include/designs/s_t_gw_v.1/Bilder/content_02.jpg" >< table width = "505" border = "0" align = "center" cellpadding = "0" cellspacing = "0" > < tr > < td width = "25" > </ td > < td width = "503" align = "center" >< div align = "left" > < p >{HMENU}</ p > < p >{EXPLODE}</ p > </ div ></ td > < td width = "40" > </ td > </ tr > </ table ></ td > </ tr > < tr > < td height = "28" background = "include/designs/s_t_gw_v.1/Bilder/content_03.jpg" > </ td > </ tr > </ table ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width = "1" height = "33" alt = "" ></ td > </ tr > < tr > < td valign = "top" background = "include/designs/s_t_gw_v.1/Bilder/index_18.jpg" >< table width = "178" border = "0" align = "center" cellpadding = "0" cellspacing = "0" > < tr > < td background = "include/designs/s_t_gw_v.1/Bilder/navi_01.jpg" >{_list_menunr1@</ td > </ tr > < tr > < td height = "41" background = "include/designs/s_t_gw_v.1/Bilder/navi_02.jpg" >< table width = "123" border = "0" align = "center" > < tr > < td >< div align = "center" >%1</ div ></ td > </ tr > </ table ></ td > </ tr > < tr > < td background = "include/designs/s_t_gw_v.1/Bilder/navi_03.jpg" >< table width = "162" border = "0" align = "center" > < tr > < td >< div align = "left" >%2</ div ></ td > </ tr > </ table ></ td > </ tr > < tr > < td height = "29" background = "include/designs/s_t_gw_v.1/Bilder/navi_04.jpg" >}</ td > </ tr > </ table ></ td > < td valign = "top" background = "include/designs/s_t_gw_v.1/Bilder/index_19.jpg" >< table width = "178" border = "0" align = "center" cellpadding = "0" cellspacing = "0" > < tr > < td background = "include/designs/s_t_gw_v.1/Bilder/navi_01.jpg" >{_list_menunr2@</ td > </ tr > < tr > < td height = "41" background = "include/designs/s_t_gw_v.1/Bilder/navi_02.jpg" >< table width = "123" border = "0" align = "center" > < tr > < td >< div align = "center" >%1</ div ></ td > </ tr > </ table ></ td > </ tr > < tr > < td background = "include/designs/s_t_gw_v.1/Bilder/navi_03.jpg" >< table width = "162" border = "0" align = "center" > < tr > < td >< div align = "left" >%2</ div ></ td > </ tr > </ table ></ td > </ tr > < tr > < td height = "29" background = "include/designs/s_t_gw_v.1/Bilder/navi_04.jpg" >}</ td > </ tr > </ table ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width = "1" height = "213" alt = "" ></ td > </ tr > < tr > < td colspan = "13" > < img src = "include/designs/s_t_gw_v.1/Bilder/index_20.jpg" width = "1000" height = "124" alt = "" ></ td > < td > < img src = "include/designs/s_t_gw_v.1/Bilder/Abstandhalter.gif" width = "1" height = "124" alt = "" ></ td > </ tr > </ table > <!-- End ImageReady Slices --> </ 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@< li >< a target = "%1" class = "box" href = "%2" >%3</ a >|</ li >|< br />< ul >|</ ul ></ li >} {_list_vmenubegi@< ul >} {_list_vmenuende@</ ul >} |
1 2 3 | //> Fett Button! if($boolButton['fnFormatB'] == 1) { $BBCodeButtons .= "<a href=\"javascript:bbcode_insert('b','Gib hier den Text an der formatiert werden soll.')\"><img src=\"include/images/icons/bbcode/bbcode_bold.png\" alt=\"Fett formatieren\" title=\"Fett formatieren\" width=\"23\" height=\"22\" border=\"0\"></a> "; |
Geschlossen | ||
![]() |
Zurück zu Allgemein |