Alle Foren Game-Menue Hack-Menue AGB-Menue Extra-Menue Admin-Menue
Zur Startseite
Frohe Festtage für alle, und einen guten Rutsch in das Jahr 2024

01:01:2024 closed




Hacks4wbb by HFW™ » Suche » Suchergebnis » Hallo Gast [Anmelden|Registrieren]
Zeige Beiträge 1 bis 2 von 2 Treffern
Autor Beitrag
Thema: WBB Board Award
Hexo

Antworten: 74
Hits: 38.515
03.01.2008 17:38 Forum: Hack4wBB


Coole Sache. Da will ich auch mit machen:

Boardname Holyhell.de
Boardversion 2.3.6 pl2
Board URL http://www.holyhell.de
Derzeitige Mitglieder 78
Style Auf Basis vom mar1586 eine Modifizierte Darkcolorsversion
Besonderheiten? Nahezu komplett zweisprachig. SEO Optimiert.
Thema: Support -> WIW Profi Ansicht WBB2.3
Hexo

Antworten: 193
Hits: 18.860
01.11.2007 19:37 Forum: WBB 2.3 Hacks


Für alle, die Probleme mit der Spaltenbreite haben, können folgendes Tpl nehmen:

code:
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:
<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>
<title>$master_board_name | {$lang->items['LANG_WIW_TITLE']}</title>
$headinclude

<if($wiw_autorefresh > 0)><then><meta http-equiv="refresh" content="$wiw_autorefresh; url=wiw.php?sortby=$_GET[sortby]&amp;order=$_GET[order]{$SID_ARG_2ND}" /></then></if>

</head>
<body>
$header
 <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
 <tr>
  <td class="tablea"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
   <tr class="tablea_fc">
    <td align="left"><span class="smallfont"><b><a href="index.php{$SID_ARG_1ST}">$master_board_name</a> &raquo; {$lang->items['LANG_WIW_TITLE']}</b></span></td>
    <td align="right"><span class="smallfont"><b>$usercbar</b></span></td>
   </tr>
  </table></td>
 </tr>
</table><br />
<form method="get" action="wiw.php">
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
 <tr>
  <td align="left" class="tabletitle" colspan="<if($wbbuserdata['a_can_view_ipaddress']==1)><then>5</then><else>3</else></if>"><span class="smallfont"><b>{$lang->items['LANG_WIW_USERONLINE_TITLE']}</b></span></td>
 </tr>
  <td class="tabletitle" width="15%"><span class="smallfont"><b>{$lang->items['LANG_WIW_USERNAME']}</b></span></td>
  <if($wbbuserdata['a_can_view_ipaddress']==1)>
  <then>
  <td class="tabletitle" nowrap="nowrap" width="10%"><span class="smallfont"><b>{$lang->items['LANG_WIW_IPADDRESS']}</b></span></td>
  <td class="tabletitle" width="30%"><span class="smallfont"><b>{$lang->items['LANG_WIW_USERAGENT']}</b></span></td>
  </then>
  </if>
  <td class="tabletitle" nowrap="nowrap" width="10%"><span class="smallfont"><b>{$lang->items['LANG_WIW_LASTACTIVITY']}</b></span></td>
  <td class="tabletitle" width="35%"><span class="smallfont"><b>{$lang->items['LANG_WIW_REQUEST_URI']}</b></span></td>
 </tr>
 <if($useronline!="")><then>

 $useronline

 </then></if>
 </table><br />


 <if($guestonline!="")><then>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
 <tr>
  <td align="left" class="tabletitle" colspan="<if($wbbuserdata['a_can_view_ipaddress']==1)><then>5</then><else>3</else></if>"><span class="smallfont"><b>{$lang->items['LANG_WIW_GUESTONLINE_TITLE']}</b></span></td>
 </tr>
 <td class="tabletitle" width="15%"><span class="smallfont"><b>{$lang->items['LANG_WIW_USERNAME']}</b></span></td>
  <if($wbbuserdata['a_can_view_ipaddress']==1)>
  <then>
  <td class="tabletitle" nowrap="nowrap" width="10%"><span class="smallfont"><b>{$lang->items['LANG_WIW_IPADDRESS']}</b></span></td>
  <td class="tabletitle" width="30%"><span class="smallfont"><b>{$lang->items['LANG_WIW_USERAGENT']}</b></span></td>
  </then>
  </if>
  <td class="tabletitle" nowrap="nowrap" width="10%"><span class="smallfont"><b>{$lang->items['LANG_WIW_LASTACTIVITY']}</b></span></td>
  <td class="tabletitle" width="35%"><span class="smallfont"><b>{$lang->items['LANG_WIW_REQUEST_URI']}</b></span></td>
 </tr>
 $guestonline
</table>
</then></if>
 <br />

<if($botonline!="")><then>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
 <tr>
  <td align="left" class="tabletitle" colspan="<if($wbbuserdata['a_can_view_ipaddress']==1)><then>5</then><else>3</else></if>"><span class="smallfont"><b>{$lang->items['LANG_WIW_BOTONLINE_TITLE']}</b></span></td>
 </tr>
 <td class="tabletitle" width="15%"><span class="smallfont"><b>{$lang->items['LANG_WIW_USERNAME']}</b></span></td>
  <if($wbbuserdata['a_can_view_ipaddress']==1)>
  <then>
  <td class="tabletitle" nowrap="nowrap" width="10%"><span class="smallfont"><b>{$lang->items['LANG_WIW_IPADDRESS']}</b></span></td>
  <td class="tabletitle" width="30%"><span class="smallfont"><b>{$lang->items['LANG_WIW_USERAGENT']}</b></span></td>
  </then>
  </if>
  <td class="tabletitle" nowrap="nowrap" width="10%"><span class="smallfont"><b>{$lang->items['LANG_WIW_LASTACTIVITY']}</b></span></td>
  <td class="tabletitle" width="35%"><span class="smallfont"><b>{$lang->items['LANG_WIW_REQUEST_URI']}</b></span></td>
 </tr>
 $botonline
 </table>
 </then></if>
<br />
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
 <tr>
  <td class="tablea" align="center" colspan="<if($wbbuserdata['a_can_view_ipaddress']==1)><then>5</then><else>3</else></if>"><span class="normalfont">{$lang->items['LANG_WIW_SORTOPTIONS']}
  <input src="{$style['imagefolder']}/go.gif" type="image" />
  <input type="hidden" name="sid" value="$session[hash]" />
  </span></td>
 </tr>
</table>
</form>
$footer
</body>
</html>


Einfach das vorhanden wiw.tpl mit dem komplette Text ersetzen. Ich hab die Spalten man mit Prozentualen Breitenangaben versehen. So sind alle Spalten immer im selben verhältniss vorhanden.

Gruß Hexo
Zeige Beiträge 1 bis 2 von 2 Treffern

Counter
Besucher Heute: 2670 Besucher Gestern: 9558 Besucher Gesamt: 7119430 Besucherrekord: 95144 am: 04.05.2024

Impressum


Forensoftware: Burning Board 2.3.6, entwickelt von WoltLab GmbH
Flag Counter