Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
caschy

Disclaimer in Tabelle

Recommended Posts

Guten Abend,

zur Verfeinerung meines Layouts suche ich folgendes:

Eine Extratabelle unten im Board, wie auf www.laguardia.de. Ich habe mich zwar schon mit dem Webmaster unterhalten und auch Source bekommen. Doch einbauen liess sich das in meinem Wrapper nicht.

Könnt ihr mir helfen?

MfG

caschy

Share this post


Link to post

Öffne die skin/s1/skin_boards.php

suche:

function stats_footer() {

global $ibforums;

return <<<EOF


         </table>

  </div>

    <!-- Board Stats -->

EOF;

}

ersetze durch:

function stats_footer() {

global $ibforums;

return <<<EOF

        <tr>

          <td class='pformstrip' colspan='2'>Disclaimer</td>

    </tr>

    <tr>

          <td class='row2' width='5%' valign='middle'><{F_ACTIVE}></td>

          <td class='row4' width='95%'>Text</td>

        </tr>

        </table>

  </div>

    <!-- Board Stats -->

EOF;

}

Share this post


Link to post

... also spontan hätte ich das in den Boardwrapper gestopft... :)... aber da schreibst Du ja, daß das nicht ging. Warum eigentlich nicht? Bei mir ist das genau dort drinne und klappt bestens (hab's per <div> eingefügt).

edit: ah, ich Dummerle - jetzt seh ich erst, worauf Du hinauswolltest... alles klar, dann geht's natürlich nicht per Wrapper :lol:

Edited by OrcaDesign

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×