YourWBB


yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.2.x » [WBB 2.2.x] Ideen, Wünsche und Suche » Abschlussgrafik für myWBB Portal » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag 1.138 Views | | Thema zu Favoriten hinzufügen

Neues Thema erstellen Antwort erstellen

Dieses Thema wurde als unerledigt markiert. Thread unerledigt

Zum Ende der Seite springen Abschlussgrafik für myWBB Portal
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
pretender2109
Mitglied


Dabei seit: 23.06.05
Beiträge: 5

sehr Traurig Abschlussgrafik für myWBB Portal Antworten Zitieren Editieren Melden       UP

Hallo erstmal großes Grinsen

ich bin mir nicht sicher ob ich hier im richtigen Forum Poste, aber ich brächte mal dringend Hilfe!

Und zwar habe ich bei mir das "myWBB" Portal 4.0 installiert.
So läuft auch alles 1a!!
Nur würde ich gerne an den Portalboxen Abschlussgrafiken haben,
so wie Hier zusehen

Habe diese Anfrage auch schon bei myWWB im Forum gestellt, aber irgendwie kam da nicht so was bei rüber, mir wurde nur mitgeteilt, das
sich der Code für die Boxen in der unteren hälfte vom tpl "Portal_boxen"
befindet.

Aber ich habe es nicht auf die reihe bekommen dieses nun einzubauen!! unglücklich

Vielleicht kann mit hier jemand helfen?!?!?
......BITTE!!!!

Danke im Voraus!!!!

Hier mal der Code vom tpl:
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:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
<!-- START Box -->

<if($row[position]==1)>
 <then>
  <table border="<if($hideboxframe)><then>0</then><else><if($style[portal1border])><then>{$style['portal1border']}</then><else>{$style['tableinborder']}</else></if></else></if>" cellpadding="0" cellspacing="0" style="width:<if($style[portal1width])><then>{$style['portal1width']}</then><else>100%</else></if>">
   <tr>
    <td align="left">
     <table cellpadding="<if($style[portal1cellpadding])><then>{$style['portal1cellpadding']}</then><else>2</else></if>" cellspacing="<if($hideboxframe)><then>0</then><else><if($style[portal1cellspacing])><then>{$style['portal1cellspacing']}</then><else>1</else></if></else></if>" border="0" bgcolor="<if($style[portal1bordercolor])><then>{$style['portal1bordercolor']}</then><else>{$style['tableinbordercolor']}</else></if>" width="100%">
      <tr class="tabletitle">
       <td<if($hideboxframe)><then> style="border-right: 1px solid black; border-top: 1px solid black; border-left: 1px solid black;"</then></if>>
        <span class="largefont">
        <if($row[resizeable])>
         <then>
          <if($minimized)>
           <then>
            <if($_SERVER[QUERY_STRING])><then><a href="$_SERVER[PHP_SELF]?pshowid=$row[boxid]&$_SERVER[QUERY_STRING]{$SID_ARG_2ND}"></then>
            <else><a href="$_SERVER[PHP_SELF]?pshowid=$row[boxid]{$SID_ARG_2ND}"></else></if>
            <img src="{$style['imagefolder']}/portal_box_maximize.gif" border="0" alt="{$LANG_PORTAL_MAXIMIZE}" title="{$LANG_PORTAL_MAXIMIZE}" align="absmiddle" hspace="1" />
            </a>
           </then>  
           <else>
            <if($_SERVER[QUERY_STRING])><then><a href="$_SERVER[PHP_SELF]?phideid=$row[boxid]&$_SERVER[QUERY_STRING]{$SID_ARG_2ND}"></then>
            <else><a href="$_SERVER[PHP_SELF]?phideid=$row[boxid]{$SID_ARG_2ND}"></else></if>
            <img src="{$style['imagefolder']}/portal_box_minimize.gif" border="0" alt="{$LANG_PORTAL_MINIMIZE}" title="{$LANG_PORTAL_MINIMIZE}" align="absmiddle" hspace="1" />
            </a>
           </else>
          </if>
         </then>
        </if>
        <b>&nbsp;$row[title]</b>
        </span>
       </td>
      </tr>
      <if(!$minimized)>
       <then>
        <tr>
         <td class="tablea" style="<if($hideboxframe)><then>background:{$style['mainbgcolor']};</then><else><if($style[portal1bgcolor])><then>background:{$style['portal1bgcolor']};</then></if></else></if><if($innermargin>=0)><then>padding: {$innermargin}px {$innermargin}px {$innermargin}px {$innermargin}px;</then></if>">
          <span class="normalfont">
           $row[content]
          </span>
         </td>
        </tr>
       </then>
      </if>
     </table>
    </td>
   </tr>
  </table>
 </then>
 <else>
