Page 1 of 1

table problem (template?)

PostPosted: Thu Sep 06, 2007 11:01 am
Author: AndyKoeln
hello from germany.

sorry i have a bad english

i (and this site) have a problem

please click on your acronyms and you can see my prblem.

is a user logout - no problem

if the user login - this site is not correct

the table is bad


sorry for my bad english

andreas

fuer alle die mich in deutsch verstehen

als beispiel die seite acronyms

ist ein user nicht eingeloggt, baut sich die seite richtig auf, loggt sich ein user ein, ist dann eine spalte, und die sieht bei einem 22" breitbildmonitor sehr bescheiden aus.

ich suche hilfe, da ich dieses problem bei fast allen mods habe, die bis zur version 1.4.0 nicht da waren

sorry aber mein englisch ist misserabel.
Danke Andreas

PostPosted: Sat Sep 08, 2007 7:03 am
Author: tmotley
Other than needing to be updated (KisMod?), it looks okay to me... am I missing something?

Re: table problem (template?)

PostPosted: Sun Sep 16, 2007 6:05 am
Author: AndyKoeln
Hello.

I believe I have found the solution for this problem.
The problem is caused in the file "/templates/Integra2/overall_footer.tpl".
If one the code:

Code: Select all
            {PORTAL_TAIL}           <td><img></td>        </tr>        <tr>          <td>          <div>          <BEGIN>          <table>            <tr>              <td>{BANNER_17_IMG}</td>            </tr>          </table>          <END><br><table><tr><td><a><img></td><td>{QMENUS}</td><td><a><img></td></tr></table><br>{COOKIES_LINK}<br><br>{ADMIN_LINK}</div>  <We>          </td>        </tr>      </table>    </td>  </tr></table>  


in the following code changes:

Code: Select all
            {PORTAL_TAIL}           <td><img></td>        </tr>        <tr>          <td>          <div>          <BEGIN>          <table>            <tr>              <td>{BANNER_17_IMG}</td>            </tr>          </table>          <END>  <We>          </td>        </tr>      </table><br><table><tr><td><a><img></td><td>{QMENUS}</td><td><a><img></td></tr></table><center><br>{COOKIES_LINK}<br><br>{ADMIN_LINK}</div></center>    </td>  </tr></table>  


should the problem be solved.

WARNING! The code is not shown here properly. Therefore, you download please the file overall_footer.tpl here.