<if($row[position]==0)>
 <then>
  <table border="<if($hideboxframe)><then>0</then><else><if($style[portal0border])><then>{$style['portal0border']}</then><else>{$style['tableinborder']}</else></if></else></if>" cellpadding="0" cellspacing="0" style="width:<if($style[portal0width])><then>{$style['portal0width']}</then><else>170px</else></if>">
   <tr>
    <td align="left">
     <table cellpadding="<if($style[portal0cellpadding])><then>{$style['portal0cellpadding']}</then><else>2</else></if>" cellspacing="<if($hideboxframe)><then>0</then><else><if($style[portal0cellspacing])><then>{$style['portal0cellspacing']}</then><else>1</else></if></else></if>" border="0" bgcolor="<if($style[portal0bordercolor])><then>{$style['portal0bordercolor']}</then><else>{$style['tableinbordercolor']}</else></if>" style="width:100%">
</then><else>
  <table border="<if($hideboxframe)><then>0</then><else><if($style[portal2border])><then>{$style['portal2border']}</then><else>{$style['tableinborder']}</else></if></else></if>" cellpadding="0" cellspacing="0" style="width:<if($style[portal2width])><then>{$style['portal2width']}</then><else>170px</else></if>">
   <tr>
    <td align="left">
     <table cellpadding="<if($style[portal2cellpadding])><then>{$style['portal2cellpadding']}</then><else>2</else></if>" cellspacing="<if($hideboxframe)><then>0</then><else><if($style[portal2cellspacing])><then>{$style['portal2cellspacing']}</then><else>1</else></if></else></if>" border="0" bgcolor="<if($style[portal2bordercolor])><then>{$style['portal2bordercolor']}</then><else>{$style['tableinbordercolor']}</else></if>" style="width:100%">
</else></if>
      <tr class="tabletitle">
       <td align="center"<if($hideboxframe)><then> style="border-right: 1px solid black; border-top: 1px solid black; border-left: 1px solid black;"</then></if>>
        <span class="smallfont">
        <if($row[resizeable])>
         <then>
          <if($minimized)>
           <then>
            <if($_SERVER[QUERY_STRING])><then><a href="$_SERVER[PHP_SELF]?pshowid=$row[boxid]&$_SERVER[QUERY_STRING]$SID_ARG_2ND"></then>
            <else><a href="$_SERVER[PHP_SELF]?pshowid=$row[boxid]$SID_ARG_2ND"></else></if>
            <img src="{$style['imagefolder']}/portal_box_maximize.gif" border="0" alt="{$LANG_PORTAL_MAXIMIZE}" title="{$LANG_PORTAL_MAXIMIZE}" align="left" vspace="1" hspace="1" />
            </a>
            <img src="{$style['imagefolder']}/portal_pixel.gif" border="0" align="right" height="11" width="11" />
           </then>  
           <else>
            <if($_SERVER[QUERY_STRING])><then><a href="$_SERVER[PHP_SELF]?phideid=$row[boxid]&$_SERVER[QUERY_STRING]$SID_ARG_2ND"></then>
            <else><a href="$_SERVER[PHP_SELF]?phideid=$row[boxid]$SID_ARG_2ND"></else></if>
            <img src="{$style['imagefolder']}/portal_box_minimize.gif" border="0" alt="{$LANG_PORTAL_MINIMIZE}" title="{$LANG_PORTAL_MINIMIZE}" align="left" vspace="1" hspace="1" />
            </a>
			
            <img src="{$style['imagefolder']}/portal_pixel.gif" border="0" align="right" height="11" width="11" />
           </else>
          </if>
         </then>
        </if>
        <b>$row[title]</b>
        </span>
       </td>
      </tr>
      <if(!$minimized)>
       <then>
        <tr>
<if($row[position]==0)>
 <then>
         <td class="tablea" style="<if($hideboxframe)><then>background:{$style['mainbgcolor']};</then><else><if($style[portal0bgcolor])><then>background:{$style['portal0bgcolor']};</then></if></else></if><if($innermargin>=0)><then>padding: {$innermargin}px {$innermargin}px {$innermargin}px {$innermargin}px;</then></if>">
</then><else>
         <td class="tablea" style="<if($hideboxframe)><then>background:{$style['mainbgcolor']};</then><else><if($style[portal2bgcolor])><then>background:{$style['portal2bgcolor']};</then></if></else></if><if($innermargin>=0)><then>padding: {$innermargin}px {$innermargin}px {$innermargin}px {$innermargin}px;</then></if>">
</else></if>
          <span class="smallfont">
           $row[content]
          </span>
         </td>
        </tr>
       </then>
      </if>
     </table>
    </td>
   </tr>
  </table>
 </else>
</if>
<br>

<!-- END Box -->
31.08.06 13:47 pretender2109 ist offline E-Mail Finden Als Freund hinzufügen
Baumstruktur | Brettstruktur
Gehe zu:

Neues Thema erstellen Antwort erstellen

yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.2.x » [WBB 2.2.x] Ideen, Wünsche und Suche » Abschlussgrafik für myWBB Portal